From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 30 Sep 2016 08:45:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,273,1473145200"; d="scan'208";a="1038691318" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by orsmga001.jf.intel.com with ESMTP; 30 Sep 2016 08:45:13 -0700 From: Bernard Iremonger To: dev@dpdk.org, rahul.r.shah@intel.com, wenzhuo.lu@intel.com, az5157@att.com, jerin.jacob@caviumnetworks.com Cc: Bernard Iremonger Date: Fri, 30 Sep 2016 16:45:06 +0100 Message-Id: <1475250308-5498-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH v3 0/2] add callbacks for VF management X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 15:45:16 -0000 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