automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Mingjin Ye <mingjinx.ye@intel.com>, zhoumin@loongson.cn
Subject: |WARNING| pw135226 [v20.11] net/iavf: support flow rule with raw pattern
Date: Fri, 15 Dec 2023 18:01:18 +0800	[thread overview]
Message-ID: <202312151001.3BFA1ITI1588264@localhost.localdomain> (raw)
In-Reply-To: <20231215100552.1361551-1-mingjinx.ye@intel.com>

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/135226

_apply patch failure_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Fri, 15 Dec 2023 10:05:52 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: 2e68ed42cde16c71264201e3e1affdc3b0f8d0bd

Apply patch set 135226 failed:

Checking patch drivers/common/iavf/virtchnl.h...
error: while searching for:
};

#define VIRTCHNL_MAX_NUM_PROTO_HDRS	32
#define PROTO_HDR_SHIFT			5
#define PROTO_HDR_FIELD_START(proto_hdr_type) \
					(proto_hdr_type << PROTO_HDR_SHIFT)

error: patch failed: drivers/common/iavf/virtchnl.h:828
error: drivers/common/iavf/virtchnl.h: patch does not apply
Checking patch drivers/net/iavf/iavf.h...
error: while searching for:
	VIRTCHNL_VF_OFFLOAD_RX_POLLING)

#define IAVF_RSS_OFFLOAD_ALL ( \
	ETH_RSS_FRAG_IPV4 |         \
	ETH_RSS_NONFRAG_IPV4_TCP |  \
	ETH_RSS_NONFRAG_IPV4_UDP |  \
	ETH_RSS_NONFRAG_IPV4_SCTP | \
	ETH_RSS_NONFRAG_IPV4_OTHER)

#define IAVF_MISC_VEC_ID                RTE_INTR_VEC_ZERO_OFFSET
#define IAVF_RX_VEC_START               RTE_INTR_VEC_RXTX_OFFSET

error: patch failed: drivers/net/iavf/iavf.h:46
error: drivers/net/iavf/iavf.h: patch does not apply
Checking patch drivers/net/iavf/iavf_ethdev.c...
error: while searching for:
	return err;
}

static int
iavf_init_rss(struct iavf_adapter *adapter)
{

error: patch failed: drivers/net/iavf/iavf_ethdev.c:242
error: drivers/net/iavf/iavf_ethdev.c: patch does not apply
Checking patch drivers/net/iavf/iavf_fdir.c...
error: while searching for:
	IAVF_INSET_IPV4_SRC | IAVF_INSET_IPV4_DST | \
	IAVF_INSET_GTPU_TEID)

#define IAVF_FDIR_INSET_IPV4_GTPU_EH (\
	IAVF_INSET_IPV4_SRC | IAVF_INSET_IPV4_DST | \
	IAVF_INSET_GTPU_TEID | IAVF_INSET_GTPU_QFI)

error: patch failed: drivers/net/iavf/iavf_fdir.c:75
error: drivers/net/iavf/iavf_fdir.c: patch does not apply
Checking patch drivers/net/iavf/iavf_generic_flow.c...
error: while searching for:
	.query = iavf_flow_query,
};

/* empty */
enum rte_flow_item_type iavf_pattern_empty[] = {
	RTE_FLOW_ITEM_TYPE_END,

error: patch failed: drivers/net/iavf/iavf_generic_flow.c:48
error: drivers/net/iavf/iavf_generic_flow.c: patch does not apply
Checking patch drivers/net/iavf/iavf_generic_flow.h...
error: while searching for:
#define IAVF_INSET_IPV6_TC \
	(IAVF_PROT_IPV6_OUTER | IAVF_IP_TOS)

#define IAVF_INSET_TCP_SRC_PORT \
	(IAVF_PROT_TCP_OUTER | IAVF_SPORT)
#define IAVF_INSET_TCP_DST_PORT \

error: patch failed: drivers/net/iavf/iavf_generic_flow.h:93
error: drivers/net/iavf/iavf_generic_flow.h: patch does not apply
Checking patch drivers/net/iavf/iavf_hash.c...
error: while searching for:
#define	IAVF_PHINT_GTPU_EH_UP			BIT_ULL(3)
#define IAVF_PHINT_OUTER_IPV4			BIT_ULL(4)
#define IAVF_PHINT_OUTER_IPV6			BIT_ULL(5)

#define IAVF_PHINT_GTPU_MSK	(IAVF_PHINT_GTPU	| \
				 IAVF_PHINT_GTPU_EH	| \

error: patch failed: drivers/net/iavf/iavf_hash.c:30
error: drivers/net/iavf/iavf_hash.c: patch does not apply
Checking patch drivers/net/iavf/iavf_vchnl.c...
Hunk #1 succeeded at 2030 (offset 522 lines).
Checking patch drivers/net/ice/ice_dcf_ethdev.c...
error: while searching for:
	       !__atomic_load_n(&ad->dcf_state_on, __ATOMIC_RELAXED);
}

static int
ice_dcf_link_update(__rte_unused struct rte_eth_dev *dev,
		    __rte_unused int wait_to_complete)

error: patch failed: drivers/net/ice/ice_dcf_ethdev.c:880
error: drivers/net/ice/ice_dcf_ethdev.c: patch does not apply


       reply	other threads:[~2023-12-15 10:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20231215100552.1361551-1-mingjinx.ye@intel.com>
2023-12-15 10:01 ` qemudev [this message]
2023-12-15 10:23 ` checkpatch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202312151001.3BFA1ITI1588264@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=mingjinx.ye@intel.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).