]> git.droids-corp.org - dpdk.git/commitdiff
net/bnxt: configure loopback PARIF for egress flows
authorKishore Padmanabha <kishore.padmanabha@broadcom.com>
Wed, 29 Jul 2020 14:04:56 +0000 (19:34 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 18 Sep 2020 16:55:07 +0000 (18:55 +0200)
Configure loopback parif for full offload egress flows.
PARIF is handler to a partition of the physical port.
The full offload egress flows for the VF rep interface must
use loopback parif to offload missed flows. The miss
flow path for the VF rep interface has to be loopback interface
parif entry and for the non-VF rep interface it has to be the
interface's parif entry.

Fixes: fe82f3e02701 ("net/bnxt: support exact match templates")
Cc: stable@dpdk.org
Signed-off-by: Kishore Padmanabha <kishore.padmanabha@broadcom.com>
Reviewed-by: Shahaji Bhosle <sbhosle@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
drivers/net/bnxt/tf_ulp/ulp_rte_parser.c
drivers/net/bnxt/tf_ulp/ulp_template_db_class.c
drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h

index 861414da9a91df8e81b47571ac42e0ae2fe531c6..fcb7c44302d2f8d47a113772d37a5d9e6307a51e 100644 (file)
@@ -211,6 +211,12 @@ bnxt_ulp_comp_fld_intf_update(struct ulp_rte_parser_params *params)
                        ULP_COMP_FLD_IDX_WR(params,
                                            BNXT_ULP_CF_IDX_VF_FUNC_PARIF,
                                            parif);
+
+                       /* populate the loopback parif */
+                       ULP_COMP_FLD_IDX_WR(params,
+                                           BNXT_ULP_CF_IDX_LOOPBACK_PARIF,
+                                           BNXT_ULP_SYM_VF_FUNC_PARIF);
+
                } else {
                        /* Set DRV func PARIF */
                        if (ulp_port_db_parif_get(params->ulp_ctx, ifindex,
index 94160a902eec213feb5ab9887e096f8e95e07d62..aaa552aeb091d3b7755a8cea190f739cf1fdd126 100644 (file)
@@ -16731,8 +16731,8 @@ struct bnxt_ulp_mapper_result_field_info ulp_class_result_field_list[] = {
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
        .result_operand_true = {
-               (BNXT_ULP_CF_IDX_VF_FUNC_PARIF >> 8) & 0xff,
-               BNXT_ULP_CF_IDX_VF_FUNC_PARIF & 0xff,
+               (BNXT_ULP_CF_IDX_LOOPBACK_PARIF >> 8) & 0xff,
+               BNXT_ULP_CF_IDX_LOOPBACK_PARIF & 0xff,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
        .result_operand_false = {
@@ -16933,8 +16933,8 @@ struct bnxt_ulp_mapper_result_field_info ulp_class_result_field_list[] = {
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
        .result_operand_true = {
-               (BNXT_ULP_CF_IDX_VF_FUNC_PARIF >> 8) & 0xff,
-               BNXT_ULP_CF_IDX_VF_FUNC_PARIF & 0xff,
+               (BNXT_ULP_CF_IDX_LOOPBACK_PARIF >> 8) & 0xff,
+               BNXT_ULP_CF_IDX_LOOPBACK_PARIF & 0xff,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
        .result_operand_false = {
@@ -17135,8 +17135,8 @@ struct bnxt_ulp_mapper_result_field_info ulp_class_result_field_list[] = {
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
        .result_operand_true = {
-               (BNXT_ULP_CF_IDX_VF_FUNC_PARIF >> 8) & 0xff,
-               BNXT_ULP_CF_IDX_VF_FUNC_PARIF & 0xff,
+               (BNXT_ULP_CF_IDX_LOOPBACK_PARIF >> 8) & 0xff,
+               BNXT_ULP_CF_IDX_LOOPBACK_PARIF & 0xff,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
        .result_operand_false = {
@@ -17337,8 +17337,8 @@ struct bnxt_ulp_mapper_result_field_info ulp_class_result_field_list[] = {
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
        .result_operand_true = {
-               (BNXT_ULP_CF_IDX_VF_FUNC_PARIF >> 8) & 0xff,
-               BNXT_ULP_CF_IDX_VF_FUNC_PARIF & 0xff,
+               (BNXT_ULP_CF_IDX_LOOPBACK_PARIF >> 8) & 0xff,
+               BNXT_ULP_CF_IDX_LOOPBACK_PARIF & 0xff,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
        .result_operand_false = {
@@ -17530,8 +17530,8 @@ struct bnxt_ulp_mapper_result_field_info ulp_class_result_field_list[] = {
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
        .result_operand_true = {
-               (BNXT_ULP_CF_IDX_VF_FUNC_PARIF >> 8) & 0xff,
-               BNXT_ULP_CF_IDX_VF_FUNC_PARIF & 0xff,
+               (BNXT_ULP_CF_IDX_LOOPBACK_PARIF >> 8) & 0xff,
+               BNXT_ULP_CF_IDX_LOOPBACK_PARIF & 0xff,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
        .result_operand_false = {
index 985591844084b478767e42517cb80492fad93a97..4c6c3599d1676afcf7246f0a551359984e9a8bf3 100644 (file)
@@ -132,7 +132,8 @@ enum bnxt_ulp_cf_idx {
        BNXT_ULP_CF_IDX_L3_HDR_CNT = 40,
        BNXT_ULP_CF_IDX_L4_HDR_CNT = 41,
        BNXT_ULP_CF_IDX_VFR_MODE = 42,
-       BNXT_ULP_CF_IDX_LAST = 43
+       BNXT_ULP_CF_IDX_LOOPBACK_PARIF = 43,
+       BNXT_ULP_CF_IDX_LAST = 44
 };
 
 enum bnxt_ulp_cond_opcode {