> From: Ferruh Yigit <[email protected]> > Sent: 2022年12月16日 20:11 > To: Thomas Monjalon <[email protected]> > Cc: [email protected]; David Marchand <[email protected]>; > [email protected]; [email protected]; Gao, DaxueX > <[email protected]> > Subject: [PATCH v19.11 LTS] kni: fix build for Suse > > 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: [email protected] > > Signed-off-by: Ferruh Yigit <[email protected]>
Tested-by: Daxue Gao <[email protected]>

