[PATCH net-next 0/9] nfp: move BPF offload code into app

2017-05-31 Thread Jakub Kicinski
Hi! 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

Re: [PATCH net-next 0/9] nfp: move BPF offload code into app

2017-05-31 Thread David Miller
From: Jakub Kicinski Date: Wed, 31 May 2017 08:06:42 -0700 > 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 pat