automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw127815 [PATCH] net/gve: fix bug in verify driver compatibility
@ 2023-06-09 22:40 dpdklab
  0 siblings, 0 replies; 6+ messages in thread
From: dpdklab @ 2023-06-09 22:40 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 04:49:50 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127815 failed:

Checking patch drivers/net/gve/gve_ethdev.c...
error: while searching for:
			(char *)driver_info->os_version_str2);

	err = gve_adminq_verify_driver_compatibility(priv,
		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
	/* It's ok if the device doesn't support this */
	if (err == -EOPNOTSUPP)
		err = 0;

error: patch failed: drivers/net/gve/gve_ethdev.c:276
Applying patch drivers/net/gve/gve_ethdev.c with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/gve/gve_ethdev.c b/drivers/net/gve/gve_ethdev.c	(rejected hunks)
@@ -276,7 +276,8 @@ gve_verify_driver_compatibility(struct gve_priv *priv)
 			(char *)driver_info->os_version_str2);
 
 	err = gve_adminq_verify_driver_compatibility(priv,
-		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
+		sizeof(struct gve_driver_info),
+		(dma_addr_t)driver_info_mem->iova);
 	/* It's ok if the device doesn't support this */
 	if (err == -EOPNOTSUPP)
 		err = 0;

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

UNH-IOL DPDK Community Lab

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

* |WARNING| pw127815 [PATCH] net/gve: fix bug in verify driver compatibility
@ 2023-06-11 18:12 dpdklab
  0 siblings, 0 replies; 6+ messages in thread
From: dpdklab @ 2023-06-11 18:12 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 04:49:50 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127815 failed:

Checking patch drivers/net/gve/gve_ethdev.c...
error: while searching for:
			(char *)driver_info->os_version_str2);

	err = gve_adminq_verify_driver_compatibility(priv,
		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
	/* It's ok if the device doesn't support this */
	if (err == -EOPNOTSUPP)
		err = 0;

error: patch failed: drivers/net/gve/gve_ethdev.c:276
Applying patch drivers/net/gve/gve_ethdev.c with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/gve/gve_ethdev.c b/drivers/net/gve/gve_ethdev.c	(rejected hunks)
@@ -276,7 +276,8 @@ gve_verify_driver_compatibility(struct gve_priv *priv)
 			(char *)driver_info->os_version_str2);
 
 	err = gve_adminq_verify_driver_compatibility(priv,
-		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
+		sizeof(struct gve_driver_info),
+		(dma_addr_t)driver_info_mem->iova);
 	/* It's ok if the device doesn't support this */
 	if (err == -EOPNOTSUPP)
 		err = 0;

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

UNH-IOL DPDK Community Lab

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

* |WARNING| pw127815 [PATCH] net/gve: fix bug in verify driver compatibility
@ 2023-06-11 17:57 dpdklab
  0 siblings, 0 replies; 6+ messages in thread
From: dpdklab @ 2023-06-11 17:57 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 04:49:50 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127815 failed:

Checking patch drivers/net/gve/gve_ethdev.c...
error: while searching for:
			(char *)driver_info->os_version_str2);

	err = gve_adminq_verify_driver_compatibility(priv,
		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
	/* It's ok if the device doesn't support this */
	if (err == -EOPNOTSUPP)
		err = 0;

error: patch failed: drivers/net/gve/gve_ethdev.c:276
Applying patch drivers/net/gve/gve_ethdev.c with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/gve/gve_ethdev.c b/drivers/net/gve/gve_ethdev.c	(rejected hunks)
@@ -276,7 +276,8 @@ gve_verify_driver_compatibility(struct gve_priv *priv)
 			(char *)driver_info->os_version_str2);
 
 	err = gve_adminq_verify_driver_compatibility(priv,
-		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
+		sizeof(struct gve_driver_info),
+		(dma_addr_t)driver_info_mem->iova);
 	/* It's ok if the device doesn't support this */
 	if (err == -EOPNOTSUPP)
 		err = 0;

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

UNH-IOL DPDK Community Lab

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

* |WARNING| pw127815 [PATCH] net/gve: fix bug in verify driver compatibility
@ 2023-06-11 17:43 dpdklab
  0 siblings, 0 replies; 6+ messages in thread
