]> 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)
commit7d103d4b2c8875c01085f511bd8918b0c0221e26
treeb938a4f6c4eaaa6eaf9ee3088aaa4742a70489bc
parent35aa8b0a9fa30758e93f7a68c1e5afb037b530bc
parent64b88f8b7f037d95aab67c867d0f3ccfffb7124b
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>