automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw127103-127109 [PATCH] [v4, 7/7] net/idpf: adjust timestamp mbuf register
@ 2023-05-19  9:21 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2023-05-19  9:21 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Wenjing Qiao <wenjing.qiao@intel.com>
Date: Friday, May 19 2023 08:31:10 
Applied on: CommitID:a399d7b5a994e335c446d4b15d7622d71dd8848c
Apply patch set 127103-127109 failed:

Checking patch drivers/net/idpf/idpf_ethdev.c...
error: while searching for:
idpf_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/idpf/idpf_ethdev.c:808
error: while searching for:

	idpf_vc_vectors_dealloc(vport);

	return 0;
}


error: patch failed: drivers/net/idpf/idpf_ethdev.c:820
Applying patch drivers/net/idpf/idpf_ethdev.c with 2 rejects...
Hunk #1 applied cleanly.
Rejected hunk #2.
Rejected hunk #3.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/idpf/idpf_ethdev.c b/drivers/net/idpf/idpf_ethdev.c	(rejected hunks)
@@ -808,6 +811,7 @@ static int
 idpf_dev_stop(struct rte_eth_dev *dev)
 {
 	struct idpf_vport *vport = dev->data->dev_private;
+	struct idpf_adapter *base = vport->adapter;
 
 	if (dev->data->dev_started == 0)
 		return 0;
@@ -820,6 +824,9 @@ idpf_dev_stop(struct rte_eth_dev *dev)
 
 	idpf_vc_vectors_dealloc(vport);
 
+	if (dev->data->dev_conf.rxmode.offloads & RTE_ETH_RX_OFFLOAD_TIMESTAMP)
+		idpf_rx_timestamp_stop(base);
+
 	return 0;
 }
 
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: while searching for:
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:814
error: while searching for:

	idpf_vc_vectors_dealloc(vport);

	return 0;
}


error: patch failed: drivers/net/cpfl/cpfl_ethdev.c:826
Applying patch drivers/net/cpfl/cpfl_ethdev.c with 2 rejects...
Hunk #1 applied cleanly.
Rejected hunk #2.
Rejected hunk #3.
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)
@@ -814,6 +817,7 @@ static int
 cpfl_dev_stop(struct rte_eth_dev *dev)
 {
 	struct idpf_vport *vport = dev->data->dev_private;
+	struct idpf_adapter *base = vport->adapter;
 
 	if (dev->data->dev_started == 0)
 		return 0;
@@ -826,6 +830,9 @@ cpfl_dev_stop(struct rte_eth_dev *dev)
 
 	idpf_vc_vectors_dealloc(vport);
 
+	if (dev->data->dev_conf.rxmode.offloads & RTE_ETH_RX_OFFLOAD_TIMESTAMP)
+		idpf_rx_timestamp_stop(base);
+
 	return 0;
 }
 
Checking patch drivers/common/idpf/base/idpf_osdep.h...
error: while searching for:
#include <rte_io.h>
#include <rte_compat.h>

#define INLINE inline
#define STATIC static


error: patch failed: drivers/common/idpf/base/idpf_osdep.h:25
Hunk #2 succeeded at 343 (offset -10 lines).
Checking patch drivers/common/idpf/idpf_common_rxtx.c...
Checking patch drivers/common/idpf/meson.build...
Hunk #1 succeeded at 43 (offset -2 lines).
Applying patch drivers/common/idpf/base/idpf_osdep.h with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Applied patch drivers/common/idpf/idpf_common_rxtx.c cleanly.
Applied patch drivers/common/idpf/meson.build cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/common/idpf/base/idpf_osdep.h b/drivers/common/idpf/base/idpf_osdep.h	(rejected hunks)
@@ -25,6 +25,13 @@
 #include <rte_io.h>
 #include <rte_compat.h>
 
+#ifdef IDPF_ACC_TIMESTAMP
+#include <stdio.h>
+#include <fcntl.h>
+#include <unistd.h>
+#include <sys/mman.h>
+#endif /* IDPF_ACC_TIMESTAMP */
+
 #define INLINE inline
 #define STATIC static
 
Checking patch drivers/common/idpf/idpf_common_rxtx.c...
error: drivers/common/idpf/idpf_common_rxtx.c: does not match index
Checking patch drivers/common/idpf/idpf_common_rxtx.h...
Hunk #1 succeeded at 142 (offset -3 lines).
Applied patch drivers/common/idpf/idpf_common_rxtx.h cleanly.
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...
Hunk #1 succeeded at 529 (offset -1 lines).
Applied patch drivers/net/cpfl/cpfl_rxtx.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/idpf/idpf_ethdev.c...
error: drivers/net/idpf/idpf_ethdev.c: does not match index
Checking patch drivers/net/idpf/idpf_rxtx.c...
Hunk #1 succeeded at 529 (offset -2 lines).
Applied patch drivers/net/idpf/idpf_rxtx.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch

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

UNH-IOL DPDK Community Lab

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

