netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] nfp: flower improvement and SFF module EEPROM
@ 2019-03-30  2:24 Jakub Kicinski
  2019-03-30  2:24 ` [PATCH net-next 1/3] nfp: flower: reduce action list size by coalescing mangle actions Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jakub Kicinski @ 2019-03-30  2:24 UTC (permalink / raw)
  To: davem; +Cc: netdev, oss-drivers, Jakub Kicinski

Hi!

The first patch in this series from Pieter improves the
handling of mangle actions in TC flower offload.  These
used to be sent down to the driver in groups, but after
Pablo N's patches they are split out causing suboptimal
expression.

The ramaining two patches from Dirk add support for reading
SFF module EEPROM data.

Dirk van der Merwe (2):
  nfp: nsp: implement read SFF module EEPROM
  nfp: implement ethtool get module EEPROM

Pieter Jansen van Vuuren (1):
  nfp: flower: reduce action list size by coalescing mangle actions

 .../ethernet/netronome/nfp/flower/action.c    | 209 +++++++++++-------
 .../ethernet/netronome/nfp/nfp_net_ethtool.c  | 131 +++++++++++
 .../ethernet/netronome/nfp/nfpcore/nfp_nsp.c  |  62 ++++++
 .../ethernet/netronome/nfp/nfpcore/nfp_nsp.h  |   8 +
 4 files changed, 333 insertions(+), 77 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-04-02  1:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-30  2:24 [PATCH net-next 0/3] nfp: flower improvement and SFF module EEPROM Jakub Kicinski
2019-03-30  2:24 ` [PATCH net-next 1/3] nfp: flower: reduce action list size by coalescing mangle actions Jakub Kicinski
2019-03-30  2:25   ` Jakub Kicinski
2019-03-30  2:24 ` [PATCH net-next 2/3] nfp: nsp: implement read SFF module EEPROM Jakub Kicinski
2019-03-30  2:24 ` [PATCH net-next 3/3] nfp: implement ethtool get " Jakub Kicinski
2019-04-02  1:05 ` [PATCH net-next 0/3] nfp: flower improvement and SFF " 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).