This patchset contains new callback functions intended for VF management. 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 v4: Rebased to latest master. Moved the callback parameter structure from the ethdev to the ixgbe PMD. Changes in v3: Rebased to latest master. Submitted as a seperate patchset. Moved the response enums from the ethdev to the ixgbe PMD. Changes in v2: Rebased to latest master. 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 | 17 +++++++++++++ lib/librte_ether/rte_ethdev.c | 17 +++++++++++++ lib/librte_ether/rte_ethdev.h | 44 ++++++++++++++++++++++++++++++++++ lib/librte_ether/rte_ether_version.map | 2 ++ 5 files changed, 116 insertions(+), 6 deletions(-) -- 2.9.0