automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw123210 [PATCH v11 1/1] common/idpf: add AVX512 data path for split queue model
       [not found] <20230207084549.2225214-2-wenjun1.wu@intel.com>
@ 2023-02-07  8:30 ` qemudev
  2023-02-07  8:39 ` |SUCCESS| " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-02-07  8:30 UTC (permalink / raw)
  To: test-report; +Cc: Wenjun Wu, zhoumin

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

_apply patch failure_

Submitter: Wenjun Wu <wenjun1.wu@intel.com>
Date: Tue,  7 Feb 2023 08:45:49 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: 1646835a3823409f1682e73304ae18500fdfd1c3

Apply patch set 123210 failed:

Checking patch drivers/common/idpf/idpf_common_rxtx.c...
error: while searching for:
	/* The number of descriptors which can be refilled. */
	rxq->nb_rx_hold = rxq->nb_rx_desc - 1;

	rxq->bufq1 = NULL;
	rxq->bufq2 = NULL;
}

error: patch failed: drivers/common/idpf/idpf_common_rxtx.c:161
error: drivers/common/idpf/idpf_common_rxtx.c: patch does not apply
Checking patch drivers/common/idpf/idpf_common_rxtx.h...
error: while searching for:
#define IDPF_VPMD_TX_MAX_BURST		32
#define IDPF_VPMD_DESCS_PER_LOOP	4
#define IDPF_RXQ_REARM_THRESH		64

/* MTS */
#define GLTSYN_CMD_SYNC_0_0	(PF_TIMESYNC_BASE + 0x0)

error: patch failed: drivers/common/idpf/idpf_common_rxtx.h:52
error: drivers/common/idpf/idpf_common_rxtx.h: patch does not apply
Checking patch drivers/common/idpf/idpf_common_rxtx_avx512.c...
error: while searching for:
	return _idpf_singleq_recv_raw_pkts_avx512(rx_queue, rx_pkts, nb_pkts);
}

static __rte_always_inline int
idpf_tx_free_bufs_avx512(struct idpf_tx_queue *txq)
{
	struct idpf_tx_vec_entry *txep;
	uint32_t n;

error: patch failed: drivers/common/idpf/idpf_common_rxtx_avx512.c:539
error: drivers/common/idpf/idpf_common_rxtx_avx512.c: patch does not apply
Checking patch drivers/common/idpf/version.map...
error: while searching for:
	idpf_dp_singleq_xmit_pkts;
	idpf_dp_singleq_xmit_pkts_avx512;
	idpf_dp_splitq_recv_pkts;
	idpf_dp_splitq_xmit_pkts;

	idpf_qc_rx_thresh_check;
	idpf_qc_rx_queue_release;

error: patch failed: drivers/common/idpf/version.map:10
error: drivers/common/idpf/version.map: patch does not apply
Checking patch drivers/net/idpf/idpf_rxtx.c...
error: while searching for:
		if (rte_vect_get_max_simd_bitwidth() >= RTE_VECT_SIMD_512)
#ifdef CC_AVX512_SUPPORT
			if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 &&
			    rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) == 1)
				vport->rx_use_avx512 = true;
#else
		PMD_DRV_LOG(NOTICE,

error: patch failed: drivers/net/idpf/idpf_rxtx.c:758
error: drivers/net/idpf/idpf_rxtx.c: patch does not apply
Checking patch drivers/net/idpf/idpf_rxtx_vec_common.h...
error: while searching for:
#pragma GCC diagnostic ignored "-Wcast-qual"
#endif

#define IDPF_VECTOR_PATH		0
#define ICE_RX_NO_VECTOR_FLAGS (		\
		RTE_ETH_RX_OFFLOAD_IPV4_CKSUM |	\
		RTE_ETH_RX_OFFLOAD_UDP_CKSUM |	\
		RTE_ETH_RX_OFFLOAD_TCP_CKSUM |	\
		RTE_ETH_RX_OFFLOAD_OUTER_IPV4_CKSUM |	\
		RTE_ETH_RX_OFFLOAD_TIMESTAMP)
#define ICE_TX_NO_VECTOR_FLAGS (		\
		RTE_ETH_TX_OFFLOAD_TCP_TSO |	\
		RTE_ETH_TX_OFFLOAD_MULTI_SEGS)


error: patch failed: drivers/net/idpf/idpf_rxtx_vec_common.h:15
error: drivers/net/idpf/idpf_rxtx_vec_common.h: patch does not apply


^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw123210 [PATCH v11 1/1] common/idpf: add AVX512 data path for split queue model
       [not found] <20230207084549.2225214-2-wenjun1.wu@intel.com>
  2023-02-07  8:30 ` |WARNING| pw123210 [PATCH v11 1/1] common/idpf: add AVX512 data path for split queue model qemudev
@ 2023-02-07  8:39 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-02-07  8:39 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/123210

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-07  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230207084549.2225214-2-wenjun1.wu@intel.com>
2023-02-07  8:30 ` |WARNING| pw123210 [PATCH v11 1/1] common/idpf: add AVX512 data path for split queue model qemudev
2023-02-07  8:39 ` |SUCCESS| " checkpatch

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).