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)
commitd2e0ef493ad953048bdf562b06cc4330b3fd9fb7
treeb938a4f6c4eaaa6eaf9ee3088aaa4742a70489bc
parentc380e377a50e944a2b9a892133b5a37b3ec90fe3
parent47eaa23b4c27d735cb797be71c711a99f99e9ff6
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>