DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ivan Boule <ivan.boule@6wind.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/5] ixgbe : support to add/remove a MAC address to/from a VF
Date: Mon, 12 May 2014 16:10:27 +0200	[thread overview]
Message-ID: <1399903827-21747-1-git-send-email-ivan.boule@6wind.com> (raw)

The first patch add 2 functions to dynamically add/remove a MAC address to/from
a ixgbe VF device.
The 2 next patches fix the behaviour of the ixgbe_vf functions used in the
first patch.
The fourth patch fix the communication framework used by the VF/PF protocol.
The last patch assigns a default MAC address to a VF device, when none is
assigned by the underlying PF driver.

The last patch requires that the most recent PF/VF API version could be
negociated, and thus assumes that the following patch of Konstantin Ananyev
has been previously applied: "fix for jumbo frame issue with DPDK VF".

Ivan Boule (5):
  [PATCH 1/5] ixgbe: add/remove a MAC address to/from a VF
  [PATCH 2/5] ixgbe: avoid adding twice the permanent MAC address of a VF
  [PATCH 3/5] ixgbe: skip NULL & permanent MAC addresses of a VF
  [PATCH 4/5] ixgbe: reset unused VF mailbox data registers
  [PATCH 5/5] ixgbe: assign a default MAC address to a VF

 lib/librte_pmd_ixgbe/ixgbe/ixgbe_mbx.c |   22 ++++++
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c    |  132 +++++++++++++++++++++++++++++---
 2 files changed, 145 insertions(+), 9 deletions(-)

-- 
1.7.10.4

             reply	other threads:[~2014-05-12 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-12 14:10 Ivan Boule [this message]
2014-05-27 14:54 ` 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=1399903827-21747-1-git-send-email-ivan.boule@6wind.com \
    --to=ivan.boule@6wind.com \
    --cc=dev@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).