mbox series

[0/5] net/mlx5: simplify VXLAN devices management for E-Switch

Message ID 1546113340-30356-1-git-send-email-viacheslavo@mellanox.com (mailing list archive)
Headers
Series net/mlx5: simplify VXLAN devices management for E-Switch |

Message

Slava Ovsiienko Dec. 29, 2018, 7:55 p.m. UTC
  This patchset simplifies the virtual VXLAN tunnel devices management.
Previous design used the VXLAN devices attached to outer interface for
encapsulation rules. The new design uses the unattached devices, it allows
use the single VXLAN device both for encapsulation and decapsulation rules
and removes UDP port sharing issues. 
	
Also patchset introduces the minor changes in VXLAN device management
allowing to be compiled and operate on some old kernels (for example RH7.2
original kernel 3.10.327), which do not support VXLAN device metadata.

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>

Viacheslav Ovsiienko (5):
  net/mlx5: optimize neigh and local encap rules search
  net/mlx5: introduce encapsulation rules container
  net/mlx5: switch encap rules to use container
  net/mlx5: switch to detached VXLAN network devices
  net/mlx5: add RH7.2 VXLAN device metadata workaround

 drivers/net/mlx5/mlx5_flow_tcf.c | 270 +++++++++++++++++++++++----------------
 1 file changed, 159 insertions(+), 111 deletions(-)
  

Comments

Shahaf Shuler Jan. 13, 2019, 12:19 p.m. UTC | #1
Saturday, December 29, 2018 9:56 PM, Viacheslav Ovsiienko:
> Subject: [dpdk-dev] [PATCH 0/5] net/mlx5: simplify VXLAN devices
> management for E-Switch
> 
> This patchset simplifies the virtual VXLAN tunnel devices management.
> Previous design used the VXLAN devices attached to outer interface for
> encapsulation rules. The new design uses the unattached devices, it allows
> use the single VXLAN device both for encapsulation and decapsulation rules
> and removes UDP port sharing issues.
> 
> Also patchset introduces the minor changes in VXLAN device management
> allowing to be compiled and operate on some old kernels (for example RH7.2
> original kernel 3.10.327), which do not support VXLAN device metadata.
> 
> Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>

Applied to next-net-mlx, thanks.