On Tue, Oct 16, 2018 at 03:19:08PM -0700, Jakub Kicinski wrote:
Hi,
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.
1st patch is quite a hack, but until we have proper BTF annotations
I don't see any other way to solve it.
Applied, Thanks