netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] net: rswitch: Add jumbo frames support
@ 2023-11-27 11:53 Yoshihiro Shimoda
  2023-11-27 11:53 ` [PATCH net-next 1/9] net: rswitch: Drop unused argument/return value Yoshihiro Shimoda
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Yoshihiro Shimoda @ 2023-11-27 11:53 UTC (permalink / raw)
  To: s.shtylyov, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-renesas-soc, Yoshihiro Shimoda

This patch series is based on the latest net-next.git / main branch,
and merged the latest net.git / main branch to avoid conflict in
rswitch_start_xmit().

Yoshihiro Shimoda (9):
  net: rswitch: Drop unused argument/return value
  net: rswitch: Use unsigned int for desc related array index
  net: rswitch: Use build_skb() for RX
  net: rswitch: Add unmap_addrs instead of dma address in each desc
  net: rswitch: Add a setting ext descriptor function
  net: rswitch: Set GWMDNC register
  net: rswitch: Add jumbo frames handling for RX
  net: rswitch: Add jumbo frames handling for TX
  net: rswitch: Allow jumbo frames

 drivers/net/ethernet/renesas/Makefile  |   1 -
 drivers/net/ethernet/renesas/rswitch.c | 374 +++++++++++++++++--------
 drivers/net/ethernet/renesas/rswitch.h |  43 ++-
 3 files changed, 293 insertions(+), 125 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-11-28 11:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-27 11:53 [PATCH net-next 0/9] net: rswitch: Add jumbo frames support Yoshihiro Shimoda
2023-11-27 11:53 ` [PATCH net-next 1/9] net: rswitch: Drop unused argument/return value Yoshihiro Shimoda
2023-11-27 11:53 ` [PATCH net-next 2/9] net: rswitch: Use unsigned int for desc related array index Yoshihiro Shimoda
2023-11-27 11:53 ` [PATCH net-next 3/9] net: rswitch: Use build_skb() for RX Yoshihiro Shimoda
2023-11-27 11:53 ` [PATCH net-next 4/9] net: rswitch: Add unmap_addrs instead of dma address in each desc Yoshihiro Shimoda
2023-11-28  9:06   ` Sergei Shtylyov
2023-11-28 11:00     ` Yoshihiro Shimoda
2023-11-27 11:53 ` [PATCH net-next 5/9] net: rswitch: Add a setting ext descriptor function Yoshihiro Shimoda
2023-11-28  9:10   ` Sergei Shtylyov
2023-11-27 11:53 ` [PATCH net-next 6/9] net: rswitch: Set GWMDNC register Yoshihiro Shimoda
2023-11-27 11:53 ` [PATCH net-next 7/9] net: rswitch: Add jumbo frames handling for RX Yoshihiro Shimoda
2023-11-27 11:53 ` [PATCH net-next 8/9] net: rswitch: Add jumbo frames handling for TX Yoshihiro Shimoda
2023-11-27 22:33   ` kernel test robot
2023-11-28  9:16   ` Sergei Shtylyov
2023-11-27 11:53 ` [PATCH net-next 9/9] net: rswitch: Allow jumbo frames Yoshihiro Shimoda
2023-11-27 21:21 ` [PATCH net-next 0/9] net: rswitch: Add jumbo frames support Jakub Kicinski
2023-11-27 23:51   ` Yoshihiro Shimoda

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