Re: [dpdk-dev] [PATCH v2 4/5] net/ena: fix Tx sq free space assessment

2021-01-29 Thread Michał Krawczyk
pt., 29 sty 2021 o 13:07 Ferruh Yigit napisał(a): > > On 1/26/2021 6:32 PM, Michal Krawczyk wrote: > > From: Igor Chauskin > > > > Before starting transmission of Tx burst, the driver checked the > > available space in the sq and limited the number of packets for > > transmission accordingly. > >

Re: [dpdk-dev] [PATCH v2 4/5] net/ena: fix Tx sq free space assessment

2021-01-29 Thread Ferruh Yigit
On 1/26/2021 6:32 PM, Michal Krawczyk wrote: From: Igor Chauskin Before starting transmission of Tx burst, the driver checked the available space in the sq and limited the number of packets for transmission accordingly. The calculation was incorrect for fragmented packets and potentially had si

[dpdk-dev] [PATCH v2 4/5] net/ena: fix Tx sq free space assessment

2021-01-26 Thread Michal Krawczyk
From: Igor Chauskin Before starting transmission of Tx burst, the driver checked the available space in the sq and limited the number of packets for transmission accordingly. The calculation was incorrect for fragmented packets and potentially had significantly limited the length of Tx bursts. T