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

2017-05-29 Thread Ferruh Yigit
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 <..> >

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

2017-05-26 Thread Ajit Khaparde
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 -- v1->v2: regroup related patches and incorporate other review