]> 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)
commit8af48e075eeb4221b0244f6a9478c1615fe7f1a5
tree84a63bce9d9e3affca45063d33dba59d3deb3ecc
parent27f7f160ce3e9e1ede4c87aa65c6e7e575a71774
parent018b1d1e1d8adb7f8165bde1d5cd89a4a1b9b1ac
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>