RE: [PATCH v19.11 LTS] kni: fix build for Suse

2022-12-19 Thread Gao, DaxueX
> From: Ferruh Yigit > Sent: 2022年12月16日 20:11 > To: Thomas Monjalon > Cc: dev@dpdk.org; David Marchand ; > sta...@dpdk.org; christian.ehrha...@canonical.com; Gao, DaxueX > > Subject: [PATCH v19.11 LTS] kni: fix build for Suse > > Wrong macro is used i

[PATCH v19.11 LTS] kni: fix build for Suse

2022-12-16 Thread Ferruh Yigit
Wrong macro is used in the patch that detects if '.ndo_tx_timeout' has 'txqueue' parameter or not, which is causing build error. Fixed by using correct macro. Bugzilla ID: 1141 Fixes: d43fa3e198c0 ("kni: fix build for SLES15-SP3 (Make)") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- Cc: c