89233c081c
Prior to this change, two implementations of rx_syscall_handler
existed although only one was needed (for the zero copy path which
is only available from kernel 5.4 and onwards). Remove the second
definition from compat.h and move the first definition back to where
it is called in the Rx function. Doing this removes a build warning
on kernels before 5.4 which complained about the second function
being defined but not used.
Fixes:
|
||
---|---|---|
.. | ||
af_xdp_deps.h | ||
compat.h | ||
meson.build | ||
rte_eth_af_xdp.c | ||
version.map |