* |WARNING| pw128457 [PATCH v2] net/iavf: fix compilation warnings
[not found] <20230609090236.70859-1-zhichaox.zeng@intel.com>
@ 2023-06-09 8:45 ` qemudev
2023-06-09 8:56 ` |SUCCESS| " checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-06-09 8:45 UTC (permalink / raw)
To: test-report; +Cc: Zhichao Zeng, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/128457
_apply patch failure_
Submitter: Zhichao Zeng <zhichaox.zeng@intel.com>
Date: Fri, 9 Jun 2023 17:02:35 +0800
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 2125ed73e10ec028dd1b5fd6105aef80456e659e
Apply patch set 128457 failed:
Checking patch drivers/net/iavf/iavf_rxtx_vec_avx2.c...
error: while searching for:
(_mm256_castsi256_si128(status0_7)));
received += burst;
#ifndef RTE_LIBRTE_IAVF_16BYTE_RX_DESC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
if (rxq->offloads & RTE_ETH_RX_OFFLOAD_TIMESTAMP) {
inflection_point = (inflection_point <= burst) ? inflection_point : 0;
switch (inflection_point) {
case 1:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 0],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 2:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 1],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 3:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 2],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 4:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 3],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 5:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 4],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 6:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 5],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 7:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 6],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 8:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 7],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
rxq->phc_time += (uint64_t)1 << 32;
case 0:
break;
default:
error: patch failed: drivers/net/iavf/iavf_rxtx_vec_avx2.c:1397
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:
received += burst;
#ifndef RTE_LIBRTE_IAVF_16BYTE_RX_DESC
#ifdef IAVF_RX_TS_OFFLOAD
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
if (rxq->offloads & RTE_ETH_RX_OFFLOAD_TIMESTAMP) {
inflection_point = (inflection_point <= burst) ? inflection_point : 0;
switch (inflection_point) {
case 1:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 0],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 2:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 1],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 3:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 2],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 4:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 3],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 5:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 4],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 6:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 5],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 7:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 6],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 8:
*RTE_MBUF_DYNFIELD(rx_pkts[i + 7],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
rxq->phc_time += (uint64_t)1 << 32;
case 0:
break;
default:
error: patch failed: drivers/net/iavf/iavf_rxtx_vec_avx512.c:1551
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:
nb_pkts_recd += var;
#ifndef RTE_LIBRTE_IAVF_16BYTE_RX_DESC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
if (rxq->offloads & RTE_ETH_RX_OFFLOAD_TIMESTAMP) {
inflection_point = (inflection_point <= var) ? inflection_point : 0;
switch (inflection_point) {
case 1:
*RTE_MBUF_DYNFIELD(rx_pkts[pos + 0],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 2:
*RTE_MBUF_DYNFIELD(rx_pkts[pos + 1],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 3:
*RTE_MBUF_DYNFIELD(rx_pkts[pos + 2],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
case 4:
*RTE_MBUF_DYNFIELD(rx_pkts[pos + 3],
iavf_timestamp_dynfield_offset + 4, uint32_t *) += 1;
rxq->phc_time += (uint64_t)1 << 32;
case 0:
break;
default:
error: patch failed: drivers/net/iavf/iavf_rxtx_vec_sse.c:1126
error: drivers/net/iavf/iavf_rxtx_vec_sse.c: patch does not apply
^ permalink raw reply [flat|nested] 2+ messages in thread
* |SUCCESS| pw128457 [PATCH v2] net/iavf: fix compilation warnings
[not found] <20230609090236.70859-1-zhichaox.zeng@intel.com>
2023-06-09 8:45 ` |WARNING| pw128457 [PATCH v2] net/iavf: fix compilation warnings qemudev
@ 2023-06-09 8:56 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-06-09 8:56 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/128457
_coding style OK_
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-09 8:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230609090236.70859-1-zhichaox.zeng@intel.com>
2023-06-09 8:45 ` |WARNING| pw128457 [PATCH v2] net/iavf: fix compilation warnings qemudev
2023-06-09 8:56 ` |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).