automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw120556 [PATCH 01/15] common/idpf: add adapter structure
       [not found] <20221208075309.37852-2-beilei.xing@intel.com>
@ 2022-12-08  7:54 ` checkpatch
  2022-12-08 16:04 ` |WARNING| pw120556-120570 " qemudev
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: checkpatch @ 2022-12-08  7:54 UTC (permalink / raw)
  To: test-report; +Cc: beilei.xing

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/120556

_coding style issues_


WARNING:TYPO_SPELLING: 'fileds' may be misspelled - perhaps 'fields'?
#71: 
extra fileds except idpf_adapter.

total: 0 errors, 1 warnings, 0 checks, 484 lines checked

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

* |WARNING| pw120556-120570 [PATCH 01/15] common/idpf: add adapter structure
       [not found] <20221208075309.37852-2-beilei.xing@intel.com>
  2022-12-08  7:54 ` |WARNING| pw120556 [PATCH 01/15] common/idpf: add adapter structure checkpatch
@ 2022-12-08 16:04 ` qemudev
  2022-12-08 16:40 ` qemudev
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: qemudev @ 2022-12-08 16:04 UTC (permalink / raw)
  To: test-report; +Cc: beilei.xing

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

_apply patch failure_

Submitter: Xing, Beilei <beilei.xing@intel.com>
Date: Thu,  8 Dec 2022 07:52:55 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: f262f16087ea6a77357a915cf4c0d10ddc7b6562

Apply patch set 120556-120570 failed:

Checking patch drivers/common/idpf/idpf_common_device.h...
Checking patch drivers/net/idpf/idpf_ethdev.c...
error: while searching for:
			 struct virtchnl2_create_vport *vport_info)
{
	struct idpf_vport *vport = dev->data->dev_private;
	struct idpf_adapter *adapter = vport->adapter;

	vport_info->vport_type = rte_cpu_to_le_16(VIRTCHNL2_VPORT_TYPE_DEFAULT);
	if (adapter->txq_model == 0) {

error: patch failed: drivers/net/idpf/idpf_ethdev.c:138
error: drivers/net/idpf/idpf_ethdev.c: patch does not apply
Checking patch drivers/net/idpf/idpf_ethdev.h...
error: while searching for:
};

struct idpf_vport_param {
	struct idpf_adapter *adapter;
	uint16_t devarg_id; /* arg id from user */
	uint16_t idx;       /* index in adapter->vports[]*/
};

error: patch failed: drivers/net/idpf/idpf_ethdev.h:90
error: drivers/net/idpf/idpf_ethdev.h: patch does not apply
Checking patch drivers/net/idpf/idpf_rxtx.c...
Hunk #4 succeeded at 1782 (offset -9 lines).
Hunk #5 succeeded at 1796 (offset -9 lines).
Hunk #6 succeeded at 2212 (offset -9 lines).
Hunk #7 succeeded at 2266 (offset -9 lines).
Checking patch drivers/net/idpf/idpf_rxtx.h...
Checking patch drivers/net/idpf/idpf_rxtx_vec_avx512.c...
Checking patch drivers/net/idpf/idpf_vchnl.c...
Hunk #5 succeeded at 754 (offset 10 lines).
Hunk #6 succeeded at 847 (offset 10 lines).
Hunk #7 succeeded at 955 (offset 10 lines).
Hunk #8 succeeded at 1026 (offset 10 lines).


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

* |WARNING| pw120556-120570 [PATCH 01/15] common/idpf: add adapter structure
       [not found] <20221208075309.37852-2-beilei.xing@intel.com>
  2022-12-08  7:54 ` |WARNING| pw120556 [PATCH 01/15] common/idpf: add adapter structure checkpatch
  2022-12-08 16:04 ` |WARNING| pw120556-120570 " qemudev
@ 2022-12-08 16:40 ` qemudev
  2022-12-10  0:29 ` qemudev
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: qemudev @ 2022-12-08 16:40 UTC (permalink / raw)
  To: test-report; +Cc: beilei.xing

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

_apply patch failure_

Submitter: Xing, Beilei <beilei.xing@intel.com>
Date: Thu,  8 Dec 2022 07:52:55 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: f262f16087ea6a77357a915cf4c0d10ddc7b6562

Apply patch set 120556-120570 failed:

Checking patch drivers/common/idpf/idpf_common_device.h...
Checking patch drivers/net/idpf/idpf_ethdev.c...
error: while searching for:
			 struct virtchnl2_create_vport *vport_info)
{
	struct idpf_vport *vport = dev->data->dev_private;
	struct idpf_adapter *adapter = vport->adapter;

	vport_info->vport_type = rte_cpu_to_le_16(VIRTCHNL2_VPORT_TYPE_DEFAULT);
	if (adapter->txq_model == 0) {

error: patch failed: drivers/net/idpf/idpf_ethdev.c:138
error: drivers/net/idpf/idpf_ethdev.c: patch does not apply
Checking patch drivers/net/idpf/idpf_ethdev.h...
error: while searching for:
};

struct idpf_vport_param {
	struct idpf_adapter *adapter;
	uint16_t devarg_id; /* arg id from user */
	uint16_t idx;       /* index in adapter->vports[]*/
};

error: patch failed: drivers/net/idpf/idpf_ethdev.h:90
error: drivers/net/idpf/idpf_ethdev.h: patch does not apply
Checking patch drivers/net/idpf/idpf_rxtx.c...
Hunk #4 succeeded at 1782 (offset -9 lines).
Hunk #5 succeeded at 1796 (offset -9 lines).
Hunk #6 succeeded at 2212 (offset -9 lines).
Hunk #7 succeeded at 2266 (offset -9 lines).
Checking patch drivers/net/idpf/idpf_rxtx.h...
Checking patch drivers/net/idpf/idpf_rxtx_vec_avx512.c...
Checking patch drivers/net/idpf/idpf_vchnl.c...
Hunk #5 succeeded at 754 (offset 10 lines).
Hunk #6 succeeded at 847 (offset 10 lines).
Hunk #7 succeeded at 955 (offset 10 lines).
Hunk #8 succeeded at 1026 (offset 10 lines).


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

* |WARNING| pw120556-120570 [PATCH 01/15] common/idpf: add adapter structure
       [not found] <20221208075309.37852-2-beilei.xing@intel.com>
                   ` (2 preceding siblings ...)
  2022-12-08 16:40 ` qemudev
@ 2022-12-10  0:29 ` qemudev
  2022-12-10  3:19 ` qemudev
  2022-12-10  3:25 ` qemudev
  5 siblings, 0 replies; 6+ messages in thread
