Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/72342 _apply issues_ Submitter: Ajit Khaparde Date: 2020-06-27 10:00:45 Reply_mail: 20200627100050.19688-21-ajit.khaparde@broadcom.com DPDK git baseline: Repo:dpdk-next-net-brcm, CommitID: 3917f4a4290daa186f03500b26523ca684a7db08 Repo:dpdk, CommitID: 6248368a9ae1eadf6b7fb05ab37497afdb714429 * Repo: dpdk-next-net-brcm case BNXT_ULP_RESULT_OPC_SET_TO_CONSTANT: val = fld->result_operand; if (!ulp_blob_push(blob, val, fld->field_bit_size)) { BNXT_TF_DBG(ERR, "%s failed to add field\n", name); return -EINVAL; } break; case BNXT_ULP_RESULT_OPC_SET_TO_ACT_PROP: if (!ulp_operand_read(fld->result_operand, (uint8_t *)&idx, sizeof(uint16_t))) { BNXT_TF_DBG(ERR, "%s operand read failed\n", name); error: patch failed: drivers/net/bnxt/tf_ulp/ulp_mapper.c:615 error: drivers/net/bnxt/tf_ulp/ulp_mapper.c: patch does not apply Checking patch drivers/net/bnxt/tf_ulp/ulp_template_db_act.c... Checking patch drivers/net/bnxt/tf_ulp/ulp_template_db_class.c... * Repo: dpdk case BNXT_ULP_RESULT_OPC_SET_TO_CONSTANT: val = fld->result_operand; if (!ulp_blob_push(blob, val, fld->field_bit_size)) { BNXT_TF_DBG(ERR, "%s failed to add field\n", name); return -EINVAL; } break; case BNXT_ULP_RESULT_OPC_SET_TO_ACT_PROP: if (!ulp_operand_read(fld->result_operand, (uint8_t *)&idx, sizeof(uint16_t))) { BNXT_TF_DBG(ERR, "%s operand read failed\n", name); error: patch failed: drivers/net/bnxt/tf_ulp/ulp_mapper.c:615 error: drivers/net/bnxt/tf_ulp/ulp_mapper.c: patch does not apply Checking patch drivers/net/bnxt/tf_ulp/ulp_template_db_act.c... Checking patch drivers/net/bnxt/tf_ulp/ulp_template_db_class.c... DPDK STV team