Message ID | cover.1716987534.git.lorenzo@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | netfilter: Add the capability to offload flowtable in XDP layer | expand |
On Wed, May 29, 2024 at 03:04:29PM +0200, Lorenzo Bianconi wrote: > Introduce bpf_xdp_flow_lookup kfunc in order to perform the lookup of > a given flowtable entry based on the fib tuple of incoming traffic. > bpf_xdp_flow_lookup can be used as building block to offload in XDP > the sw flowtable processing when the hw support is not available. Akced-by: Pablo Neira Ayuso <pablo@netfilter.org>