Re: [PATCH 1/3] common/sfc_efx/base: fix assignment of maximum Tx data count

2022-09-28 Thread Andrew Rybchenko
On 8/12/22 15:24, Ivan Malov wrote: Maximum data count of a Tx descriptor is advertised to users, however, this value is mistakenly derived from the Rx define. Use the Tx one instead. The resulting value will be the same. Fixes: 1e43fe3cb41e ("net/sfc/base: separate limitations on Tx DMA descrip

[PATCH 1/3] common/sfc_efx/base: fix assignment of maximum Tx data count

2022-08-12 Thread Ivan Malov
Maximum data count of a Tx descriptor is advertised to users, however, this value is mistakenly derived from the Rx define. Use the Tx one instead. The resulting value will be the same. Fixes: 1e43fe3cb41e ("net/sfc/base: separate limitations on Tx DMA descriptors") Cc: sta...@dpdk.org Signed-off