RE: [PATCH] net/mlx5: document IP fragment matching limitations

2025-07-20 Thread Bing Zhao
Zhao > ; Ori Kam ; Suanming Mou > ; Matan Azrad > Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Raslan Darawsheh > Subject: [PATCH] net/mlx5: document IP fragment matching limitations > > NVIDIA NICs do not support matching on packet headers appearing after IP

Re: [PATCH] net/mlx5: document IP fragment matching limitations

2025-07-18 Thread Stephen Hemminger
On Fri, 18 Jul 2025 13:51:56 +0200 Dariusz Sosnowski wrote: > NVIDIA NICs do not support matching on packet headers appearing > after IP header if the received packet is an IP fragment. > This patch updates the relevant documentation. > > Bugzilla ID: 1417 > > Signed-off-by: Dariusz Sosnowski

[PATCH] net/mlx5: document IP fragment matching limitations

2025-07-18 Thread Dariusz Sosnowski
NVIDIA NICs do not support matching on packet headers appearing after IP header if the received packet is an IP fragment. This patch updates the relevant documentation. Bugzilla ID: 1417 Signed-off-by: Dariusz Sosnowski --- Depends-on: series-35735 ("rework mlx5 guide") FYI - I added Bugzilla t