Re: [PATCH v1] app/testpmd: use Tx preparation in txonly engine

2024-12-03 Thread Stephen Hemminger
On Wed, 3 Jan 2024 09:29:12 +0800 Kaiwen Deng wrote: > Txonly forwarding engine does not call the Tx preparation API > before transmitting packets. This may cause some problems. > > TSO breaks when MSS spans more than 8 data fragments. Those > packets will be dropped by Tx preparation API, but

Re: [PATCH v1] app/testpmd: use Tx preparation in txonly engine

2024-01-03 Thread Jerin Jacob
On Wed, Jan 3, 2024 at 7:38 AM Kaiwen Deng wrote: > > Txonly forwarding engine does not call the Tx preparation API > before transmitting packets. This may cause some problems. > > TSO breaks when MSS spans more than 8 data fragments. Those > packets will be dropped by Tx preparation API, but it w

[PATCH v1] app/testpmd: use Tx preparation in txonly engine

2024-01-02 Thread Kaiwen Deng
Txonly forwarding engine does not call the Tx preparation API before transmitting packets. This may cause some problems. TSO breaks when MSS spans more than 8 data fragments. Those packets will be dropped by Tx preparation API, but it will cause MDD event if txonly forwarding engine does not call