DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Gonzalez Monroy, Sergio" <sergio.gonzalez.monroy@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] ixgbevf: fix incorrect RX function selection
Date: Mon, 22 Jun 2015 12:13:37 +0200	[thread overview]
Message-ID: <2843528.jvPkCWJjRU@xps13> (raw)
In-Reply-To: <2601191342CEEE43887BDE71AB97725836A09119@irsmsx105.ger.corp.intel.com>

> > The logic to select ixgbe VF RX function is different than PF side.
> > 
> > There are a few issues with its current state:
> >  - it does not allow to select ixgbe_recv_pkts_vec among other options.
> >  - it can cause memory corruption for scatter mode as it does not allocate
> >    enough entries in sw_ring.
> >  - when checksum is enabled, incorrect vector RX function is selected.
> > 
> > To solve above issues, change the VF RX function selection logic to
> > mimic PF side.
> > 
> > Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
> 
> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

Applied, thanks

      reply	other threads:[~2015-06-22 10:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-12 15:18 Sergio Gonzalez Monroy
2015-06-12 15:45 ` Ananyev, Konstantin
2015-06-22 10:13   ` 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=2843528.jvPkCWJjRU@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=sergio.gonzalez.monroy@intel.com \
    /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).