automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw128148-128161 [PATCH] [v10, 14/14] doc: update the doc of CPFL PMD
@ 2023-06-09 21:51 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-06-09 21:51 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/128148

_apply patch failure_

Submitter: Xing, Beilei <beilei.xing@intel.com>
Date: Tuesday, June 06 2023 10:03:24 
Applied on: CommitID:38689022f609a290645c7027084aee720c1fcf91
Apply patch set 128148-128161 failed:

Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: while searching for:
static int
cpfl_dev_stop(struct rte_eth_dev *dev)
{
	struct idpf_vport *vport = dev->data->dev_private;

	if (dev->data->dev_started == 0)
		return 0;

error: patch failed: drivers/net/cpfl/cpfl_ethdev.c:813
Hunk #18 succeeded at 846 (offset 3 lines).
Hunk #19 succeeded at 857 (offset 3 lines).
Hunk #20 succeeded at 1062 (offset 3 lines).
Hunk #21 succeeded at 1249 (offset -38 lines).
Hunk #22 succeeded at 1276 (offset -37 lines).
Hunk #23 succeeded at 1391 (offset -37 lines).
Hunk #24 succeeded at 1409 (offset -37 lines).
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
Hunk #2 succeeded at 220 (offset -1 lines).
Hunk #3 succeeded at 302 (offset -1 lines).
Hunk #4 succeeded at 385 (offset -1 lines).
Hunk #5 succeeded at 405 (offset -1 lines).
Hunk #6 succeeded at 454 (offset -1 lines).
Hunk #7 succeeded at 478 (offset -1 lines).
Hunk #8 succeeded at 548 (offset -1 lines).
Hunk #9 succeeded at 564 (offset -1 lines).
Hunk #10 succeeded at 573 (offset -1 lines).
Hunk #11 succeeded at 638 (offset -1 lines).
Hunk #12 succeeded at 674 (offset -1 lines).
Hunk #13 succeeded at 690 (offset -1 lines).
Hunk #14 succeeded at 715 (offset -1 lines).
Hunk #15 succeeded at 726 (offset -1 lines).
Hunk #16 succeeded at 743 (offset -1 lines).
Hunk #17 succeeded at 761 (offset -1 lines).
Hunk #18 succeeded at 779 (offset -1 lines).
Hunk #19 succeeded at 796 (offset -1 lines).
Hunk #20 succeeded at 822 (offset -1 lines).
Hunk #21 succeeded at 834 (offset -1 lines).
Hunk #22 succeeded at 863 (offset -1 lines).
Hunk #23 succeeded at 883 (offset -1 lines).
Hunk #24 succeeded at 933 (offset -1 lines).
Hunk #25 succeeded at 952 (offset -1 lines).
Hunk #26 succeeded at 990 (offset -1 lines).
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
Checking patch drivers/net/cpfl/cpfl_rxtx_vec_common.h...
Applying patch drivers/net/cpfl/cpfl_ethdev.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
Hunk #8 applied cleanly.
Hunk #9 applied cleanly.
Hunk #10 applied cleanly.
Hunk #11 applied cleanly.
Hunk #12 applied cleanly.
Hunk #13 applied cleanly.
Hunk #14 applied cleanly.
Hunk #15 applied cleanly.
Hunk #16 applied cleanly.
Rejected hunk #17.
Hunk #18 applied cleanly.
Hunk #19 applied cleanly.
Hunk #20 applied cleanly.
Hunk #21 applied cleanly.
Hunk #22 applied cleanly.
Hunk #23 applied cleanly.
Hunk #24 applied cleanly.
Applied patch drivers/net/cpfl/cpfl_ethdev.h cleanly.
Applied patch drivers/net/cpfl/cpfl_rxtx.c cleanly.
Applied patch drivers/net/cpfl/cpfl_rxtx.h cleanly.
Applied patch drivers/net/cpfl/cpfl_rxtx_vec_common.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/cpfl/cpfl_ethdev.c b/drivers/net/cpfl/cpfl_ethdev.c	(rejected hunks)
@@ -813,7 +823,8 @@ cpfl_dev_start(struct rte_eth_dev *dev)
 static int
 cpfl_dev_stop(struct rte_eth_dev *dev)
 {
-	struct idpf_vport *vport = dev->data->dev_private;
+	struct cpfl_vport *cpfl_vport = dev->data->dev_private;
+	struct idpf_vport *vport = &cpfl_vport->base;
 
 	if (dev->data->dev_started == 0)
 		return 0;
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
error: drivers/net/cpfl/cpfl_ethdev.h: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
error: drivers/net/cpfl/cpfl_ethdev.h: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
error: drivers/net/cpfl/cpfl_rxtx.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx_vec_common.h...
error: drivers/net/cpfl/cpfl_rxtx_vec_common.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
error: drivers/net/cpfl/cpfl_rxtx.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
error: drivers/net/cpfl/cpfl_rxtx.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch doc/guides/nics/cpfl.rst...
error: while searching for:
  A value "P" means the offload feature is not supported by vector path.
  If any not supported features are used, cpfl vector PMD is disabled
  and the scalar paths are chosen.

error: patch failed: doc/guides/nics/cpfl.rst:106
Applying patch doc/guides/nics/cpfl.rst with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst	(rejected hunks)
@@ -106,3 +106,10 @@ The paths are chosen based on 2 conditions:
   A value "P" means the offload feature is not supported by vector path.
   If any not supported features are used, cpfl vector PMD is disabled
   and the scalar paths are chosen.
+
+Hairpin queue
+~~~~~~~~~~~~~
+
+ E2100 Series can loopback packets from RX port to TX port, this feature is
+ called port-to-port or hairpin.
+ Currently, the PMD only supports single port hairpin.

https://lab.dpdk.org/results/dashboard/patchsets/26543/

UNH-IOL DPDK Community Lab

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

* |WARNING| pw128148-128161 [PATCH] [v10, 14/14] doc: update the doc of CPFL PMD
@ 2023-06-08 21:47 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-06-08 21:47 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/128148

_apply patch failure_

Submitter: Xing, Beilei <beilei.xing@intel.com>
Date: Tuesday, June 06 2023 10:03:24 
Applied on: CommitID:38689022f609a290645c7027084aee720c1fcf91
Apply patch set 128148-128161 failed:

Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: while searching for:
static int
cpfl_dev_stop(struct rte_eth_dev *dev)
{
	struct idpf_vport *vport = dev->data->dev_private;

	if (dev->data->dev_started == 0)
		return 0;

error: patch failed: drivers/net/cpfl/cpfl_ethdev.c:813
Hunk #18 succeeded at 846 (offset 3 lines).
Hunk #19 succeeded at 857 (offset 3 lines).
Hunk #20 succeeded at 1062 (offset 3 lines).
Hunk #21 succeeded at 1249 (offset -38 lines).
Hunk #22 succeeded at 1276 (offset -37 lines).
Hunk #23 succeeded at 1391 (offset -37 lines).
Hunk #24 succeeded at 1409 (offset -37 lines).
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
Hunk #2 succeeded at 220 (offset -1 lines).
Hunk #3 succeeded at 302 (offset -1 lines).
Hunk #4 succeeded at 385 (offset -1 lines).
Hunk #5 succeeded at 405 (offset -1 lines).
Hunk #6 succeeded at 454 (offset -1 lines).
Hunk #7 succeeded at 478 (offset -1 lines).
Hunk #8 succeeded at 548 (offset -1 lines).
Hunk #9 succeeded at 564 (offset -1 lines).
Hunk #10 succeeded at 573 (offset -1 lines).
Hunk #11 succeeded at 638 (offset -1 lines).
Hunk #12 succeeded at 674 (offset -1 lines).
Hunk #13 succeeded at 690 (offset -1 lines).
Hunk #14 succeeded at 715 (offset -1 lines).
Hunk #15 succeeded at 726 (offset -1 lines).
Hunk #16 succeeded at 743 (offset -1 lines).
Hunk #17 succeeded at 761 (offset -1 lines).
Hunk #18 succeeded at 779 (offset -1 lines).
Hunk #19 succeeded at 796 (offset -1 lines).
Hunk #20 succeeded at 822 (offset -1 lines).
Hunk #21 succeeded at 834 (offset -1 lines).
Hunk #22 succeeded at 863 (offset -1 lines).
Hunk #23 succeeded at 883 (offset -1 lines).
Hunk #24 succeeded at 933 (offset -1 lines).
Hunk #25 succeeded at 952 (offset -1 lines).
Hunk #26 succeeded at 990 (offset -1 lines).
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
Checking patch drivers/net/cpfl/cpfl_rxtx_vec_common.h...
Applying patch drivers/net/cpfl/cpfl_ethdev.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
Hunk #8 applied cleanly.
Hunk #9 applied cleanly.
Hunk #10 applied cleanly.
Hunk #11 applied cleanly.
Hunk #12 applied cleanly.
Hunk #13 applied cleanly.
Hunk #14 applied cleanly.
Hunk #15 applied cleanly.
Hunk #16 applied cleanly.
Rejected hunk #17.
Hunk #18 applied cleanly.
Hunk #19 applied cleanly.
Hunk #20 applied cleanly.
Hunk #21 applied cleanly.
Hunk #22 applied cleanly.
Hunk #23 applied cleanly.
Hunk #24 applied cleanly.
Applied patch drivers/net/cpfl/cpfl_ethdev.h cleanly.
Applied patch drivers/net/cpfl/cpfl_rxtx.c cleanly.
Applied patch drivers/net/cpfl/cpfl_rxtx.h cleanly.
Applied patch drivers/net/cpfl/cpfl_rxtx_vec_common.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/cpfl/cpfl_ethdev.c b/drivers/net/cpfl/cpfl_ethdev.c	(rejected hunks)
@@ -813,7 +823,8 @@ cpfl_dev_start(struct rte_eth_dev *dev)
 static int
 cpfl_dev_stop(struct rte_eth_dev *dev)
 {
-	struct idpf_vport *vport = dev->data->dev_private;
+	struct cpfl_vport *cpfl_vport = dev->data->dev_private;
+	struct idpf_vport *vport = &cpfl_vport->base;
 
 	if (dev->data->dev_started == 0)
 		return 0;
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
error: drivers/net/cpfl/cpfl_ethdev.h: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
error: drivers/net/cpfl/cpfl_ethdev.h: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
error: drivers/net/cpfl/cpfl_rxtx.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx_vec_common.h...
error: drivers/net/cpfl/cpfl_rxtx_vec_common.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
error: drivers/net/cpfl/cpfl_rxtx.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
error: drivers/net/cpfl/cpfl_rxtx.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch doc/guides/nics/cpfl.rst...
error: while searching for:
  A value "P" means the offload feature is not supported by vector path.
  If any not supported features are used, cpfl vector PMD is disabled
  and the scalar paths are chosen.

error: patch failed: doc/guides/nics/cpfl.rst:106
Applying patch doc/guides/nics/cpfl.rst with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst	(rejected hunks)
@@ -106,3 +106,10 @@ The paths are chosen based on 2 conditions:
   A value "P" means the offload feature is not supported by vector path.
   If any not supported features are used, cpfl vector PMD is disabled
   and the scalar paths are chosen.
+
+Hairpin queue
+~~~~~~~~~~~~~
+
+ E2100 Series can loopback packets from RX port to TX port, this feature is
+ called port-to-port or hairpin.
+ Currently, the PMD only supports single port hairpin.

https://lab.dpdk.org/results/dashboard/patchsets/26543/

UNH-IOL DPDK Community Lab

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

* |WARNING| pw128148-128161 [PATCH] [v10, 14/14] doc: update the doc of CPFL PMD
@ 2023-06-06  2:50 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-06-06  2:50 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/128148

_apply patch failure_

Submitter: Xing, Beilei <beilei.xing@intel.com>
Date: Tuesday, June 06 2023 10:03:24 
Applied on: CommitID:38689022f609a290645c7027084aee720c1fcf91
Apply patch set 128148-128161 failed:

Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: while searching for:
static int
cpfl_dev_stop(struct rte_eth_dev *dev)
{
	struct idpf_vport *vport = dev->data->dev_private;

	if (dev->data->dev_started == 0)
		return 0;

error: patch failed: drivers/net/cpfl/cpfl_ethdev.c:813
Hunk #18 succeeded at 846 (offset 3 lines).
Hunk #19 succeeded at 857 (offset 3 lines).
Hunk #20 succeeded at 1062 (offset 3 lines).
Hunk #21 succeeded at 1249 (offset -38 lines).
Hunk #22 succeeded at 1276 (offset -37 lines).
Hunk #23 succeeded at 1391 (offset -37 lines).
Hunk #24 succeeded at 1409 (offset -37 lines).
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
Hunk #2 succeeded at 220 (offset -1 lines).
Hunk #3 succeeded at 302 (offset -1 lines).
Hunk #4 succeeded at 385 (offset -1 lines).
Hunk #5 succeeded at 405 (offset -1 lines).
Hunk #6 succeeded at 454 (offset -1 lines).
Hunk #7 succeeded at 478 (offset -1 lines).
Hunk #8 succeeded at 548 (offset -1 lines).
Hunk #9 succeeded at 564 (offset -1 lines).
Hunk #10 succeeded at 573 (offset -1 lines).
Hunk #11 succeeded at 638 (offset -1 lines).
Hunk #12 succeeded at 674 (offset -1 lines).
Hunk #13 succeeded at 690 (offset -1 lines).
Hunk #14 succeeded at 715 (offset -1 lines).
Hunk #15 succeeded at 726 (offset -1 lines).
Hunk #16 succeeded at 743 (offset -1 lines).
Hunk #17 succeeded at 761 (offset -1 lines).
Hunk #18 succeeded at 779 (offset -1 lines).
Hunk #19 succeeded at 796 (offset -1 lines).
Hunk #20 succeeded at 822 (offset -1 lines).
Hunk #21 succeeded at 834 (offset -1 lines).
Hunk #22 succeeded at 863 (offset -1 lines).
Hunk #23 succeeded at 883 (offset -1 lines).
Hunk #24 succeeded at 933 (offset -1 lines).
Hunk #25 succeeded at 952 (offset -1 lines).
Hunk #26 succeeded at 990 (offset -1 lines).
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
Checking patch drivers/net/cpfl/cpfl_rxtx_vec_common.h...
Applying patch drivers/net/cpfl/cpfl_ethdev.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
Hunk #8 applied cleanly.
Hunk #9 applied cleanly.
Hunk #10 applied cleanly.
Hunk #11 applied cleanly.
Hunk #12 applied cleanly.
Hunk #13 applied cleanly.
Hunk #14 applied cleanly.
Hunk #15 applied cleanly.
Hunk #16 applied cleanly.
Rejected hunk #17.
Hunk #18 applied cleanly.
Hunk #19 applied cleanly.
Hunk #20 applied cleanly.
Hunk #21 applied cleanly.
Hunk #22 applied cleanly.
Hunk #23 applied cleanly.
Hunk #24 applied cleanly.
Applied patch drivers/net/cpfl/cpfl_ethdev.h cleanly.
Applied patch drivers/net/cpfl/cpfl_rxtx.c cleanly.
Applied patch drivers/net/cpfl/cpfl_rxtx.h cleanly.
Applied patch drivers/net/cpfl/cpfl_rxtx_vec_common.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/cpfl/cpfl_ethdev.c b/drivers/net/cpfl/cpfl_ethdev.c	(rejected hunks)
@@ -813,7 +823,8 @@ cpfl_dev_start(struct rte_eth_dev *dev)
 static int
 cpfl_dev_stop(struct rte_eth_dev *dev)
 {
-	struct idpf_vport *vport = dev->data->dev_private;
+	struct cpfl_vport *cpfl_vport = dev->data->dev_private;
+	struct idpf_vport *vport = &cpfl_vport->base;
 
 	if (dev->data->dev_started == 0)
 		return 0;
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
error: drivers/net/cpfl/cpfl_ethdev.h: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_ethdev.h...
error: drivers/net/cpfl/cpfl_ethdev.h: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
error: drivers/net/cpfl/cpfl_rxtx.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx_vec_common.h...
error: drivers/net/cpfl/cpfl_rxtx_vec_common.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
error: drivers/net/cpfl/cpfl_rxtx.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.c...
error: drivers/net/cpfl/cpfl_rxtx.c: does not match index
Checking patch drivers/net/cpfl/cpfl_rxtx.h...
error: drivers/net/cpfl/cpfl_rxtx.h: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: drivers/net/cpfl/cpfl_ethdev.c: does not match index
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch doc/guides/nics/cpfl.rst...
error: while searching for:
  A value "P" means the offload feature is not supported by vector path.
  If any not supported features are used, cpfl vector PMD is disabled
  and the scalar paths are chosen.

error: patch failed: doc/guides/nics/cpfl.rst:106
Applying patch doc/guides/nics/cpfl.rst with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst	(rejected hunks)
@@ -106,3 +106,10 @@ The paths are chosen based on 2 conditions:
   A value "P" means the offload feature is not supported by vector path.
   If any not supported features are used, cpfl vector PMD is disabled
   and the scalar paths are chosen.
+
+Hairpin queue
+~~~~~~~~~~~~~
+
+ E2100 Series can loopback packets from RX port to TX port, this feature is
+ called port-to-port or hairpin.
+ Currently, the PMD only supports single port hairpin.

https://lab.dpdk.org/results/dashboard/patchsets/26543/

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2023-06-09 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 21:51 |WARNING| pw128148-128161 [PATCH] [v10, 14/14] doc: update the doc of CPFL PMD dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-06-08 21:47 dpdklab
2023-06-06  2:50 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).