mbox series

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

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

Message

Yoshihiro Shimoda Dec. 8, 2023, 4:10 a.m. UTC
This patch series is based on the latest net-next.git / main branch.

Changes from v4:
https://lore.kernel.org/all/20231207081246.1557582-1-yoshihiro.shimoda.uh@renesas.com/
 - Based on the latest net-next.git / main branch.
 - Drop unnecessary change of Makefile in the patch 2/9.

Changes from v3:
https://lore.kernel.org/all/20231204012058.3876078-1-yoshihiro.shimoda.uh@renesas.com/
 - Based on the latest net-next.git / main branch.
 - Modify for code consistancy in the patch 3/9.
 - Add a condition in the patch 3/9.
 - Fix usage of dma_addr in the patch 8/9.

Changes from v2:
https://lore.kernel.org/all/20231201054655.3731772-1-yoshihiro.shimoda.uh@renesas.com/
 - Based on the latest net-next.git / main branch.
 - Fix using a variable in the patch 8/9.
 - Add Reviewed-by tag in the patch 1/9.

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/rswitch.c | 377 +++++++++++++++++--------
 drivers/net/ethernet/renesas/rswitch.h |  43 ++-
 2 files changed, 295 insertions(+), 125 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 10, 2023, 7:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri,  8 Dec 2023 13:10:21 +0900 you wrote:
> This patch series is based on the latest net-next.git / main branch.
> 
> Changes from v4:
> https://lore.kernel.org/all/20231207081246.1557582-1-yoshihiro.shimoda.uh@renesas.com/
>  - Based on the latest net-next.git / main branch.
>  - Drop unnecessary change of Makefile in the patch 2/9.
> 
> [...]

Here is the summary with links:
  - [net-next,v5,1/9] net: rswitch: Drop unused argument/return value
    https://git.kernel.org/netdev/net-next/c/c7e0022390d4
  - [net-next,v5,2/9] net: rswitch: Use unsigned int for desc related array index
    https://git.kernel.org/netdev/net-next/c/885703418453
  - [net-next,v5,3/9] net: rswitch: Use build_skb() for RX
    https://git.kernel.org/netdev/net-next/c/6a203cb5165d
  - [net-next,v5,4/9] net: rswitch: Add unmap_addrs instead of dma address in each desc
    https://git.kernel.org/netdev/net-next/c/271e015b9153
  - [net-next,v5,5/9] net: rswitch: Add a setting ext descriptor function
    https://git.kernel.org/netdev/net-next/c/fcff581ee430
  - [net-next,v5,6/9] net: rswitch: Set GWMDNC register
    https://git.kernel.org/netdev/net-next/c/9c90316a1170
  - [net-next,v5,7/9] net: rswitch: Add jumbo frames handling for RX
    https://git.kernel.org/netdev/net-next/c/933416cc59b1
  - [net-next,v5,8/9] net: rswitch: Add jumbo frames handling for TX
    https://git.kernel.org/netdev/net-next/c/d2c96b9d5f83
  - [net-next,v5,9/9] net: rswitch: Allow jumbo frames
    https://git.kernel.org/netdev/net-next/c/c71517fe7353

You are awesome, thank you!