patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Luca Boccassi <bluca@debian.org>
To: John Daley <johndale@cisco.com>, stable@dpdk.org
Cc: Hyong Youb Kim <hyonkim@cisco.com>
Subject: Re: [dpdk-stable] [PATCH 19.11] net/enic: fix action reordering
Date: Thu, 16 Apr 2020 09:56:12 +0100	[thread overview]
Message-ID: <2925461262ac9e265cd8020cd21d0a09e055bb52.camel@debian.org> (raw)
In-Reply-To: <20200415205953.28536-1-johndale@cisco.com>

On Wed, 2020-04-15 at 13:59 -0700, John Daley wrote:
> From: Hyong Youb Kim <hyonkim@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@dpdk.org
> 
> Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
> Signed-off-by: John Daley <johndale@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?

      reply	other threads:[~2020-04-16  8:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-15 20:59 John Daley
2020-04-16  8:56 ` Luca Boccassi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2925461262ac9e265cd8020cd21d0a09e055bb52.camel@debian.org \
    --to=bluca@debian.org \
    --cc=hyonkim@cisco.com \
    --cc=johndale@cisco.com \
    --cc=stable@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).