net/bnxt: remove redundant code parsing pool map
authorAjit Khaparde <ajit.khaparde@broadcom.com>
Tue, 24 Oct 2017 21:19:43 +0000 (16:19 -0500)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 26 Oct 2017 00:33:01 +0000 (02:33 +0200)
This patch removes some redundant code from bnxt_mq_rx_configure().

Fixes: 75cd6fb1d901 ("net/bnxt: fix the association of a MACVLAN per VNIC")
Cc: stable@dpdk.org
Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
drivers/net/bnxt/bnxt_rxq.c

index a2fa7e4..67d9bfe 100644 (file)
@@ -170,17 +170,6 @@ int bnxt_mq_rx_configure(struct bnxt *bp)
                        rc = -ENOMEM;
                        goto err_out;
                }
-               for (j = 0; j < conf->nb_pool_maps; j++) {
-                       if (conf->pool_map[j].pools & (1UL << i)) {
-                               RTE_LOG(ERR, PMD,
-                                       "Add vlan %u to vmdq pool %u\n",
-                                       conf->pool_map[j].vlan_id, i);
-
-                               filter->l2_ivlan = conf->pool_map[j].vlan_id;
-                               filter->enables |=
-                               HWRM_CFA_L2_FILTER_ALLOC_INPUT_ENABLES_L2_IVLAN;
-                       }
-               }
                /*
                 * TODO: Configure & associate CFA rule for
                 * each VNIC for each VMDq with MACVLAN, MACVLAN+TC