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)
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>

Trivial merge