From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH v3 0/2] add callbacks for VF management Date: Fri, 30 Sep 2016 16:45:06 +0100 Message-ID: <1475250308-5498-1-git-send-email-bernard.iremonger@intel.com> Cc: Bernard Iremonger To: dev@dpdk.org, rahul.r.shah@intel.com, wenzhuo.lu@intel.com, az5157@att.com, jerin.jacob@caviumnetworks.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D925456A8 for ; Fri, 30 Sep 2016 17:45:15 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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