* |WARNING| pw127103-127109 [PATCH] [v4, 7/7] net/idpf: adjust timestamp mbuf register
@ 2023-05-19  9:01 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2023-05-19  9:01 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Wenjing Qiao <wenjing.qiao@intel.com>
Date: Friday, May 19 2023 08:31:10 
Applied on: CommitID:a399d7b5a994e335c446d4b15d7622d71dd8848c
Apply patch set 127103-127109 failed:

Checking patch drivers/net/idpf/idpf_ethdev.c...
error: while searching for:
idpf_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/idpf/idpf_ethdev.c:808
error: while searching for:

	idpf_vc_vectors_dealloc(vport);

	return 0;
}


error: patch failed: drivers/net/idpf/idpf_ethdev.c:820
Applying patch drivers/net/idpf/idpf_ethdev.c with 2 rejects...
Hunk #1 applied cleanly.
Rejected hunk #2.
Rejected hunk #3.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/idpf/idpf_ethdev.c b/drivers/net/idpf/idpf_ethdev.c	(rejected hunks)
@@ -808,6 +811,7 @@ static int
 idpf_dev_stop(struct rte_eth_dev *dev)
 {
 	struct idpf_vport *vport = dev->data->dev_private;
+	struct idpf_adapter *base = vport->adapter;
 
 	if (dev->data->dev_started == 0)
 		return 0;
@@ -820,6 +824,9 @@ idpf_dev_stop(struct rte_eth_dev *dev)
 
 	idpf_vc_vectors_dealloc(vport);
 
+	if (dev->data->dev_conf.rxmode.offloads & RTE_ETH_RX_OFFLOAD_TIMESTAMP)
+		idpf_rx_timestamp_stop(base);
+
 	return 0;
 }
 
Checking patch drivers/net/cpfl/cpfl_ethdev.c...
error: while searching for:
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:814
error: while searching for:

	idpf_vc_vectors_dealloc(vport);

	return 0;
}


error: patch failed: drivers/net/cpfl/cpfl_ethdev.c:826
Applying patch drivers/net/cpfl/cpfl_ethdev.c with 2 rejects...
Hunk #1 applied cleanly.
Rejected hunk #2.
Rejected hunk #3.
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)
@@ -814,6 +817,7 @@ static int
 cpfl_dev_stop(struct rte_eth_dev *dev)
 {
 	struct idpf_vport *vport = dev->data->dev_private;
+	struct idpf_adapter *base = vport->adapter;
 
 	if (dev->data->dev_started == 0)
 		return 0;
@@ -826,6 +830,9 @@ cpfl_dev_stop(struct rte_eth_dev *dev)
 
 	idpf_vc_vectors_dealloc(vport);
 
+	if (dev->data->dev_conf.rxmode.offloads & RTE_ETH_RX_OFFLOAD_TIMESTAMP)
+		idpf_rx_timestamp_stop(base);
+
 	return 0;
 }
 
Checking patch drivers/common/idpf/base/idpf_osdep.h...
error: while searching for:
#include <rte_io.h>
#include <rte_compat.h>

#define INLINE inline
#define STATIC static


error: patch failed: drivers/common/idpf/base/idpf_osdep.h:25
Hunk #2 succeeded at 343 (offset -10 lines).
Checking patch drivers/common/idpf/idpf_common_rxtx.c...
Checking patch drivers/common/idpf/meson.build...
Hunk #1 succeeded at 43 (offset -2 lines).
Applying patch drivers/common/idpf/base/idpf_osdep.h with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Applied patch drivers/common/idpf/idpf_common_rxtx.c cleanly.
Applied patch drivers/common/idpf/meson.build cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/common/idpf/base/idpf_osdep.h b/drivers/common/idpf/base/idpf_osdep.h	(rejected hunks)
@@ -25,6 +25,13 @@
 #include <rte_io.h>
 #include <rte_compat.h>
 
+#ifdef IDPF_ACC_TIMESTAMP
+#include <stdio.h>
+#include <fcntl.h>
+#include <unistd.h>
+#include <sys/mman.h>
+#endif /* IDPF_ACC_TIMESTAMP */
+
 #define INLINE inline
 #define STATIC static
 
Checking patch drivers/common/idpf/idpf_common_rxtx.c...
error: drivers/common/idpf/idpf_common_rxtx.c: does not match index
Checking patch drivers/common/idpf/idpf_common_rxtx.h...
Hunk #1 succeeded at 142 (offset -3 lines).
Applied patch drivers/common/idpf/idpf_common_rxtx.h cleanly.
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...
Hunk #1 succeeded at 529 (offset -1 lines).
Applied patch drivers/net/cpfl/cpfl_rxtx.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
Checking patch drivers/net/idpf/idpf_ethdev.c...
error: drivers/net/idpf/idpf_ethdev.c: does not match index
Checking patch drivers/net/idpf/idpf_rxtx.c...
Hunk #1 succeeded at 529 (offset -2 lines).
Applied patch drivers/net/idpf/idpf_rxtx.c cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch

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

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2023-05-19  9:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-19  9:21 |WARNING| pw127103-127109 [PATCH] [v4, 7/7] net/idpf: adjust timestamp mbuf register dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-05-19  9:01 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).