netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 net-next 0/4] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
@ 2023-09-27  7:27 Roger Quadros
  2023-09-27  7:27 ` [PATCH v5 net-next 1/4] net: ethernet: ti: am65-cpsw: Move code to avoid forward declaration Roger Quadros
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Roger Quadros @ 2023-09-27  7:27 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, vladimir.oltean
  Cc: horms, s-vadapalli, srk, vigneshr, p-varis, netdev, linux-kernel,
	rogerq

Hi,

This series adds mqprio qdisc offload in channel mode,
Frame Pre-emption MAC merge support and RX/TX coalesing
for AM65 CPSW driver.

Comparted to v4, this series picks up the coalesing patch.

Changelog information in each patch file.

cheers,
-roger

Grygorii Strashko (2):
  net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
  net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on
    hrtimers

Roger Quadros (2):
  net: ethernet: ti: am65-cpsw: Move code to avoid forward declaration
  net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge
    support

 drivers/net/ethernet/ti/am65-cpsw-ethtool.c | 229 ++++++++
 drivers/net/ethernet/ti/am65-cpsw-nuss.c    |  61 ++-
 drivers/net/ethernet/ti/am65-cpsw-nuss.h    |   9 +
 drivers/net/ethernet/ti/am65-cpsw-qos.c     | 550 +++++++++++++++++---
 drivers/net/ethernet/ti/am65-cpsw-qos.h     | 112 ++++
 5 files changed, 879 insertions(+), 82 deletions(-)


base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d
-- 
2.34.1


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

end of thread, other threads:[~2023-10-06 12:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27  7:27 [PATCH v5 net-next 0/4] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing Roger Quadros
2023-09-27  7:27 ` [PATCH v5 net-next 1/4] net: ethernet: ti: am65-cpsw: Move code to avoid forward declaration Roger Quadros
2023-09-27  7:27 ` [PATCH v5 net-next 2/4] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode Roger Quadros
2023-10-01  6:55   ` Simon Horman
2023-10-06 12:28     ` Roger Quadros
2023-10-05  9:01   ` Vladimir Oltean
2023-10-06 12:29     ` Roger Quadros
2023-09-27  7:27 ` [PATCH v5 net-next 3/4] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support Roger Quadros
2023-10-05  7:57   ` Paolo Abeni
2023-10-06 12:30     ` Roger Quadros
2023-10-05  9:29   ` Vladimir Oltean
2023-10-06 12:32     ` Roger Quadros
2023-09-27  7:27 ` [PATCH v5 net-next 4/4] net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimers Roger Quadros
2023-10-01  6:56 ` [PATCH v5 net-next 0/4] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing Simon Horman

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