mbox series

[net,v9,0/2] net/ps3_gelic_net: DMA related fixes

Message ID cover.1679160765.git.geoff@infradead.org (mailing list archive)
Headers show
Series net/ps3_gelic_net: DMA related fixes | expand

Message

Geoff Levand March 18, 2023, 5:39 p.m. UTC
v9: Make rx_skb_size local to gelic_descr_prepare_rx.
v8: Add more cpu_to_be32 calls.
v7: Remove all cleanups, sync to spider net.
v6: Reworked and cleaned up patches.
v5: Some additional patch cleanups.
v4: More patch cleanups.
v3: Cleaned up patches as requested.

Geoff Levand (2):
  net/ps3_gelic_net: Fix RX sk_buff length
  net/ps3_gelic_net: Use dma_mapping_error

 drivers/net/ethernet/toshiba/ps3_gelic_net.c | 41 +++++++++++---------
 drivers/net/ethernet/toshiba/ps3_gelic_net.h |  5 ++-
 2 files changed, 25 insertions(+), 21 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 20, 2023, 10:30 a.m. UTC | #1
Hello:

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

On Sat, 18 Mar 2023 17:39:15 +0000 you wrote:
> v9: Make rx_skb_size local to gelic_descr_prepare_rx.
> v8: Add more cpu_to_be32 calls.
> v7: Remove all cleanups, sync to spider net.
> v6: Reworked and cleaned up patches.
> v5: Some additional patch cleanups.
> v4: More patch cleanups.
> v3: Cleaned up patches as requested.
> 
> [...]

Here is the summary with links:
  - [net,v9,1/2] net/ps3_gelic_net: Fix RX sk_buff length
    https://git.kernel.org/netdev/net/c/19b3bb51c3bc
  - [net,v9,2/2] net/ps3_gelic_net: Use dma_mapping_error
    https://git.kernel.org/netdev/net/c/bebe933d35a6

You are awesome, thank you!