linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net V3 0/2] Fix generating skb from non-linear xdp_buff for mlx5
@ 2025-10-16 19:55 Tariq Toukan
  2025-10-16 19:55 ` [PATCH net V3 1/2] net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQ Tariq Toukan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tariq Toukan @ 2025-10-16 19:55 UTC (permalink / raw)
  To: Eric Dumazet, Jakub Kicinski, Paolo Abeni, Andrew Lunn,
	David S. Miller
  Cc: Saeed Mahameed, Tariq Toukan, Mark Bloch, Leon Romanovsky,
	Alexei Starovoitov, Daniel Borkmann, Jesper Dangaard Brouer,
	John Fastabend, netdev, linux-rdma, linux-kernel, bpf,
	Gal Pressman, Moshe Shemesh, Dragos Tatulea, Amery Hung,
	martin.lau, noren, cpaasch, kernel-team

v3
 - checkpatch fixes

v2
 - Simplify truesize calculation (Tariq)
 - Narrow the scope of local variables (Tariq)
 - Make truesize adjustment conditional (Tariq)

Link: https://lore.kernel.org/all/20250915225857.3024997-1-ameryhung@gmail.com/

v1
 - Separate the set from [0] (Dragos)
 - Split legacy RQ and striding RQ fixes (Dragos)
 - Drop conditional truesize and end frag ptr update (Dragos)
 - Fix truesize calculation in striding RQ (Dragos)
 - Fix the always zero headlen passed to __pskb_pull_tail() that
   causes kernel panic (Nimrod)

Link: https://lore.kernel.org/bpf/20250910034103.650342-1-ameryhung@gmail.com/


Amery Hung (2):
  net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy
    RQ
  net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for
    striding RQ

 .../net/ethernet/mellanox/mlx5/core/en_rx.c   | 51 +++++++++++++++----
 1 file changed, 42 insertions(+), 9 deletions(-)


base-commit: 634ec1fc7982efeeeeed4a7688b0004827b43a21
-- 
2.31.1


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

end of thread, other threads:[~2025-10-21  0:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-16 19:55 [PATCH net V3 0/2] Fix generating skb from non-linear xdp_buff for mlx5 Tariq Toukan
2025-10-16 19:55 ` [PATCH net V3 1/2] net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQ Tariq Toukan
2025-10-16 19:55 ` [PATCH net V3 2/2] net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQ Tariq Toukan
2025-10-21  0:50 ` [PATCH net V3 0/2] Fix generating skb from non-linear xdp_buff for mlx5 patchwork-bot+netdevbpf

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