Re: [dpdk-dev] [PATCH] net/mrvl: use proper constant for Rx descriptors number

2018-03-20 Thread Ferruh Yigit
On 3/15/2018 12:12 PM, Tomasz Duszynski wrote: > Since filling hardware buffer pool (bpool) is Rx related > constant describing maximum number of rx descriptors > instead of maximum number of Tx descriptors should be used. > > Fixes: 0ddc9b815b11 ("net/mrvl: add net PMD skeleton") > Cc: sta...@dpd

[dpdk-dev] [PATCH] net/mrvl: use proper constant for Rx descriptors number

2018-03-15 Thread Tomasz Duszynski
Since filling hardware buffer pool (bpool) is Rx related constant describing maximum number of rx descriptors instead of maximum number of Tx descriptors should be used. Fixes: 0ddc9b815b11 ("net/mrvl: add net PMD skeleton") Cc: sta...@dpdk.org Signed-off-by: Marcin Wojtas Signed-off-by: Tomasz