]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit59fa1a77df979f12b76a5ce1fa5f1efdd1aff233
tree84a63bce9d9e3affca45063d33dba59d3deb3ecc
parente4cb7f6f3283dae9d9789ea8ccff4e4e57830d6e
parentfb201580e2b7a81186b0b982ebfd14fc96243157
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>