Re: [dpdk-dev] [dpdk-stable] [PATCH] kni: fix compilation on RHEL 8.3

2020-11-26 Thread Thomas Monjalon
26/11/2020 19:08, Ferruh Yigit: > On 11/26/2020 6:04 PM, David Marchand wrote: > > On Thu, Nov 26, 2020 at 3:24 PM Olivier Matz wrote: > >> > >> Like what was done for mainline kernel in commit 38ad54f3bc76 ("kni: fix > >> build with Linux 5.6"), a new parameter 'txqueue' has to be added to > >> '

Re: [dpdk-dev] [dpdk-stable] [PATCH] kni: fix compilation on RHEL 8.3

2020-11-26 Thread Ferruh Yigit
On 11/26/2020 6:04 PM, David Marchand wrote: On Thu, Nov 26, 2020 at 3:24 PM Olivier Matz wrote: Like what was done for mainline kernel in commit 38ad54f3bc76 ("kni: fix build with Linux 5.6"), a new parameter 'txqueue' has to be added to 'ndo_tx_timeout' ndo on RHEL 8.3 kernel. Cc: sta...@dp

Re: [dpdk-dev] [dpdk-stable] [PATCH] kni: fix compilation on RHEL 8.3

2020-11-26 Thread David Marchand
On Thu, Nov 26, 2020 at 3:24 PM Olivier Matz wrote: > > Like what was done for mainline kernel in commit 38ad54f3bc76 ("kni: fix > build with Linux 5.6"), a new parameter 'txqueue' has to be added to > 'ndo_tx_timeout' ndo on RHEL 8.3 kernel. > > Cc: sta...@dpdk.org > > Tested-by: Christophe Gross