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)
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>

Trivial merge