netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 net-next 0/7] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
@ 2023-11-20 14:01 Roger Quadros
  2023-11-20 14:01 ` [PATCH v6 net-next 1/7] net: ethernet: am65-cpsw: Build am65-cpsw-qos only if required Roger Quadros
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Roger Quadros @ 2023-11-20 14:01 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni
  Cc: vladimir.oltean, s-vadapalli, r-gunasekaran, vigneshr, srk, horms,
	p-varis, netdev, linux-kernel, Roger Quadros

Hi,

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

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 (5):
  net: ethernet: am65-cpsw: Build am65-cpsw-qos only if required
  net: ethernet: am65-cpsw: cleanup TAPRIO handling
  net: ethernet: ti: am65-cpsw: Move code to avoid forward declaration
  net: ethernet: am65-cpsw: Move register definitions to header file
  net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge
    support

 drivers/net/ethernet/ti/Makefile            |   3 +-
 drivers/net/ethernet/ti/am65-cpsw-ethtool.c | 234 +++++++
 drivers/net/ethernet/ti/am65-cpsw-nuss.c    |  64 +-
 drivers/net/ethernet/ti/am65-cpsw-nuss.h    |   9 +
 drivers/net/ethernet/ti/am65-cpsw-qos.c     | 730 +++++++++++++++-----
 drivers/net/ethernet/ti/am65-cpsw-qos.h     | 184 +++++
 6 files changed, 1046 insertions(+), 178 deletions(-)


base-commit: 94c81c62668954269ec852ab0284256db20ed9b4
-- 
2.34.1


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

end of thread, other threads:[~2023-11-30 21:19 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-20 14:01 [PATCH v6 net-next 0/7] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing Roger Quadros
2023-11-20 14:01 ` [PATCH v6 net-next 1/7] net: ethernet: am65-cpsw: Build am65-cpsw-qos only if required Roger Quadros
2023-11-20 14:01 ` [PATCH v6 net-next 2/7] net: ethernet: am65-cpsw: cleanup TAPRIO handling Roger Quadros
2023-11-20 22:56   ` Vladimir Oltean
2023-11-21  9:23     ` Roger Quadros
2023-11-21 11:11       ` Roger Quadros
2023-11-20 14:01 ` [PATCH v6 net-next 3/7] net: ethernet: ti: am65-cpsw: Move code to avoid forward declaration Roger Quadros
2023-11-20 14:01 ` [PATCH v6 net-next 4/7] net: ethernet: am65-cpsw: Move register definitions to header file Roger Quadros
2023-11-20 14:01 ` [PATCH v6 net-next 5/7] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode Roger Quadros
2023-11-20 23:03   ` Vladimir Oltean
2023-11-21  9:25     ` Roger Quadros
2023-11-20 14:01 ` [PATCH v6 net-next 6/7] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support Roger Quadros
2023-11-20 23:26   ` Vladimir Oltean
2023-11-21 11:02     ` Roger Quadros
2023-11-21 11:53       ` Vladimir Oltean
2023-11-30 11:49         ` Roger Quadros
2023-11-30 13:22           ` Vladimir Oltean
2023-11-30 14:23             ` Roger Quadros
2023-11-30 21:19               ` Vladimir Oltean
2023-11-21 11:48     ` Roger Quadros
2023-11-20 14:01 ` [PATCH v6 net-next 7/7] net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimers Roger Quadros

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