[dpdk-dev] [PATCH 4/4] app/testpmd: add tos and ttl field to vxlan encapsulation

2018-12-29 Thread Viacheslav Ovsiienko
The new testpmd set vxlan-tos-ttl command is added. It allows to specify tos and tll fields for encapsulation IP header. IPv4 VXLAN outer header: testpmd> set vxlan-tos-ttl ip-version ipv4 vni 4 udp-src 4 udp-dst 4 ip-tos 0 ip-ttl 255 ip-src 127.0.0.1 ip-dst 128.0.0.1 eth-

[dpdk-dev] [PATCH 1/4] net/mlx5: add tos and ttl flower match and tunnel keys

2018-12-29 Thread Viacheslav Ovsiienko
This patch is a preparation for adding the type-of-service and time-to-live IP header fields support on E-Switch. There are two types of keys added - one for match pattern, other for tunnel encapsulation header. This issue is critical for some Open VSwitch configuration on overlayed (tunneled) net

[dpdk-dev] [PATCH 2/4] net/mlx5: add tos and ttl fields support on E-Switch

2018-12-29 Thread Viacheslav Ovsiienko
This patch adds the type-of-service and time-to-live IP header fields support on E-Switch. There match pattern for both fields with masking is added. Also these fields can be set for VXLAN tunnel encapsulation header. This issue is critical for some Open VSwitch configuration on overlayed (tunnele

[dpdk-dev] [PATCH 0/4] net/mlx5: add tos and ttl flower match and tunnel keys

2018-12-29 Thread Viacheslav Ovsiienko
This patchset adds the type-of-service and time-to-live IP header fields (hop-limits and vtc-flow for IPv6) support on E-Switch. There are two types of keys added - one for match pattern, other for tunnel encapsulation header. Signed-off-by: Viacheslav Ovsiienko Viacheslav Ovsiienko (4): net/m

[dpdk-dev] [PATCH 3/4] net/mlx5: add tos and ttl validation on E-Switch

2018-12-29 Thread Viacheslav Ovsiienko
This patch adds the type-of-service and time-to-live IP header fields validation on E-Switch, both for match pattern and VXLAN encapsulation action IP header itesm. The E-Switch flows will use the common mlx5_flow_validate_item_ipv4/6 routines with added extra parameter, specifying the supported fi

[dpdk-dev] [PATCH] net/mlx5: resolve typos and code style issues

2018-12-29 Thread Viacheslav Ovsiienko
This patch fixes typos and codestyle issues in mlx5_flow_tcf.c file Signed-off-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5_flow_tcf.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/net/mlx5/mlx5_flow_tcf.c b/drivers/net/mlx5/mlx5_flow_

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

2018-12-29 Thread Viacheslav Ovsiienko
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 remo

[dpdk-dev] [PATCH 2/5] net/mlx5: introduce encapsulation rules container

2018-12-29 Thread Viacheslav Ovsiienko
Currently the VXLAN encapsulation neigh/local rules are stored in the list contained in the VTEP device structure. Encapsulation VTEP device is attached to outer interface and stored rules are related to this underlying interface. We are going to use unattached VXLAN devices for encapsulation (kern

[dpdk-dev] [PATCH 1/5] net/mlx5: optimize neigh and local encap rules search

2018-12-29 Thread Viacheslav Ovsiienko
This patch removes unnecessary local varialbles and optimizes local and neigh encapsulation rules search. Signed-off-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5_flow_tcf.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/drivers/net/mlx5/mlx5_flow_tcf.c

[dpdk-dev] [PATCH 5/5] net/mlx5: add RH7.2 VXLAN device metadata workaround

2018-12-29 Thread Viacheslav Ovsiienko
RH7.2 with kernel 3.10.0-327 does not support VXLAN devices metadata and IFLA_VXLAN_COLLECT_METADATA key is neither defined nor supported. We must specify VNI parameter, which will be actually ignored by kernel, applied rules will be processed by mlx5 kernel driver and the actual VNI from rules wil

[dpdk-dev] [PATCH 4/5] net/mlx5: switch to detached VXLAN network devices

2018-12-29 Thread Viacheslav Ovsiienko
Current design uses the VXLAN virtual devices attached to outer network interface for decapsulation. Kernel allows to use non-attached devices, so now we can create not attached device and use it both for encapsulation and decapsulation. Devices management becomes simpler, less VXLAN devices are cr

[dpdk-dev] [PATCH 3/5] net/mlx5: switch encap rules to use container

2018-12-29 Thread Viacheslav Ovsiienko
The VXLAN encapsulation neigh/local rules will use the new introduced structure, which keeps the rules lists, related to specified outer interface, instead of attached VTEP structure. It allows us to unbind VTEP structure from keeping the rules for interface. Signed-off-by: Viacheslav Ovsiienko -

Re: [dpdk-dev] [PATCH v2 1/3] net/mlx5: fix shared counter allocation logic

2018-12-29 Thread Slava Ovsiienko
Moti, don't you forget to update flow_verbs_counter_release() ? Only shared counters should be removed from the list. WBR, Slava > -Original Message- > From: dev On Behalf Of Mordechay Haimovsky > Sent: Friday, December 28, 2018 0:20 > To: dev@dpdk.org > Cc: Mordechay Haimovsky ; sta...@