[dpdk-dev] [PATCH v2 21/25] bnxt: add code to determine the Rx status of VF

Ferruh Yigit ferruh.yigit at intel.com
Mon May 29 19:43:56 CEST 2017


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 <stephen.hurd at broadcom.com>
> Signed-off-by: Ajit Khaparde <ajit.khaparde at broadcom.com>

<..>

> 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;
> 



More information about the dev mailing list