[dpdk-dev] [PATCH v2 04/12] net/bnxt: fix PMD PF support in SR-IOV mode

2020-10-10 Thread Ajit Khaparde
From: Venkat Duvvuru 1. Implement HWRM_FUNC_VF_RESOURCE_CFG command and use it to reserve resources for VFs when NEW RM is enabled. 2. Invoke PF’s FUNC_CFG before configuring VFs resources. 3. Don’t consider max_rx_em_flows in max_l2_ctx calculation when VFs are configured. 4. Issue HWRM_FU

[dpdk-dev] [PATCH v2 04/12] net/bnxt: fix PMD PF support in SR-IOV mode

2020-10-10 Thread Ajit Khaparde
From: Venkat Duvvuru 1. Implement HWRM_FUNC_VF_RESOURCE_CFG command and use it to reserve resources for VFs when NEW RM is enabled. 2. Invoke PF’s FUNC_CFG before configuring VFs resources. 3. Don’t consider max_rx_em_flows in max_l2_ctx calculation when VFs are configured. 4. Issue HWRM_FU