Re: [dpdk-dev] [PATCH] net/mlx5: fix default mark copy flow

2020-01-06 Thread Matan Azrad
From: Viacheslav Ovsiienko > In extensive metadata mode the MARK copy table is engaged, if the > application creates the flow with zero MARK ID action: > > flow create 1 ingress pattern eth / ... / end actions mark id 0 / .. end > > And then destroys that, the traffic to the port stops. This h

[dpdk-dev] [PATCH] net/mlx5: fix default mark copy flow

2019-11-27 Thread Viacheslav Ovsiienko
In extensive metadata mode the MARK copy table is engaged, if the application creates the flow with zero MARK ID action: flow create 1 ingress pattern eth / ... / end actions mark id 0 / .. end And then destroys that, the traffic to the port stops. This happens due to default flow for the copy ta