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| pw138207 [v20.11.7.5] net/iavf: support flow rule with raw pattern
Date: Tue, 12 Mar 2024 16:17:48 +0800	[thread overview]
Message-ID: <202403120817.42C8Hmjc3049808@localhost.localdomain> (raw)
In-Reply-To: <20240312082243.981075-1-mingjinx.ye@intel.com>

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

_apply patch failure_

Submitter: Mingjin Ye <mingjinx.ye@intel.com>
Date: Tue, 12 Mar 2024 08:22:43 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: 19082c1fac430c74bb4b1c101edd12d88928e7c2

Apply patch set 138207 failed:

Checking patch doc/guides/nics/features/ice_dcf.ini...
error: while searching for:
CRC offload          = Y
L3 checksum offload  = P
L4 checksum offload  = P
Basic stats          = Y
Linux UIO            = Y
Linux VFIO           = Y

error: patch failed: doc/guides/nics/features/ice_dcf.ini:12
error: doc/guides/nics/features/ice_dcf.ini: patch does not apply
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:
#define IAVF_FDIR_IPV6_TC_OFFSET 20
#define IAVF_IPV6_TC_MASK  (0xFF << IAVF_FDIR_IPV6_TC_OFFSET)

#define IAVF_FDIR_INSET_ETH (\
	IAVF_INSET_ETHERTYPE)


error: patch failed: drivers/net/iavf/iavf_fdir.c:25
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_rxtx.h...
error: while searching for:

#define FDIR_PROC_ENABLE_PER_QUEUE(ad, on) do { \
	int i; \
	for (i = 0; i < (ad)->eth_dev->data->nb_rx_queues; i++) { \
		struct iavf_rx_queue *rxq = (ad)->eth_dev->data->rx_queues[i]; \
		if (!rxq) \
			continue; \
		rxq->fdir_enabled = on; \

error: patch failed: drivers/net/iavf/iavf_rxtx.h:540
error: drivers/net/iavf/iavf_rxtx.h: patch does not apply
Checking patch drivers/net/iavf/iavf_rxtx_vec_avx2.c...
error: while searching for:
{
#define IAVF_DESCS_PER_LOOP_AVX 8

	const uint32_t *type_table = rxq->vsi->adapter->ptype_tbl;

	const __m256i mbuf_init = _mm256_set_epi64x(0, 0,
			0, rxq->mbuf_initializer);

error: patch failed: drivers/net/iavf/iavf_rxtx_vec_avx2.c:640
error: drivers/net/iavf/iavf_rxtx_vec_avx2.c: patch does not apply
Checking patch drivers/net/iavf/iavf_rxtx_vec_avx512.c...
error: while searching for:
					struct rte_mbuf **rx_pkts,
					uint16_t nb_pkts, uint8_t *split_packet)
{
	const uint32_t *type_table = rxq->vsi->adapter->ptype_tbl;

	const __m256i mbuf_init = _mm256_set_epi64x(0, 0, 0,
						    rxq->mbuf_initializer);

error: patch failed: drivers/net/iavf/iavf_rxtx_vec_avx512.c:638
error: drivers/net/iavf/iavf_rxtx_vec_avx512.c: patch does not apply
Checking patch drivers/net/iavf/iavf_rxtx_vec_sse.c...
error: while searching for:
	uint16_t nb_pkts_recd;
	int pos;
	uint64_t var;
	const uint32_t *ptype_tbl = rxq->vsi->adapter->ptype_tbl;
	__m128i crc_adjust = _mm_set_epi16
				(0, 0, 0,       /* ignore non-length fields */
				 -rxq->crc_len, /* sub crc on data_len */

error: patch failed: drivers/net/iavf/iavf_rxtx_vec_sse.c:644
error: drivers/net/iavf/iavf_rxtx_vec_sse.c: patch does not apply
Checking patch drivers/net/iavf/iavf_vchnl.c...
error: while searching for:
{
	struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter);
	struct iavf_info *vf = IAVF_DEV_PRIVATE_TO_VF(adapter);
	struct rte_eth_dev *dev = adapter->eth_dev;
	struct iavf_arq_event_info event;
	enum iavf_aq_result result = IAVF_MSG_NON;
	enum virtchnl_ops opcode;

error: patch failed: drivers/net/iavf/iavf_vchnl.c:71
error: drivers/net/iavf/iavf_vchnl.c: patch does not apply
Checking patch drivers/net/ice/ice_dcf_ethdev.c...
error: while searching for:
	return 0;
}

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:863
error: drivers/net/ice/ice_dcf_ethdev.c: patch does not apply
Checking patch drivers/net/ice/ice_dcf_ethdev.h...
error: while searching for:

#define ICE_DCF_MAX_RINGS  1

struct ice_dcf_queue {
	uint64_t dummy;
};

error: patch failed: drivers/net/ice/ice_dcf_ethdev.h:13
error: drivers/net/ice/ice_dcf_ethdev.h: patch does not apply


       reply	other threads:[~2024-03-12  8:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240312082243.981075-1-mingjinx.ye@intel.com>
2024-03-12  8:17 ` qemudev [this message]
2024-03-12  8:42 ` 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=202403120817.42C8Hmjc3049808@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).