d692403e5c
All netdevs which can accept TC offloads must implement
.ndo_set_features(). nfp_reprs currently do not do that, which
means hw-tc-offload can be turned on and off even when offloads
are active.
Whether the offloads are active is really a question to nfp_ports,
so remove the per-app tc_busy callback indirection thing, and
simply count the number of offloaded items in nfp_port structure.
Fixes:
|
||
---|---|---|
.. | ||
cmsg.c | ||
fw.h | ||
jit.c | ||
main.c | ||
main.h | ||
offload.c | ||
verifier.c |