OSDN Git Service

Merge branch 'nfp-improve-bpf-offload'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 16 Oct 2018 22:23:59 +0000 (15:23 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 16 Oct 2018 22:23:59 +0000 (15:23 -0700)
commit9032c10e94fc44bb3245dc7f0d52aeeb3e8715b6
tree84a63bce9d9e3affca45063d33dba59d3deb3ecc
parentab9e084821221b2eda57a512535fe35b49e672d8
parent44b6fed0c16ea0057292d57c381a31e8986fa7a7
Merge branch 'nfp-improve-bpf-offload'

Jakub Kicinski says:

====================
this set adds check to make sure offload behaviour is correct.
First when atomic counters are used, we must make sure the map
does not already contain data we did not prepare for holding
atomics.

Second patch double checks vNIC capabilities for program offload
in case program is shared by multiple vNICs with different
constraints.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>