[dpdk-stable] [PATCH 19.11] net/enic: fix action reordering
Luca Boccassi
bluca at debian.org
Thu Apr 16 10:56:12 CEST 2020
On Wed, 2020-04-15 at 13:59 -0700, John Daley wrote:
> From: Hyong Youb Kim <hyonkim at cisco.com>
>
> The current implementation produces wrong ordering for several cases
> like these:
>
> 1. mark, decap, steer
> Current: steer, mark, decap
> Correct: mark, steer, decap
>
> 2. decap, steer, steer
> Current: steer, steer, decap
> Correct: steer, decap, steer
>
> Simplify the logic and swap 1st steer and decap.
> Also, allow just one decap action per flow.
>
> Fixes: ea7768b5bba8 ("net/enic: add flow implementation based on Flow Manager API")
> Cc: stable at dpdk.org
>
> Signed-off-by: Hyong Youb Kim <hyonkim at cisco.com>
> Signed-off-by: John Daley <johndale at cisco.com>
> ---
> drivers/net/enic/enic_fm_flow.c | 63 +++++++++++++++------------------
> 1 file changed, 29 insertions(+), 34 deletions(-)
Hi,
Thanks for the patch, I do not see it in master - is it queued? Or is
it specific to 19.11?
More information about the stable
mailing list