Re: [dpdk-dev] [PATCH 2/2] net/mlx5: add flow match on GENEVE item

2019-10-20 Thread Ferruh Yigit
On 10/16/2019 9:36 AM, Moti Haimovsky wrote: > This commit adds support for matching flows on Geneve headers. > > Signed-off-by: Moti Haimovsky <...> > --- a/doc/guides/rel_notes/release_19_11.rst > +++ b/doc/guides/rel_notes/release_19_11.rst > @@ -286,4 +286,5 @@ Tested Platforms >* Added

Re: [dpdk-dev] [PATCH 2/2] net/mlx5: add flow match on GENEVE item

2019-10-18 Thread Slava Ovsiienko
> -Original Message- > From: Moti Haimovsky > Sent: Wednesday, October 16, 2019 11:36 > To: Slava Ovsiienko ; Raslan Darawsheh > > Cc: dev@dpdk.org > Subject: [PATCH 2/2] net/mlx5: add flow match on GENEVE item > > This commit adds support for matching flows on Geneve headers. > > Signe