mirror of https://gitee.com/openkylin/linux.git
d3f89b98e3
After TC offloads were converted to callbacks we have no choice
but keep track of the offloaded filter in the driver.
The check for nn->dp.bpf_offload_xdp was a stop gap solution
to make sure failed TC offload won't disable XDP, it's no longer
necessary. nfp_net_bpf_offload() will return -EBUSY on
TC vs XDP conflicts.
Fixes:
|
||
---|---|---|
.. | ||
nfp | ||
Kconfig | ||
Makefile |