]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-nfp-programmable-rss'
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 9 May 2018 16:04:38 +0000 (18:04 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 9 May 2018 16:04:39 +0000 (18:04 +0200)
commit0b491f16d93f7a102966e8119b7a1fc1818b730b
treeaea09cd89f6cf39af298dc83b9bf75dc8f3735b0
parente26170edd0c0721e1c65f9a998f7414a0b16344d
parente632adefabe22dcd889d25028caf7d4ae0cc2996
Merge branch 'bpf-nfp-programmable-rss'

Jakub Kicinski says:

====================
This small series adds a feature which extends BPF offload beyond
a pure host processing offload and firmly into the realm of
heterogeneous processing.  Allowing offloaded XDP programs to set
the RX queue index opens the door for defining fully programmable
RSS/n-tuple filter replacement.  In fact the device datapath will
skip the RSS processing completely if BPF decided on the queue
already, making the XDP program replace part of the standard NIC
datapath.

We hope some day the entire NIC datapath will be defined by BPF :)
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>