Re: [dpdk-dev] [PATCH] net/sfc: correct estimation of max DMA descriptors required

2017-04-21 Thread Ferruh Yigit
On 4/21/2017 12:02 PM, Andrew Rybchenko wrote: > Previous too pessimistic estimation made completely impossible to send > packets with many segments (more than 100 with minimum Tx ring size). > > Fixes: 8b00f426eb66 ("net/sfc: implement EF10 native Tx datapath") > > Signed-off-by: Andrew Rybchenk

[dpdk-dev] [PATCH] net/sfc: correct estimation of max DMA descriptors required

2017-04-21 Thread Andrew Rybchenko
Previous too pessimistic estimation made completely impossible to send packets with many segments (more than 100 with minimum Tx ring size). Fixes: 8b00f426eb66 ("net/sfc: implement EF10 native Tx datapath") Signed-off-by: Andrew Rybchenko Reviewed-by: Andrew Lee --- drivers/net/sfc/sfc_ef10_t