[dpdk-test-report] |FAILURE| pw63135[2/2] net/bnxt: fix check for null spec and mask

sys_stv at intel.com sys_stv at intel.com
Thu Nov 21 08:55:20 CET 2019


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/63135

_apply issues_

Submitter: Ajit Khaparde <ajit.khaparde at broadcom.com>
Date: 2019-11-20 04:29:07
Reply_mail: 20191120042907.1030-2-ajit.khaparde at broadcom.com
DPDK git baseline:
	Repo:dpdk-next-net-brcm, CommitID: c4a75debb130bc7c2fc96759efda24b4c605ef73
	Repo:dpdk, CommitID: e5d0ba08703099c12e4bb2eac650cbb047df1a13

*Repo: dpdk-next-net-brcm
return -rte_errno;
		}

		if (!item->spec || !item->mask) {
			rte_flow_error_set(error, EINVAL,
					   RTE_FLOW_ERROR_TYPE_ITEM,
					   item,
					   "spec/mask is NULL");
			return -rte_errno;
		}

		switch (item->type) {
		case RTE_FLOW_ITEM_TYPE_ANY:
			inner =

error: patch failed: drivers/net/bnxt/bnxt_flow.c:177
error: drivers/net/bnxt/bnxt_flow.c: patch does not apply
*Repo: dpdk
return -rte_errno;
		}

		if (!item->spec || !item->mask) {
			rte_flow_error_set(error, EINVAL,
					   RTE_FLOW_ERROR_TYPE_ITEM,
					   item,
					   "spec/mask is NULL");
			return -rte_errno;
		}

		switch (item->type) {
		case RTE_FLOW_ITEM_TYPE_ANY:
			inner =

error: patch failed: drivers/net/bnxt/bnxt_flow.c:177
error: drivers/net/bnxt/bnxt_flow.c: patch does not apply

DPDK STV team


More information about the test-report mailing list