Re: [dpdk-dev] [PATCH 1/5] net/bnxt: fix size of tx ring in HW

2018-01-22 Thread Ferruh Yigit
On 1/22/2018 6:20 AM, Ajit Khaparde wrote: > During Tx ring allocation, the actual ring size configured in the HW > ends up being twice the number of txd parameter specified to the driver. > The power of 2 ring size wrongly adds a +1 while sending the ring > create command to the FW. > > Fixes: 6e

[dpdk-dev] [PATCH 1/5] net/bnxt: fix size of tx ring in HW

2018-01-21 Thread Ajit Khaparde
During Tx ring allocation, the actual ring size configured in the HW ends up being twice the number of txd parameter specified to the driver. The power of 2 ring size wrongly adds a +1 while sending the ring create command to the FW. Fixes: 6eb3cc2294fd ("net/bnxt: add initial Tx code") Signed-off