Merge branch 'fix-BPF-offload-related-bugs'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Nov 2019 22:16:01 +0000 (15:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Nov 2019 22:16:01 +0000 (15:16 -0700)
commitaeb1b85c340c54dc1d68ff96b02d439d6a4f7150
treeb063451b5cf5c6ab727b3dfdf36f7763d4574f03
parentd64479a3e3f9924074ca7b50bd72fa5211dca9c1
parentaefc3e723a78c2e429a64dadd7815ef2a4aecd44
Merge branch 'fix-BPF-offload-related-bugs'

Jakub Kicinski says:

====================
fix BPF offload related bugs

test_offload.py catches some recently added bugs.

First of a bug in test_offload.py itself after recent changes
to netdevsim is fixed.

Second patch fixes a bug in cls_bpf, and last one addresses
a problem with the recently added XDP installation optimization.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>