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

2019-11-27 Thread Thomas Monjalon
27/11/2019 14:45, Ori Kam: > From: Viacheslav Ovsiienko > Sent: Wednesday, November 27, 2019 3:37 PM > > > 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 ma

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

2019-11-27 Thread Ori Kam
> -Original Message- > From: Viacheslav Ovsiienko > Sent: Wednesday, November 27, 2019 3:37 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Ori Kam > Subject: [PATCH v2] net/mlx5: fix default mark copy flow > > In extensive metadata mode the MARK copy table is engaged,

[dpdk-dev] [PATCH v2] 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