Re: [dpdk-dev] [PATCH v2] net/mlx5: fix VXLAN port registration race condition

2019-01-24 Thread Shahaf Shuler
Wednesday, January 23, 2019 3:19 PM, Viacheslav Ovsiienko: > Subject: [dpdk-dev] [PATCH v2] net/mlx5: fix VXLAN port registration race > condition > > E-Switch VXLAN tunneling rules require virtual VXLAN network devices be > created. These devices are managed by MLX5 PMD and

[dpdk-dev] [PATCH v2] net/mlx5: fix VXLAN port registration race condition

2019-01-23 Thread Viacheslav Ovsiienko
E-Switch VXLAN tunneling rules require virtual VXLAN network devices be created. These devices are managed by MLX5 PMD and created/deleted dynamically. Kernel creates the VXLAN devices and registers VXLAN UDP ports to be hardware offloaded within the NIC kernel drivers. The registration process is