mbox series

[v9,0/2] match on GRE's key

Message ID cover.1562669445.git.jackmin@mellanox.com (mailing list archive)
Headers
Series match on GRE's key |

Message

Xiaoyu Min July 9, 2019, 10:59 a.m. UTC
  This series patchs are based on RFC [1], which enable the matching on
GRE's key field.
And enabled MLX5 device supports on this.

[1] https://patches.dpdk.org/patch/53432/

---
v2:
  * remove struct rte_flow_item_gre_key in order to comply new convention
v3:
  * updated release note
  * fixed one bug
v4:
  * resend patchs in thread mode
v5:
  * report error when K is off but gre_key item present
  * removed ITEM_CRKSV, added c_bit, k_bit, s_bit in testpmd
  * document updated
v6:
  * one fix in pmd
v7:
  * addressed comments in TestPMD
v8:
  * rebased PMD patchs on v19.08-rc1
v9:
  * fix release note
---
Xiaoyu Min (2):
  net/mlx5: support match GRE protocol on DR engine
  net/mlx5: match GRE's key and present bits

 doc/guides/rel_notes/release_19_08.rst |  1 +
 drivers/net/mlx5/mlx5_flow.c           | 63 ++++++++++++++++++-
 drivers/net/mlx5/mlx5_flow.h           |  5 ++
 drivers/net/mlx5/mlx5_flow_dv.c        | 84 ++++++++++++++++++++++++++
 drivers/net/mlx5/mlx5_prm.h            |  6 +-
 5 files changed, 157 insertions(+), 2 deletions(-)
  

Comments

Raslan Darawsheh July 11, 2019, 9:14 a.m. UTC | #1
Hi,
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Xiaoyu Min
> Sent: Tuesday, July 9, 2019 1:59 PM
> To: Adrien Mazarguil <adrien.mazarguil@6wind.com>; Ori Kam
> <orika@mellanox.com>; Slava Ovsiienko <viacheslavo@mellanox.com>;
> Thomas Monjalon <thomas@monjalon.net>
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v9 0/2] match on GRE's key
> 
> This series patchs are based on RFC [1], which enable the matching on
> GRE's key field.
> And enabled MLX5 device supports on this.
> 
> [1]
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatch
> es.dpdk.org%2Fpatch%2F53432%2F&amp;data=02%7C01%7Crasland%40mell
> anox.com%7C188e1523772d48861faf08d7045c811f%7Ca652971c7d2e4d9ba6a
> 4d149256f461b%7C0%7C0%7C636982667680710408&amp;sdata=S4325%2FE7
> H%2FINoACgqcotSAu2ZskTnAhU07Xq9%2FL4WSU%3D&amp;reserved=0
> 
> ---
> v2:
>   * remove struct rte_flow_item_gre_key in order to comply new convention
> v3:
>   * updated release note
>   * fixed one bug
> v4:
>   * resend patchs in thread mode
> v5:
>   * report error when K is off but gre_key item present
>   * removed ITEM_CRKSV, added c_bit, k_bit, s_bit in testpmd
>   * document updated
> v6:
>   * one fix in pmd
> v7:
>   * addressed comments in TestPMD
> v8:
>   * rebased PMD patchs on v19.08-rc1
> v9:
>   * fix release note
> ---
> Xiaoyu Min (2):
>   net/mlx5: support match GRE protocol on DR engine
>   net/mlx5: match GRE's key and present bits
> 
>  doc/guides/rel_notes/release_19_08.rst |  1 +
>  drivers/net/mlx5/mlx5_flow.c           | 63 ++++++++++++++++++-
>  drivers/net/mlx5/mlx5_flow.h           |  5 ++
>  drivers/net/mlx5/mlx5_flow_dv.c        | 84 ++++++++++++++++++++++++++
>  drivers/net/mlx5/mlx5_prm.h            |  6 +-
>  5 files changed, 157 insertions(+), 2 deletions(-)
> 
> --
> 2.21.0

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh