automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw118737 [PATCH] [v1] net/ice: fix format overflow warning for meson build
@ 2022-10-20  3:47 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-10-20  3:47 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 1215 bytes --]

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

_apply patch failure_

Submitter: Steve Yang <stevex.yang@intel.com>
Date: Thursday, October 20 2022 03:21:01 
Applied on: CommitID:a74b1b25136a592c275afbfa6b70771469750aee
Apply patch set 118737 failed:

Checking patch drivers/net/ice/ice_ddp_package.c...
error: while searching for:
	hw = ICE_DEV_PRIVATE_TO_HW(dev->data->dev_private);

	/* table index string format: "0000:" */
	#define TBL_IDX_STR_SIZE  6
	for (i = 0; i < ICE_BLK_MAX_COUNT; i++) {
		int res;
		uint16_t buff_size;

error: patch failed: drivers/net/ice/ice_ddp_package.c:445
Applying patch drivers/net/ice/ice_ddp_package.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/ice/ice_ddp_package.c b/drivers/net/ice/ice_ddp_package.c	(rejected hunks)
@@ -445,7 +445,7 @@ ice_dump_switch(struct rte_eth_dev *dev, uint8_t **buff2, uint32_t *size)
 	hw = ICE_DEV_PRIVATE_TO_HW(dev->data->dev_private);
 
 	/* table index string format: "0000:" */
-	#define TBL_IDX_STR_SIZE  6
+	#define TBL_IDX_STR_SIZE 7
 	for (i = 0; i < ICE_BLK_MAX_COUNT; i++) {
 		int res;
 		uint16_t buff_size;

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-20  3:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20  3:47 |WARNING| pw118737 [PATCH] [v1] net/ice: fix format overflow warning for meson build 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).