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.h...@broadcom.com>
> Signed-off-by: Ajit Khaparde <ajit.khapa...@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;
> 

Reply via email to