Re: [dpdk-dev] [PATCH v2 0/5] net/ena: minor bug fixes and improvements

2021-01-29 Thread Ferruh Yigit
On 1/29/2021 12:33 PM, Michał Krawczyk wrote: pt., 29 sty 2021 o 13:17 Ferruh Yigit napisał(a): On 1/26/2021 6:32 PM, Michal Krawczyk wrote: Hi, this patchset contains few bug fixes for the ENA PMD and the version upgrade to v2.2.1. Besides that, the validation of the Rx req ID was optimized

Re: [dpdk-dev] [PATCH v2 0/5] net/ena: minor bug fixes and improvements

2021-01-29 Thread Michał Krawczyk
pt., 29 sty 2021 o 13:17 Ferruh Yigit napisał(a): > > On 1/26/2021 6:32 PM, Michal Krawczyk wrote: > > Hi, > > > > this patchset contains few bug fixes for the ENA PMD and the version > > upgrade to v2.2.1. Besides that, the validation of the Rx req ID was > > optimized. > > > > Best regards, > >

Re: [dpdk-dev] [PATCH v2 0/5] net/ena: minor bug fixes and improvements

2021-01-29 Thread Ferruh Yigit
On 1/26/2021 6:32 PM, Michal Krawczyk wrote: Hi, this patchset contains few bug fixes for the ENA PMD and the version upgrade to v2.2.1. Besides that, the validation of the Rx req ID was optimized. Best regards, Michal --- v2: * Add patch preventing double doorbell on Tx. Amit Bernstein (1

[dpdk-dev] [PATCH v2 0/5] net/ena: minor bug fixes and improvements

2021-01-26 Thread Michal Krawczyk
Hi, this patchset contains few bug fixes for the ENA PMD and the version upgrade to v2.2.1. Besides that, the validation of the Rx req ID was optimized. Best regards, Michal --- v2: * Add patch preventing double doorbell on Tx. Amit Bernstein (1): net/ena: Tx doorbell statistics fix Ido Se