]> 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)
commit4c2fa07fab7eff7a8c202cf7a54c2d5ccff78b2f
treeb063451b5cf5c6ab727b3dfdf36f7763d4574f03
parent7d03892cc56d07a4f638a13da5358971ea2eff68
parent28862434ee4e1f8592af0ae4ac33f22896a10b58
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>