automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw111005 [PATCH] [v4] net/nfp: make sure MTU is never larger than mbufsize
@ 2022-05-11  1:28 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-05-11  1:28 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Peng Zhang <peng.zhang@corigine.com>
Date: Wednesday, May 11 2022 01:15:53 
Applied on: CommitID:36db4a1ad46448a2610133b021677ce6a0e0534e
Apply patch set 111005 failed:

Checking patch drivers/net/nfp/nfp_common.c...
error: while searching for:
	 */
	dev_info->max_rx_pktlen = NFP_FRAME_SIZE_MAX;
	dev_info->max_mtu = hw->max_mtu;
	/* Next should change when PF support is implemented */
	dev_info->max_mac_addrs = 1;


error: patch failed: drivers/net/nfp/nfp_common.c:702
Hunk #3 succeeded at 959 (offset -10 lines).
Applying patch drivers/net/nfp/nfp_common.c with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
Hunk #3 applied cleanly.
diff a/drivers/net/nfp/nfp_common.c b/drivers/net/nfp/nfp_common.c	(rejected hunks)
@@ -702,6 +709,7 @@ nfp_net_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
 	 */
 	dev_info->max_rx_pktlen = NFP_FRAME_SIZE_MAX;
 	dev_info->max_mtu = hw->max_mtu;
+	dev_info->min_mtu = RTE_ETHER_MIN_MTU;
 	/* Next should change when PF support is implemented */
 	dev_info->max_mac_addrs = 1;
 

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2022-05-11  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11  1:28 |WARNING| pw111005 [PATCH] [v4] net/nfp: make sure MTU is never larger than mbufsize 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).