mbox series

[net-next,0/9] net: rswitch: Add jumbo frames support

Message ID 20231127115334.3670790-1-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series net: rswitch: Add jumbo frames support | expand

Message

Yoshihiro Shimoda Nov. 27, 2023, 11:53 a.m. UTC
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(-)

Comments

Jakub Kicinski Nov. 27, 2023, 9:21 p.m. UTC | #1
On Mon, 27 Nov 2023 20:53:25 +0900 Yoshihiro Shimoda wrote:
> 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().

Sorry, you'll need to wait for the trees to converge and then repost.
The trees are merged together every week, some time on Thursday
afternoon (PST).
Yoshihiro Shimoda Nov. 27, 2023, 11:51 p.m. UTC | #2
> From: Jakub Kicinski, Sent: Tuesday, November 28, 2023 6:22 AM
> 
> On Mon, 27 Nov 2023 20:53:25 +0900 Yoshihiro Shimoda wrote:
> > 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().
> 
> Sorry, you'll need to wait for the trees to converge and then repost.
> The trees are merged together every week, some time on Thursday
> afternoon (PST).

Thank you for the reply! I understood it. I'll repost after that.

Best regards,
Yoshihiro Shimoda

> --
> pw-bot: defer