Re: [dpdk-dev] [PATCH v2] kni: fix build for SLES15-SP3

2021-10-25 Thread Thomas Monjalon
> > From: Aman Singh > > > > As suse version numbering is inconsistent to determine Linux kernel API to > > be used. In this patch we check parameter of 'ndo_tx_timeout' > > API directly from the kernel source. This is done only for suse build. > > > > Bugzilla ID: 812 > > Cc: sta...@dpdk.org >

Re: [dpdk-dev] [PATCH v2] kni: fix build for SLES15-SP3

2021-10-20 Thread Jiang, YuX
> -Original Message- > From: dev On Behalf Of Ferruh Yigit > Sent: Tuesday, October 19, 2021 6:49 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Singh, Aman Deep > ; sta...@dpdk.org; Christian Ehrhardt > ; Marco Varlese > Subject: [dpdk-dev] [PATCH v2] kni:

[dpdk-dev] [PATCH v2] kni: fix build for SLES15-SP3

2021-10-19 Thread Ferruh Yigit
From: Aman Singh As suse version numbering is inconsistent to determine Linux kernel API to be used. In this patch we check parameter of 'ndo_tx_timeout' API directly from the kernel source. This is done only for suse build. Bugzilla ID: 812 Cc: sta...@dpdk.org Signed-off-by: Aman Singh Acked-