netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] nfp: TC block fixes, app fallback and dev_alloc()
@ 2017-11-02  8:31 Jakub Kicinski
  2017-11-02  8:31 ` [PATCH net-next 1/8] nfp: flower: app should use struct nfp_repr Jakub Kicinski
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Jakub Kicinski @ 2017-11-02  8:31 UTC (permalink / raw)
  To: netdev; +Cc: oss-drivers, Jakub Kicinski

This series has three parts.  First of all John and I fix some 
fallout from the TC block conversion.  John also fixes sleeping 
in the neigh notifier.

Secondly I reorganise the nfp_app table to make it easier to
deal with excluding apps which have unmet Kconfig dependencies.

Last but not least after the fixes which went into -net some time
ago I refactor the page allocation, add a ethtool counter for
failed allocations and clean the ethtool stat code while at it.


Jakub Kicinski (6):
  nfp: bpf: reject TC offload if XDP loaded
  nfp: reorganize the app table
  nfp: bpf: fall back to core NIC app if BPF not selected
  nfp: switch to dev_alloc_page()
  nfp: use a counter instead of log message for allocation failures
  nfp: improve defines for constants in ethtool

John Hurley (2):
  nfp: flower: app should use struct nfp_repr
  nfp: flower: vxlan - ensure no sleep in atomic context

 drivers/net/ethernet/netronome/nfp/Makefile        |  4 +-
 drivers/net/ethernet/netronome/nfp/bpf/main.c      |  3 ++
 drivers/net/ethernet/netronome/nfp/bpf/offload.c   |  3 --
 drivers/net/ethernet/netronome/nfp/flower/cmsg.c   |  9 +++--
 drivers/net/ethernet/netronome/nfp/flower/cmsg.h   |  2 +-
 drivers/net/ethernet/netronome/nfp/flower/main.h   |  2 +-
 .../net/ethernet/netronome/nfp/flower/offload.c    | 14 +++----
 .../ethernet/netronome/nfp/flower/tunnel_conf.c    | 47 +++++++++-------------
 drivers/net/ethernet/netronome/nfp/nfp_app.c       | 20 ++++-----
 drivers/net/ethernet/netronome/nfp/nfp_net.h       |  3 ++
 .../net/ethernet/netronome/nfp/nfp_net_common.c    | 17 +++++---
 .../net/ethernet/netronome/nfp/nfp_net_ethtool.c   | 25 +++++++-----
 12 files changed, 77 insertions(+), 72 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-11-02 11:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-02  8:31 [PATCH net-next 0/8] nfp: TC block fixes, app fallback and dev_alloc() Jakub Kicinski
2017-11-02  8:31 ` [PATCH net-next 1/8] nfp: flower: app should use struct nfp_repr Jakub Kicinski
2017-11-02  8:31 ` [PATCH net-next 2/8] nfp: flower: vxlan - ensure no sleep in atomic context Jakub Kicinski
2017-11-02  8:31 ` [PATCH net-next 3/8] nfp: bpf: reject TC offload if XDP loaded Jakub Kicinski
2017-11-02  8:31 ` [PATCH net-next 4/8] nfp: reorganize the app table Jakub Kicinski
2017-11-02  8:31 ` [PATCH net-next 5/8] nfp: bpf: fall back to core NIC app if BPF not selected Jakub Kicinski
2017-11-02  8:31 ` [PATCH net-next 6/8] nfp: switch to dev_alloc_page() Jakub Kicinski
2017-11-02  8:31 ` [PATCH net-next 7/8] nfp: use a counter instead of log message for allocation failures Jakub Kicinski
2017-11-02  8:31 ` [PATCH net-next 8/8] nfp: improve defines for constants in ethtool Jakub Kicinski
2017-11-02 11:33 ` [PATCH net-next 0/8] nfp: TC block fixes, app fallback and dev_alloc() David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).