Re: [dpdk-dev] [PATCH] kni: resolve build issue for OpenSuse15.3

2021-10-13 Thread Ferruh Yigit
On 10/13/2021 3:33 PM, Aman Singh wrote: 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-of

[dpdk-dev] [PATCH] kni: resolve build issue for OpenSuse15.3

2021-10-13 Thread 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 --- kernel/linux/kni/com