netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] Support extended BD rings at runtime,
@ 2020-03-10 12:51 Claudiu Manoil
  2020-03-10 12:51 ` [PATCH net-next 1/4] enetc: Drop redundant device node check Claudiu Manoil
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Claudiu Manoil @ 2020-03-10 12:51 UTC (permalink / raw)
  To: netdev; +Cc: Vladimir Oltean, Y . b . Lu, David S . Miller

First two patches are just misc code cleanup.
The 3rd patch prepares the Rx BD processing code to be extended
to processing both normal and extended BDs.
The last one adds extended Rx BD support for timestamping
without the need of a static config. Finally, the config option
FSL_ENETC_HW_TIMESTAMPING can be dropped.
Care was taken not to impact non-timestamping usecases.


Claudiu Manoil (4):
  enetc: Drop redundant device node check
  enetc: Clean up of ehtool stats len
  enetc: Clean up Rx BD iteration
  enetc: Add dynamic allocation of extended Rx BD rings

 drivers/net/ethernet/freescale/enetc/Kconfig  | 10 ---
 drivers/net/ethernet/freescale/enetc/enetc.c  | 70 +++++++++++--------
 drivers/net/ethernet/freescale/enetc/enetc.h  | 33 ++++++++-
 .../ethernet/freescale/enetc/enetc_ethtool.c  | 22 +++---
 .../net/ethernet/freescale/enetc/enetc_hw.h   |  9 +--
 .../net/ethernet/freescale/enetc/enetc_pf.c   |  5 --
 6 files changed, 88 insertions(+), 61 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-03-10 22:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 12:51 [PATCH net-next 0/4] Support extended BD rings at runtime, Claudiu Manoil
2020-03-10 12:51 ` [PATCH net-next 1/4] enetc: Drop redundant device node check Claudiu Manoil
2020-03-10 12:51 ` [PATCH net-next 2/4] enetc: Clean up of ehtool stats len Claudiu Manoil
2020-03-10 12:51 ` [PATCH net-next 3/4] enetc: Clean up Rx BD iteration Claudiu Manoil
2020-03-10 12:51 ` [PATCH net-next 4/4] enetc: Add dynamic allocation of extended Rx BD rings Claudiu Manoil
2020-03-10 22:49 ` [PATCH net-next 0/4] Support extended BD rings at runtime, 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).