Re: [dpdk-dev] [PATCH v2 1/2] net/ena: upgrade HAL for new HW features

2020-01-10 Thread Ferruh Yigit
On 1/9/2020 3:39 PM, Michal Krawczyk wrote: > This version of the HAL allows to use the latest HW features, like > rx offsets. > > Driver was adjusted to the new version to fix the build. > > Signed-off-by: Michal Krawczyk > Signed-off-by: Maciej Bielski Applied to dpdk-next-net/master, thanks

Re: [dpdk-dev] [PATCH v2 1/2] net/ena: upgrade HAL for new HW features

2020-01-10 Thread Michał Krawczyk
pt., 10 sty 2020 o 10:04 Ferruh Yigit napisał(a): > > On 1/9/2020 3:39 PM, Michal Krawczyk wrote: > > This version of the HAL allows to use the latest HW features, like > > rx offsets. > > > > Driver was adjusted to the new version to fix the build. > > > > Signed-off-by: Michal Krawczyk > > Sign

Re: [dpdk-dev] [PATCH v2 1/2] net/ena: upgrade HAL for new HW features

2020-01-10 Thread Ferruh Yigit
On 1/9/2020 3:39 PM, Michal Krawczyk wrote: > This version of the HAL allows to use the latest HW features, like > rx offsets. > > Driver was adjusted to the new version to fix the build. > > Signed-off-by: Michal Krawczyk > Signed-off-by: Maciej Bielski > --- > v2: > * Fix compilation with deb