automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw114719 [PATCH v2] net/tap: Allow jumbo frames
       [not found] <685052b7-2a27-32e6-9671-b1a28f6ba604@tutus.se>
@ 2022-08-08 11:32 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-08-08 11:32 UTC (permalink / raw)
  To: test-report; +Cc: Francesco Mancino

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/114719

_coding style issues_

Must be a reply to the first patch (--in-reply-to).


ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 0 warnings, 0 checks, 8 lines checked

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

* |WARNING| pw114719 [PATCH] [v2] net/tap: Allow jumbo frames
@ 2022-08-08 11:40 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-08-08 11:40 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Francesco Mancino <francesco.mancino@tutus.se>
Date: Monday, August 08 2022 11:32:09 
Applied on: CommitID:72206323a5dd3182b13f61b25a64abdddfee595c
Apply patch set 114719 failed:

Checking patch drivers/net/tap/rte_eth_tap.c...
error: while searching for:
 
 	dev_info->if_index = internals->if_index;
 	dev_info->max_mac_addrs = 1;
	dev_info->max_rx_pktlen = (uint32_t)RTE_ETHER_MAX_VLAN_FRAME_LEN;
 	dev_info->max_rx_queues = RTE_PMD_TAP_MAX_QUEUES;
 	dev_info->max_tx_queues = RTE_PMD_TAP_MAX_QUEUES;
 	dev_info->min_rx_bufsize = 0;

error: patch failed: drivers/net/tap/rte_eth_tap.c:1066
Applying patch drivers/net/tap/rte_eth_tap.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/tap/rte_eth_tap.c b/drivers/net/tap/rte_eth_tap.c	(rejected hunks)
@@ -1066,7 +1066,7 @@ tap_dev_info(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
  
  	dev_info->if_index = internals->if_index;
  	dev_info->max_mac_addrs = 1;
-	dev_info->max_rx_pktlen = (uint32_t)RTE_ETHER_MAX_VLAN_FRAME_LEN;
+	dev_info->max_rx_pktlen = (uint32_t)RTE_ETHER_MAX_JUMBO_FRAME_LEN;
  	dev_info->max_rx_queues = RTE_PMD_TAP_MAX_QUEUES;
  	dev_info->max_tx_queues = RTE_PMD_TAP_MAX_QUEUES;
  	dev_info->min_rx_bufsize = 0;

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

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2022-08-08 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <685052b7-2a27-32e6-9671-b1a28f6ba604@tutus.se>
2022-08-08 11:32 ` |WARNING| pw114719 [PATCH v2] net/tap: Allow jumbo frames checkpatch
2022-08-08 11:40 |WARNING| pw114719 [PATCH] [v2] " 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).