From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 21/25] bnxt: add code to determine the Rx status of VF Date: Mon, 29 May 2017 18:43:56 +0100 Message-ID: <14f05464-f0c1-a7d0-fbc0-cc2c27880cf5@intel.com> References: <20170526183941.80678-1-ajit.khaparde@broadcom.com> <20170526183941.80678-22-ajit.khaparde@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Stephen Hurd To: Ajit Khaparde , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9BC267CBF for ; Mon, 29 May 2017 19:43:58 +0200 (CEST) In-Reply-To: <20170526183941.80678-22-ajit.khaparde@broadcom.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/26/2017 7:39 PM, Ajit Khaparde wrote: > This patch adds code to determine the Rx status of a VF. > It adds the rte_pmd_bnxt_get_vf_rx_status call, which calculates > the VNIC count of the function to get the Rx status. > > Signed-off-by: Stephen Hurd > Signed-off-by: Ajit Khaparde <..> > diff --git a/drivers/net/bnxt/rte_pmd_bnxt_version.map b/drivers/net/bnxt/rte_pmd_bnxt_version.map > index c98ed19..7fb9a28 100644 > --- a/drivers/net/bnxt/rte_pmd_bnxt_version.map > +++ b/drivers/net/bnxt/rte_pmd_bnxt_version.map > @@ -9,6 +9,11 @@ DPDK_17.08 { > > rte_pmd_bnxt_set_tx_loopback; > rte_pmd_bnxt_set_all_queues_drop_en; > + rte_pmd_bnxt_get_vf_stats; > + rte_pmd_bnxt_reset_vf_stats; > + rte_pmd_bnxt_get_vf_rx_status; > + rte_pmd_bnxt_get_vf_tx_drop_count; > + rte_pmd_bnxt_get_tx_drop_count; Some of these should go to previous patch. > rte_pmd_bnxt_set_vf_mac_addr; > rte_pmd_bnxt_set_vf_mac_anti_spoof; > rte_pmd_bnxt_set_vf_rate_limit; >