DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Konstantin Ananyev <konstantin.ananyev@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] fix for jumbo frame issue with DPDK VF
Date: Tue, 27 May 2014 16:53:22 +0200	[thread overview]
Message-ID: <7982092.0LOTupiQtt@xps13> (raw)
In-Reply-To: <536A307C.7050304@6wind.com>

> > When latest Linux ixgbe PF is used, and DPDK VF is used in DPDK
> > application, jumbo frames are not received.
> > Also - if Linux ixgbe PF has MTU set to 1500 (default),
> > then normal sized packets can be received by DPDK VF.
> > However, if Linux PF has MTU > 1500, then DPDK VF receives no packets
> > (normal or jumbo).
> > With ixgbe_mbox_api_10 ixgbe simply didn't allow set VF MTU > 1514 for
> > 82599. With ixgbe_mbox_ajpi_11 it does, though now, if PF uses jumbo
> > frames, it simply disables RX for all VFs.
> > So to work with PF ithat using jumbo frames, at startup each VF has to:
> > 1. negotiate with PF mbox_api_11.
> > 2. Send to PF SET_LPE message with desired MTU.
> > Note, that if PF already uses MTU bigger then asked by the VF,
> > then PF wouldn't take any action.
> > 
> > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> 
> Acked-by: Ivan Boule <ivan.boule@6wind.com>

Applied for version 1.7.0.

Thanks
-- 
Thomas

  reply	other threads:[~2014-05-27 14:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-06 14:31 Konstantin Ananyev
2014-05-07 13:09 ` Ivan Boule
2014-05-27 14:53   ` Thomas Monjalon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-06 10:48 Konstantin Ananyev
2014-05-22 15:33 ` Thomas Monjalon

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=7982092.0LOTupiQtt@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=konstantin.ananyev@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).