* |WARNING| pw122312 [PATCH 1/1] net/cpfl: add port to port feature.
[not found] <20230118130659.976873-2-mingxia.liu@intel.com>
@ 2023-01-18 14:04 ` checkpatch
2023-01-18 14:07 ` qemudev
1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-01-18 14:04 UTC (permalink / raw)
To: test-report; +Cc: Mingxia Liu
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/122312
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#359: FILE: drivers/net/cpfl/cpfl_ethdev.c:113:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#385: FILE: drivers/net/cpfl/cpfl_ethdev.c:179:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#397: FILE: drivers/net/cpfl/cpfl_ethdev.c:295:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#409: FILE: drivers/net/cpfl/cpfl_ethdev.c:341:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#421: FILE: drivers/net/cpfl/cpfl_ethdev.c:368:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#460: FILE: drivers/net/cpfl/cpfl_ethdev.c:511:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#471: FILE: drivers/net/cpfl/cpfl_ethdev.c:569:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#482: FILE: drivers/net/cpfl/cpfl_ethdev.c:609:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#493: FILE: drivers/net/cpfl/cpfl_ethdev.c:676:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#504: FILE: drivers/net/cpfl/cpfl_ethdev.c:715:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#536: FILE: drivers/net/cpfl/cpfl_ethdev.c:767:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#548: FILE: drivers/net/cpfl/cpfl_ethdev.c:778:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#654: FILE: drivers/net/cpfl/cpfl_ethdev.c:873:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->hairpin_info
#675: FILE: drivers/net/cpfl/cpfl_ethdev.c:948:
+ txq_hairpin_info = &(cpfl_txq->hairpin_info);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->hairpin_info
#676: FILE: drivers/net/cpfl/cpfl_ethdev.c:949:
+ rxq_hairpin_info = &(cpfl_rxq->hairpin_info);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#713: FILE: drivers/net/cpfl/cpfl_ethdev.c:986:
+ vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around peer_cpfl_vport->base
#723: FILE: drivers/net/cpfl/cpfl_ethdev.c:996:
+ peer_vport = &(peer_cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#762: FILE: drivers/net/cpfl/cpfl_ethdev.c:1034:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#773: FILE: drivers/net/cpfl/cpfl_ethdev.c:1057:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around adapter->vports[i]->base
#797: FILE: drivers/net/cpfl/cpfl_ethdev.c:1244:
+ vport = &(adapter->vports[i]->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#902: FILE: drivers/net/cpfl/cpfl_ethdev.c:1530:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1071: FILE: drivers/net/cpfl/cpfl_rxtx.c:206:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1082: FILE: drivers/net/cpfl/cpfl_rxtx.c:305:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#1112: FILE: drivers/net/cpfl/cpfl_rxtx.c:343:
+ rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1133: FILE: drivers/net/cpfl/cpfl_rxtx.c:433:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1144: FILE: drivers/net/cpfl/cpfl_rxtx.c:483:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#1181: FILE: drivers/net/cpfl/cpfl_rxtx.c:521:
+ txq = &(cpfl_txq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#1209: FILE: drivers/net/cpfl/cpfl_rxtx.c:602:
+ rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#1272: FILE: drivers/net/cpfl/cpfl_rxtx.c:687:
+ struct idpf_rx_queue *rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1311: FILE: drivers/net/cpfl/cpfl_rxtx.c:723:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#1313: FILE: drivers/net/cpfl/cpfl_rxtx.c:725:
+ struct idpf_rx_queue *rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#1348: FILE: drivers/net/cpfl/cpfl_rxtx.c:777:
+ struct idpf_tx_queue *txq = &(cpfl_txq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1382: FILE: drivers/net/cpfl/cpfl_rxtx.c:808:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#1391: FILE: drivers/net/cpfl/cpfl_rxtx.c:816:
+ err = idpf_vc_config_txq(vport, &(cpfl_txq->base));
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1411: FILE: drivers/net/cpfl/cpfl_rxtx.c:848:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#1433: FILE: drivers/net/cpfl/cpfl_rxtx.c:868:
+ rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1464: FILE: drivers/net/cpfl/cpfl_rxtx.c:895:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#1485: FILE: drivers/net/cpfl/cpfl_rxtx.c:914:
+ txq = &(cpfl_txq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#1516: FILE: drivers/net/cpfl/cpfl_rxtx.c:942:
+ q = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#1565: FILE: drivers/net/cpfl/cpfl_rxtx.c:990:
+ q = &(cpfl_txq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1621: FILE: drivers/net/cpfl/cpfl_rxtx.c:1040:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#1637: FILE: drivers/net/cpfl/cpfl_rxtx.c:1072:
+ (void)idpf_splitq_rx_vec_setup(&(cpfl_rxq->base));
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#1648: FILE: drivers/net/cpfl/cpfl_rxtx.c:1087:
+ (void)idpf_singleq_rx_vec_setup(&(cpfl_rxq->base));
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1659: FILE: drivers/net/cpfl/cpfl_rxtx.c:1121:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#1674: FILE: drivers/net/cpfl/cpfl_rxtx.c:1140:
+ idpf_tx_vec_setup_avx512(&(cpfl_txq->base));
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1729: FILE: drivers/net/cpfl/cpfl_rxtx.c:1230:
+ struct idpf_vport *vport = &(cpfl_vport->base);
WARNING:MISSING_SPACE: break quoted strings at a space character
#1780: FILE: drivers/net/cpfl/cpfl_rxtx.c:1281:
+ PMD_INIT_LOG(ERR, "Failed to reserve DMA memory"
+ "for hairpin RX buffer queue.");
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1804: FILE: drivers/net/cpfl/cpfl_rxtx.c:1305:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#1850: FILE: drivers/net/cpfl/cpfl_rxtx.c:1351:
+ rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->hairpin_info
#1851: FILE: drivers/net/cpfl/cpfl_rxtx.c:1352:
+ hairpin_info = &(cpfl_rxq->hairpin_info);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around peer_cpfl_vport->base
#1863: FILE: drivers/net/cpfl/cpfl_rxtx.c:1364:
+ peer_vport = &(peer_cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around peer_txq->base
#1904: FILE: drivers/net/cpfl/cpfl_rxtx.c:1405:
+ ret = idpf_rx_hairpin_bufq_setup(dev, bufq1, qid, nb_desc, &(peer_txq->base));
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#1934: FILE: drivers/net/cpfl/cpfl_rxtx.c:1435:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#1979: FILE: drivers/net/cpfl/cpfl_rxtx.c:1480:
+ txq = &(cpfl_txq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->hairpin_info
#1980: FILE: drivers/net/cpfl/cpfl_rxtx.c:1481:
+ hairpin_info = &(cpfl_txq->hairpin_info);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around peer_cpfl_vport->base
#1991: FILE: drivers/net/cpfl/cpfl_rxtx.c:1492:
+ peer_vport = &(peer_cpfl_vport->base);
total: 0 errors, 1 warnings, 55 checks, 2025 lines checked
^ permalink raw reply [flat|nested] 3+ messages in thread
* |WARNING| pw122312 [PATCH 1/1] net/cpfl: add port to port feature.
[not found] <20230118130659.976873-2-mingxia.liu@intel.com>
2023-01-18 14:04 ` |WARNING| pw122312 [PATCH 1/1] net/cpfl: add port to port feature checkpatch
@ 2023-01-18 14:07 ` qemudev
1 sibling, 0 replies; 3+ messages in thread
From: qemudev @ 2023-01-18 14:07 UTC (permalink / raw)
To: test-report; +Cc: Mingxia Liu, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/122312
_apply patch failure_
Submitter: Mingxia Liu <mingxia.liu@intel.com>
Date: Wed, 18 Jan 2023 13:06:59 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: main
CommitID: f0c96f8e41af51b3057faf1d6c49203bc3804520
Apply patch set 122312 failed:
Checking patch drivers/common/idpf/idpf_common_device.c...
error: drivers/common/idpf/idpf_common_device.c: No such file or directory
Checking patch drivers/common/idpf/idpf_common_device.h...
error: drivers/common/idpf/idpf_common_device.h: No such file or directory
Checking patch drivers/common/idpf/idpf_common_virtchnl.c...
error: drivers/common/idpf/idpf_common_virtchnl.c: No such file or directory
Checking patch drivers/common/idpf/idpf_common_virtchnl.h...
error: drivers/common/idpf/idpf_common_virtchnl.h: No such file or directory
Checking patch drivers/common/idpf/version.map...
error: while searching for:
idpf_vc_get_rss_key;
idpf_vc_get_rss_lut;
idpf_vc_get_rss_hash;
local: *;
};
error: patch failed: drivers/common/idpf/version.map:67
error: drivers/common/idpf/version.map: patch does not apply
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: No such file or directory
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
error: drivers/net/cpfl/cpfl_ethdev.h: No such file or directory
Checking patch drivers/net/cpfl/cpfl_logs.h...
error: drivers/net/cpfl/cpfl_logs.h: No such file or directory
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
error: drivers/net/cpfl/cpfl_rxtx.c: No such file or directory
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: No such file or directory
Checking patch drivers/net/cpfl/cpfl_rxtx_vec_common.h...
error: drivers/net/cpfl/cpfl_rxtx_vec_common.h: No such file or directory
^ permalink raw reply [flat|nested] 3+ messages in thread
* |WARNING| pw122312 [PATCH] [1/1] net/cpfl: add port to port feature.
@ 2023-01-18 14:17 dpdklab
0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-01-18 14:17 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
[-- Attachment #1: Type: text/plain, Size: 2238 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/122312
_apply patch failure_
Submitter: Mingxia Liu <mingxia.liu@intel.com>
Date: Wednesday, January 18 2023 13:06:59
Applied on: CommitID:83397b9f073904438965e1fda2efe76f7850fe01
Apply patch set 122312 failed:
Checking patch drivers/common/idpf/idpf_common_device.c...
error: drivers/common/idpf/idpf_common_device.c: does not exist in index
Checking patch drivers/common/idpf/idpf_common_device.h...
error: drivers/common/idpf/idpf_common_device.h: does not exist in index
Checking patch drivers/common/idpf/idpf_common_virtchnl.c...
error: drivers/common/idpf/idpf_common_virtchnl.c: does not exist in index
Checking patch drivers/common/idpf/idpf_common_virtchnl.h...
error: drivers/common/idpf/idpf_common_virtchnl.h: does not exist in index
Checking patch drivers/common/idpf/version.map...
error: while searching for:
idpf_vc_get_rss_key;
idpf_vc_get_rss_lut;
idpf_vc_get_rss_hash;
local: *;
};
error: patch failed: drivers/common/idpf/version.map:67
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not exist in index
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
error: drivers/net/cpfl/cpfl_ethdev.h: does not exist in index
Checking patch drivers/net/cpfl/cpfl_logs.h...
error: drivers/net/cpfl/cpfl_logs.h: does not exist in index
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
error: drivers/net/cpfl/cpfl_rxtx.c: does not exist in index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not exist in index
Checking patch drivers/net/cpfl/cpfl_rxtx_vec_common.h...
error: drivers/net/cpfl/cpfl_rxtx_vec_common.h: does not exist in index
Applying patch drivers/common/idpf/version.map with 1 reject...
Rejected hunk #1.
diff a/drivers/common/idpf/version.map b/drivers/common/idpf/version.map (rejected hunks)
@@ -67,6 +67,11 @@ INTERNAL {
idpf_vc_get_rss_key;
idpf_vc_get_rss_lut;
idpf_vc_get_rss_hash;
+ idpf_vc_ena_dis_one_queue;
+ idpf_vc_config_rxq_by_info;
+ idpf_vc_config_txq_by_info;
+ idpf_vc_get_caps_by_caps_info;
+ idpf_adapter_common_init;
local: *;
};
https://lab.dpdk.org/results/dashboard/patchsets/25028/
UNH-IOL DPDK Community Lab
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-18 14:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230118130659.976873-2-mingxia.liu@intel.com>
2023-01-18 14:04 ` |WARNING| pw122312 [PATCH 1/1] net/cpfl: add port to port feature checkpatch
2023-01-18 14:07 ` qemudev
2023-01-18 14:17 |WARNING| pw122312 [PATCH] [1/1] " dpdklab
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).