|WARNING| pw111005 [PATCH] [v4] net/nfp: make sure MTU is never larger than mbufsize

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Wed May 11 03:28:41 CEST 2022


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

_apply patch failure_

Submitter: Peng Zhang <peng.zhang at 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


More information about the test-report mailing list