From: dpdklab @ 2023-06-11 17:43 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 04:49:50 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127815 failed:

Checking patch drivers/net/gve/gve_ethdev.c...
error: while searching for:
			(char *)driver_info->os_version_str2);

	err = gve_adminq_verify_driver_compatibility(priv,
		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
	/* It's ok if the device doesn't support this */
	if (err == -EOPNOTSUPP)
		err = 0;

error: patch failed: drivers/net/gve/gve_ethdev.c:276
Applying patch drivers/net/gve/gve_ethdev.c with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/gve/gve_ethdev.c b/drivers/net/gve/gve_ethdev.c	(rejected hunks)
@@ -276,7 +276,8 @@ gve_verify_driver_compatibility(struct gve_priv *priv)
 			(char *)driver_info->os_version_str2);
 
 	err = gve_adminq_verify_driver_compatibility(priv,
-		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
+		sizeof(struct gve_driver_info),
+		(dma_addr_t)driver_info_mem->iova);
 	/* It's ok if the device doesn't support this */
 	if (err == -EOPNOTSUPP)
 		err = 0;

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

UNH-IOL DPDK Community Lab

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

* |WARNING| pw127815 [PATCH] net/gve: fix bug in verify driver compatibility
@ 2023-06-10 19:02 dpdklab
  0 siblings, 0 replies; 6+ messages in thread
From: dpdklab @ 2023-06-10 19:02 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 04:49:50 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127815 failed:

Checking patch drivers/net/gve/gve_ethdev.c...
error: while searching for:
			(char *)driver_info->os_version_str2);

	err = gve_adminq_verify_driver_compatibility(priv,
		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
	/* It's ok if the device doesn't support this */
	if (err == -EOPNOTSUPP)
		err = 0;

error: patch failed: drivers/net/gve/gve_ethdev.c:276
Applying patch drivers/net/gve/gve_ethdev.c with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/gve/gve_ethdev.c b/drivers/net/gve/gve_ethdev.c	(rejected hunks)
@@ -276,7 +276,8 @@ gve_verify_driver_compatibility(struct gve_priv *priv)
 			(char *)driver_info->os_version_str2);
 
 	err = gve_adminq_verify_driver_compatibility(priv,
-		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
+		sizeof(struct gve_driver_info),
+		(dma_addr_t)driver_info_mem->iova);
 	/* It's ok if the device doesn't support this */
 	if (err == -EOPNOTSUPP)
 		err = 0;

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

UNH-IOL DPDK Community Lab

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

* |WARNING| pw127815 [PATCH] net/gve: fix bug in verify driver compatibility
@ 2023-06-01  5:27 dpdklab
  0 siblings, 0 replies; 6+ messages in thread
From: dpdklab @ 2023-06-01  5:27 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 04:49:50 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127815 failed:

Checking patch drivers/net/gve/gve_ethdev.c...
error: while searching for:
			(char *)driver_info->os_version_str2);

	err = gve_adminq_verify_driver_compatibility(priv,
		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
	/* It's ok if the device doesn't support this */
	if (err == -EOPNOTSUPP)
		err = 0;

error: patch failed: drivers/net/gve/gve_ethdev.c:276
Applying patch drivers/net/gve/gve_ethdev.c with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/gve/gve_ethdev.c b/drivers/net/gve/gve_ethdev.c	(rejected hunks)
@@ -276,7 +276,8 @@ gve_verify_driver_compatibility(struct gve_priv *priv)
 			(char *)driver_info->os_version_str2);
 
 	err = gve_adminq_verify_driver_compatibility(priv,
-		sizeof(struct gve_driver_info), (dma_addr_t)driver_info);
+		sizeof(struct gve_driver_info),
+		(dma_addr_t)driver_info_mem->iova);
 	/* It's ok if the device doesn't support this */
 	if (err == -EOPNOTSUPP)
 		err = 0;

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

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2023-06-11 18:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 22:40 |WARNING| pw127815 [PATCH] net/gve: fix bug in verify driver compatibility dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11 18:12 dpdklab
2023-06-11 17:57 dpdklab
2023-06-11 17:43 dpdklab
2023-06-10 19:02 dpdklab
2023-06-01  5:27 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).