Re: [dpdk-dev] [PATCH] net/thunderx: fix multi segment xmit function return

2017-12-04 Thread Ferruh Yigit
On 11/28/2017 5:22 AM, Jerin Jacob wrote: > multi segment version of tx burst function was not > returning the actual number of packets sent out > in PMD xmit function. > > Fixes: 1c421f18e0 ("net/thunderx: add single and multi-segment Tx") > Cc: sta...@dpdk.org > > Signed-off-by: Jerin Jacob >

[dpdk-dev] [PATCH] net/thunderx: fix multi segment xmit function return

2017-11-28 Thread Jerin Jacob
multi segment version of tx burst function was not returning the actual number of packets sent out in PMD xmit function. Fixes: 1c421f18e0 ("net/thunderx: add single and multi-segment Tx") Cc: sta...@dpdk.org Signed-off-by: Jerin Jacob Signed-off-by: Sunil Kulkarni --- drivers/net/thunderx/nic