Re: [dpdk-dev] [PATCH v2 1/7] net/mlx5: e-switch VXLAN configuration and definitions

2018-10-25 Thread Yongseok Koh
On Thu, Oct 25, 2018 at 05:50:26AM -0700, Slava Ovsiienko wrote: > > -Original Message- > > From: Yongseok Koh > > Sent: Tuesday, October 23, 2018 13:02 > > To: Slava Ovsiienko > > Cc: Shahaf Shuler ; dev@dpdk.org > > Subject: Re: [PATCH v2 1/7] net/mlx5: e-switch VXLAN configuration and >

Re: [dpdk-dev] [PATCH v2 1/7] net/mlx5: e-switch VXLAN configuration and definitions

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

Re: [dpdk-dev] [PATCH v2 1/7] net/mlx5: e-switch VXLAN configuration and definitions

2018-10-23 Thread Yongseok Koh
On Mon, Oct 15, 2018 at 02:13:29PM +, Viacheslav Ovsiienko wrote: > This part of patchset adds configuration changes in makefile and > meson.build for Mellanox MLX5 PMD. Also necessary defenitions > for VXLAN support are made and appropriate data structures > are presented. > > Suggested-by: A

[dpdk-dev] [PATCH v2 1/7] net/mlx5: e-switch VXLAN configuration and definitions

2018-10-15 Thread Viacheslav Ovsiienko
This part of patchset adds configuration changes in makefile and meson.build for Mellanox MLX5 PMD. Also necessary defenitions for VXLAN support are made and appropriate data structures are presented. Suggested-by: Adrien Mazarguil Signed-off-by: Viacheslav Ovsiienko --- drivers/net/mlx5/Makefi