]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-move-BPF-offload-code-into-app'
authorDavid S. Miller <davem@davemloft.net>
Wed, 31 May 2017 21:58:14 +0000 (17:58 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 May 2017 21:58:14 +0000 (17:58 -0400)
commit27516b90585f5e6f324140521d4e53747258617d
treeb938a4f6c4eaaa6eaf9ee3088aaa4742a70489bc
parentf8e4f083dcacb29fe7747638c4676f848b8d5a72
parent04bc9b2b7f018692e48463298c68b9756e8770fa
Merge branch 'nfp-move-BPF-offload-code-into-app'

Jakub Kicinski says:

====================
nfp: move BPF offload code into app

This series moves the eBPF offload code out of netdev/vNIC handling and
starts building the nfp_app.  Port init is moved into the apps as well
because various apps associate vNICs, representors with ports differently.

First patch adds a helper for updating tc stats which has been waiting
in my tree to be included in any moderately related series.

Next series will bring communicating with FW using control messages,
then representors, BPF maps, tc flower... :)
====================

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