patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Pavan Nikhilesh <pbhagavatula@marvell.com>
Cc: dev@dpdk.org, Jerin Jacob <jerinjacobk@gmail.com>,
	Jerin Jacob <jerinj@marvell.com>, dpdk stable <stable@dpdk.org>
Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] event/octeontx: fix partial Rx packet handling
Date: Wed, 27 Nov 2019 19:07:18 +0100	[thread overview]
Message-ID: <7192014.iqHGnQxl1n@xps> (raw)
In-Reply-To: <CALBAE1NzXMitm9RnkAsWPe+UtX-gth-ojrh7E+Yj0yYhomZAGw@mail.gmail.com>

27/11/2019 14:32, Jerin Jacob:
> On Wed, Nov 27, 2019 at 9:36 PM <pbhagavatula@marvell.com> wrote:
> >
> > From: Pavan Nikhilesh <pbhagavatula@marvell.com>
> >
> > When net/octeontx is connected to event/octeontx as an event Rx adapter,
> > PKI aka 'net/octeontx' can forward packets directly to SSO aka
> > 'event/octeontx'.
> > When pumping traffic to PKI if flow control is disabled internal FIFOs
> > might be overrun causing partial l2 packets to be enqueued.
> > SSO receives <31:0> TAG tag calculated by PKI, in normal cases <31:28>
> > is always 0 which signifies RTE_EVENT_TYPE_ETHDEV. But in case of
> > partial received packets PKI sets the <31:0> TAG as 0xFFFFFFFF which
> > is an invalid event type.
> >
> > Add a check to see if TAG is 0xFFFFFFFF and free the partial receive
> > packet.
> >
> > Cc: stable@dpdk.org
> > Fixes: d0d654986018 ("net/octeontx: support event Rx adapter")
> 
> Corrected the Cc: order.
> 
> >
> > Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
> 
> Acked-by: Jerin Jacob <jerinj@marvell.com>
> Applied to dpdk-next-eventdev/master. Thanks.
> 
> @Thomas, It is possible to pull this patch from next-eventdev?

Applied, thanks



      reply	other threads:[~2019-11-27 18:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-27 12:36 pbhagavatula
2019-11-27 13:32 ` Jerin Jacob
2019-11-27 18:07   ` Thomas Monjalon [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=7192014.iqHGnQxl1n@xps \
    --to=thomas@monjalon.net \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=jerinjacobk@gmail.com \
    --cc=pbhagavatula@marvell.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).