Re: [dpdk-dev] [PATCH] drivers/crypto: fix drivers to use ring size function

2017-03-27 Thread Thomas Monjalon
2017-03-27 15:54, Bruce Richardson: > Rather than reading the size directly from the ring structure, use the > dedicated ring function for that purpose. > Previous commits to do this only did so for the null crypto driver which > was the only one compiled in by default, but all other drivers need t

[dpdk-dev] [PATCH] drivers/crypto: fix drivers to use ring size function

2017-03-27 Thread Bruce Richardson
Rather than reading the size directly from the ring structure, use the dedicated ring function for that purpose. Previous commits to do this only did so for the null crypto driver which was the only one compiled in by default, but all other drivers need to be similarly updated. Fixes: b11c78a2e0c6