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

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 03:15:13 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127814 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/26479/

UNH-IOL DPDK Community Lab

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

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 03:15:13 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127814 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/26479/

UNH-IOL DPDK Community Lab

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

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 03:15:13 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127814 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/26479/

UNH-IOL DPDK Community Lab

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

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 03:15:13 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127814 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/26479/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 7+ messages in thread
* |WARNING| pw127814 [PATCH] net/gve: fix bug in verify driver compatibility
@ 2023-06-09 22:41 dpdklab
  0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2023-06-09 22:41 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 03:15:13 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127814 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/26479/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 7+ messages in thread
* |WARNING| pw127814 [PATCH] net/gve: fix bug in verify driver compatibility
@ 2023-06-01  3:30 dpdklab
  0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2023-06-01  3:30 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Thursday, June 01 2023 03:15:13 
Applied on: CommitID:c9df59bcc9bec67783de98486879594e52bdc418
Apply patch set 127814 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/26479/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <20230601031513.453016-1-rushilg@google.com>]

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-11 17:44 |WARNING| pw127814 [PATCH] net/gve: fix bug in verify driver compatibility dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11 18:13 dpdklab
2023-06-11 17:58 dpdklab
2023-06-10 19:04 dpdklab
2023-06-09 22:41 dpdklab
2023-06-01  3:30 dpdklab
     [not found] <20230601031513.453016-1-rushilg@google.com>
2023-06-01  3:17 ` checkpatch

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