[dpdk-dev] [PATCH v3 0/2] add callbacks for VF management

Bernard Iremonger bernard.iremonger at intel.com
Fri Sep 30 17:45:06 CEST 2016


This patchset contains new callback functions requested by AT&T for use
with the Virtual Function Daemon (VFD).

Two new callback functions have been added.
Changes have been made to the ixgbe_rcv_msg_from_vf function to
use the callback functions.

This patchset depends on the following patch.
http://dpdk.org/dev/patchwork/patch/16296/
[dpdk-dev,v6,1/2] net/ixgbe: add API's for VF management

These patches were part of the RFC PATCH v2 of the above patchset,
but were dropped from the v3 patchset.

Changes in v3:
rebase to latest master
submitted as a seperate patchset.
Moved the response enums from the ethdev to the ixgbe PMD.

Bernard Iremonger (2):
  librte_ether: add internal callback functions
  net/ixgbe: add callback to user app on VF to PF mbox msg

 drivers/net/ixgbe/ixgbe_pf.c           | 42 ++++++++++++++++++++++++----
 drivers/net/ixgbe/rte_pmd_ixgbe.h      | 11 ++++++++
 lib/librte_ether/rte_ethdev.c          | 17 ++++++++++++
 lib/librte_ether/rte_ethdev.h          | 51 ++++++++++++++++++++++++++++++++++
 lib/librte_ether/rte_ether_version.map |  7 +++++
 5 files changed, 122 insertions(+), 6 deletions(-)

-- 
2.9.0



More information about the dev mailing list