Re: [dpdk-dev] [PATCH] net/ionic: fix Tx fragment limits

2021-02-05 Thread Ferruh Yigit
On 2/4/2021 8:37 PM, Andrew Boyer wrote: The reported nb_seg_max should include the main fragment in the descriptor and the fragments in the accompanying SGL. Update the Tx prep check as well. These were missed when updating to the v1 Tx queue structures. Fixes: 786c64763b50 ("net/ionic: clean

[dpdk-dev] [PATCH] net/ionic: fix Tx fragment limits

2021-02-04 Thread Andrew Boyer
The reported nb_seg_max should include the main fragment in the descriptor and the fragments in the accompanying SGL. Update the Tx prep check as well. These were missed when updating to the v1 Tx queue structures. Fixes: 786c64763b50 ("net/ionic: clean up Tx queue version support") Signed-off-b