Re: [dpdk-dev] [PATCH v2 3/7] net/mlx5: e-switch VXLAN flow translation routine

2018-10-26 Thread Yongseok Koh
On Fri, Oct 26, 2018 at 02:06:53AM -0700, Slava Ovsiienko wrote: > > -Original Message- > > From: Yongseok Koh > > Sent: Friday, October 26, 2018 7:22 > > To: Slava Ovsiienko > > Cc: Shahaf Shuler ; dev@dpdk.org > > Subject: Re: [PATCH v2 3/7] net/mlx5: e-switch VXLAN flow translation > >

Re: [dpdk-dev] [PATCH v2 3/7] net/mlx5: e-switch VXLAN flow translation routine

2018-10-26 Thread Slava Ovsiienko
> -Original Message- > From: Yongseok Koh > Sent: Friday, October 26, 2018 7:22 > To: Slava Ovsiienko > Cc: Shahaf Shuler ; dev@dpdk.org > Subject: Re: [PATCH v2 3/7] net/mlx5: e-switch VXLAN flow translation > routine > > On Thu, Oct 25, 2018 at 07:37:56AM -0700, Slava Ovsiienko wrote: >

Re: [dpdk-dev] [PATCH v2 3/7] net/mlx5: e-switch VXLAN flow translation routine

2018-10-25 Thread Yongseok Koh
On Thu, Oct 25, 2018 at 07:37:56AM -0700, Slava Ovsiienko wrote: > > -Original Message- > > From: Yongseok Koh > > Sent: Tuesday, October 23, 2018 13:06 > > To: Slava Ovsiienko > > Cc: Shahaf Shuler ; dev@dpdk.org > > Subject: Re: [PATCH v2 3/7] net/mlx5: e-switch VXLAN flow translation >

Re: [dpdk-dev] [PATCH v2 3/7] net/mlx5: e-switch VXLAN flow translation routine

2018-10-25 Thread Slava Ovsiienko
> -Original Message- > From: Yongseok Koh > Sent: Tuesday, October 23, 2018 13:06 > To: Slava Ovsiienko > Cc: Shahaf Shuler ; dev@dpdk.org > Subject: Re: [PATCH v2 3/7] net/mlx5: e-switch VXLAN flow translation > routine > > On Mon, Oct 15, 2018 at 02:13:31PM +, Viacheslav Ovsiienko w

Re: [dpdk-dev] [PATCH v2 3/7] net/mlx5: e-switch VXLAN flow translation routine

2018-10-23 Thread Yongseok Koh
On Mon, Oct 15, 2018 at 02:13:31PM +, Viacheslav Ovsiienko wrote: > This part of patchset adds support of VXLAN-related items and > actions to the flow translation routine. If some of them are > specified in the rule, the extra space for tunnel description > structure is allocated. Later some t

[dpdk-dev] [PATCH v2 3/7] net/mlx5: e-switch VXLAN flow translation routine

2018-10-15 Thread Viacheslav Ovsiienko
This part of patchset adds support of VXLAN-related items and actions to the flow translation routine. If some of them are specified in the rule, the extra space for tunnel description structure is allocated. Later some tunnel types, other than VXLAN can be addedd (GRE). No VTEP devices are created