From: qemudev @ 2022-12-10  0:29 UTC (permalink / raw)
  To: test-report; +Cc: beilei.xing

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

_apply patch failure_

Submitter: Xing, Beilei <beilei.xing@intel.com>
Date: Thu,  8 Dec 2022 07:52:55 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: f262f16087ea6a77357a915cf4c0d10ddc7b6562

Apply patch set 120556-120570 failed:

Checking patch drivers/common/idpf/idpf_common_device.h...
Checking patch drivers/net/idpf/idpf_ethdev.c...
error: while searching for:
			 struct virtchnl2_create_vport *vport_info)
{
	struct idpf_vport *vport = dev->data->dev_private;
	struct idpf_adapter *adapter = vport->adapter;

	vport_info->vport_type = rte_cpu_to_le_16(VIRTCHNL2_VPORT_TYPE_DEFAULT);
	if (adapter->txq_model == 0) {

error: patch failed: drivers/net/idpf/idpf_ethdev.c:138
error: drivers/net/idpf/idpf_ethdev.c: patch does not apply
Checking patch drivers/net/idpf/idpf_ethdev.h...
error: while searching for:
};

struct idpf_vport_param {
	struct idpf_adapter *adapter;
	uint16_t devarg_id; /* arg id from user */
	uint16_t idx;       /* index in adapter->vports[]*/
};

error: patch failed: drivers/net/idpf/idpf_ethdev.h:90
error: drivers/net/idpf/idpf_ethdev.h: patch does not apply
Checking patch drivers/net/idpf/idpf_rxtx.c...
Hunk #4 succeeded at 1782 (offset -9 lines).
Hunk #5 succeeded at 1796 (offset -9 lines).
Hunk #6 succeeded at 2212 (offset -9 lines).
Hunk #7 succeeded at 2266 (offset -9 lines).
Checking patch drivers/net/idpf/idpf_rxtx.h...
Checking patch drivers/net/idpf/idpf_rxtx_vec_avx512.c...
Checking patch drivers/net/idpf/idpf_vchnl.c...
Hunk #5 succeeded at 754 (offset 10 lines).
Hunk #6 succeeded at 847 (offset 10 lines).
Hunk #7 succeeded at 955 (offset 10 lines).
Hunk #8 succeeded at 1026 (offset 10 lines).


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

* |WARNING| pw120556-120570 [PATCH 01/15] common/idpf: add adapter structure
       [not found] <20221208075309.37852-2-beilei.xing@intel.com>
                   ` (3 preceding siblings ...)
  2022-12-10  0:29 ` qemudev
@ 2022-12-10  3:19 ` qemudev
  2022-12-10  3:25 ` qemudev
  5 siblings, 0 replies; 6+ messages in thread
From: qemudev @ 2022-12-10  3:19 UTC (permalink / raw)
  To: test-report; +Cc: beilei.xing

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

_apply patch failure_

Submitter: Xing, Beilei <beilei.xing@intel.com>
Date: Thu,  8 Dec 2022 07:52:55 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: f262f16087ea6a77357a915cf4c0d10ddc7b6562

Apply patch set 120556-120570 failed:

Checking patch drivers/common/idpf/idpf_common_device.h...
Checking patch drivers/net/idpf/idpf_ethdev.c...
error: while searching for:
			 struct virtchnl2_create_vport *vport_info)
{
	struct idpf_vport *vport = dev->data->dev_private;
	struct idpf_adapter *adapter = vport->adapter;

