Re: [dpdk-dev] [PATCH 0/2] net/mlx5: copy the item flags from prefix flow

2020-02-20 Thread Raslan Darawsheh
Hi, Taking this series out of next-net-mlx, Waiting for a v2, we are seeing a Seg. Fault due to the first patch of this series. Kindest regards, Raslan Darawsheh > -Original Message- > From: Raslan Darawsheh > Sent: Thursday, February 20, 2020 2:13 PM > To: Suanming Mou ; Slava Ovsiien

Re: [dpdk-dev] [PATCH 0/2] net/mlx5: copy the item flags from prefix flow

2020-02-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Wednesday, February 19, 2020 4:31 PM > To: Slava Ovsiienko ; Matan Azrad > > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH 0/2] net/mlx5: copy the item flags from prefix flow > > For flow split to several subflows, the match

[dpdk-dev] [PATCH 0/2] net/mlx5: copy the item flags from prefix flow

2020-02-19 Thread Suanming Mou
For flow split to several subflows, the match items maybe in the prefix flow, and the actions are split to the suffix flow. In this case, for the actions need the user defined match item will not create correctly. Copy the item layers flags to the suffix flow from prefix flow to fix the issue. T