mbox series

[v2,0/5] net/mlx5: support match on L3 fragmented packets

Message ID cover.1602770369.git.dekelp@nvidia.com (mailing list archive)
Headers
Series net/mlx5: support match on L3 fragmented packets |

Message

Dekel Peled Oct. 15, 2020, 2:05 p.m. UTC
  Patch series [1] adds to ethdev and testpmd the support of matching on
fragmented/non-fragmented packets.
Following [1], this patch series adds to MLX5 PMD the support of matching
on IPv4 fragmented packets, IPv6 fragmented packets, and IPv6 fragment
extension header item.

[1] https://mails.dpdk.org/archives/dev/2020-October/186177.html

---
v2: rebase on top of latest commits.
---

Dekel Peled (5):
  net/mlx5: remove handling of ICMP fragmented packets
  net/mlx5: support match on IPv4 fragment packets
  net/mlx5: support match on IPv6 fragment packets
  net/mlx5: support match on IPv6 fragment ext. item
  net/mlx5: enforce limitation on IPv6 next proto

 doc/guides/nics/mlx5.rst               |   7 +
 doc/guides/rel_notes/release_20_11.rst |   5 +
 drivers/net/mlx5/mlx5_flow.c           |  62 ++++--
 drivers/net/mlx5/mlx5_flow.h           |  14 ++
 drivers/net/mlx5/mlx5_flow_dv.c        | 382 +++++++++++++++++++++++++++++----
 drivers/net/mlx5/mlx5_flow_verbs.c     |   9 +-
 6 files changed, 420 insertions(+), 59 deletions(-)
  

Comments

Raslan Darawsheh Oct. 18, 2020, 3:14 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Dekel Peled
> Sent: Thursday, October 15, 2020 5:06 PM
> To: Matan Azrad <matan@nvidia.com>; Shahaf Shuler
> <shahafs@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2 0/5] net/mlx5: support match on L3
> fragmented packets
> 
> Patch series [1] adds to ethdev and testpmd the support of matching on
> fragmented/non-fragmented packets.
> Following [1], this patch series adds to MLX5 PMD the support of matching
> on IPv4 fragmented packets, IPv6 fragmented packets, and IPv6 fragment
> extension header item.
> 
> [1]
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail
> s.dpdk.org%2Farchives%2Fdev%2F2020-
> October%2F186177.html&amp;data=02%7C01%7Crasland%40nvidia.com%7C
> f93dfbbfe11f463a132408d87113be17%7C43083d15727340c1b7db39efd9ccc17
> a%7C0%7C0%7C637383676888432962&amp;sdata=owqbu4vFkga0jijb87wjtx2
> WQ1I2xuhrGLr1NDcISw8%3D&amp;reserved=0
> 
> ---
> v2: rebase on top of latest commits.
> ---
> 
> Dekel Peled (5):
>   net/mlx5: remove handling of ICMP fragmented packets
>   net/mlx5: support match on IPv4 fragment packets
>   net/mlx5: support match on IPv6 fragment packets
>   net/mlx5: support match on IPv6 fragment ext. item
>   net/mlx5: enforce limitation on IPv6 next proto
> 
>  doc/guides/nics/mlx5.rst               |   7 +
>  doc/guides/rel_notes/release_20_11.rst |   5 +
>  drivers/net/mlx5/mlx5_flow.c           |  62 ++++--
>  drivers/net/mlx5/mlx5_flow.h           |  14 ++
>  drivers/net/mlx5/mlx5_flow_dv.c        | 382
> +++++++++++++++++++++++++++++----
>  drivers/net/mlx5/mlx5_flow_verbs.c     |   9 +-
>  6 files changed, 420 insertions(+), 59 deletions(-)
> 
> --
> 1.8.3.1

Series applied to next-net-mlx,


Kindest regards,
Raslan Darawsheh