]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit14c8864eb4b8c61efb42e9f43e36677dbc031a0f
treeb063451b5cf5c6ab727b3dfdf36f7763d4574f03
parentb784d406b7eafecad7dbfacbcb8b54d78a051190
parent571dc85e4271376ee97bd6d741ce31d627deda6d
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>