	vport_info->vport_type = rte_cpu_to_le_16(VIRTCHNL2_VPORT_TYPE_DEFAULT);
	if (adapter->txq_model == 0) {

error: patch failed: drivers/net/idpf/idpf_ethdev.c:138
error: drivers/net/idpf/idpf_ethdev.c: patch does not apply
Checking patch drivers/net/idpf/idpf_ethdev.h...
error: while searching for:
};

struct idpf_vport_param {
	struct idpf_adapter *adapter;
	uint16_t devarg_id; /* arg id from user */
	uint16_t idx;       /* index in adapter->vports[]*/
};

error: patch failed: drivers/net/idpf/idpf_ethdev.h:90
error: drivers/net/idpf/idpf_ethdev.h: patch does not apply
Checking patch drivers/net/idpf/idpf_rxtx.c...
Hunk #4 succeeded at 1782 (offset -9 lines).
Hunk #5 succeeded at 1796 (offset -9 lines).
Hunk #6 succeeded at 2212 (offset -9 lines).
Hunk #7 succeeded at 2266 (offset -9 lines).
Checking patch drivers/net/idpf/idpf_rxtx.h...
Checking patch drivers/net/idpf/idpf_rxtx_vec_avx512.c...
Checking patch drivers/net/idpf/idpf_vchnl.c...
Hunk #5 succeeded at 754 (offset 10 lines).
Hunk #6 succeeded at 847 (offset 10 lines).
Hunk #7 succeeded at 955 (offset 10 lines).
Hunk #8 succeeded at 1026 (offset 10 lines).


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

* |WARNING| pw120556-120570 [PATCH 01/15] common/idpf: add adapter structure
       [not found] <20221208075309.37852-2-beilei.xing@intel.com>
                   ` (4 preceding siblings ...)
  2022-12-10  3:19 ` qemudev
@ 2022-12-10  3:25 ` qemudev
  5 siblings, 0 replies; 6+ messages in thread
From: qemudev @ 2022-12-10  3:25 UTC (permalink / raw)
  To: test-report; +Cc: beilei.xing

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

_apply patch failure_

Submitter: Xing, Beilei <beilei.xing@intel.com>
Date: Thu,  8 Dec 2022 07:52:55 +0000
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: f262f16087ea6a77357a915cf4c0d10ddc7b6562

Apply patch set 120556-120570 failed:

Checking patch drivers/common/idpf/idpf_common_device.h...
Checking patch drivers/net/idpf/idpf_ethdev.c...
error: while searching for:
			 struct virtchnl2_create_vport *vport_info)
{
	struct idpf_vport *vport = dev->data->dev_private;
	struct idpf_adapter *adapter = vport->adapter;

	vport_info->vport_type = rte_cpu_to_le_16(VIRTCHNL2_VPORT_TYPE_DEFAULT);
	if (adapter->txq_model == 0) {

error: patch failed: drivers/net/idpf/idpf_ethdev.c:138
error: drivers/net/idpf/idpf_ethdev.c: patch does not apply
Checking patch drivers/net/idpf/idpf_ethdev.h...
error: while searching for:
};

struct idpf_vport_param {
	struct idpf_adapter *adapter;
	uint16_t devarg_id; /* arg id from user */
	uint16_t idx;       /* index in adapter->vports[]*/
};

error: patch failed: drivers/net/idpf/idpf_ethdev.h:90
error: drivers/net/idpf/idpf_ethdev.h: patch does not apply
Checking patch drivers/net/idpf/idpf_rxtx.c...
Hunk #4 succeeded at 1782 (offset -9 lines).
Hunk #5 succeeded at 1796 (offset -9 lines).
Hunk #6 succeeded at 2212 (offset -9 lines).
Hunk #7 succeeded at 2266 (offset -9 lines).
Checking patch drivers/net/idpf/idpf_rxtx.h...
Checking patch drivers/net/idpf/idpf_rxtx_vec_avx512.c...
Checking patch drivers/net/idpf/idpf_vchnl.c...
Hunk #5 succeeded at 754 (offset 10 lines).
Hunk #6 succeeded at 847 (offset 10 lines).
Hunk #7 succeeded at 955 (offset 10 lines).
Hunk #8 succeeded at 1026 (offset 10 lines).


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

end of thread, other threads:[~2022-12-12 11:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221208075309.37852-2-beilei.xing@intel.com>
2022-12-08  7:54 ` |WARNING| pw120556 [PATCH 01/15] common/idpf: add adapter structure checkpatch
2022-12-08 16:04 ` |WARNING| pw120556-120570 " qemudev
2022-12-08 16:40 ` qemudev
2022-12-10  0:29 ` qemudev
2022-12-10  3:19 ` qemudev
2022-12-10  3:25 ` qemudev

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