[dpdk-test-report] |FAILURE| pw60400[v2, 02/17] net/bnxt: fix traffic failure with higher mbuf size

sys_stv at intel.com sys_stv at intel.com
Wed Oct 2 08:05:43 CEST 2019


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/60400

_apply issues_

Submitter: Ajit Khaparde <ajit.khaparde at broadcom.com>
Date: 2019-10-02 05:54:08
Reply_mail: 20191002055423.99659-3-ajit.khaparde at broadcom.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: d49603df1aa275c275684ccf792cd2aab1e57e2f
	Repo:dpdk, CommitID: bd253daa7717835f88bbc58b09a94d0060380396

Apply patchset failed, the failed patch is:                                    http://dpdk.org/patch/60400
*Repo: dpdk
new_pkt_size = new_mtu + RTE_ETHER_HDR_LEN + RTE_ETHER_CRC_LEN +
		       VLAN_TAG_SIZE * BNXT_NUM_VLANS;

	rc = bnxt_dev_info_get_op(eth_dev, &dev_info);
	if (rc != 0) {
		PMD_DRV_LOG(ERR, "Error during getting ethernet device info\n");
		return rc;
	}

	if (new_mtu < RTE_ETHER_MIN_MTU || new_mtu > BNXT_MAX_MTU) {
		PMD_DRV_LOG(ERR, "MTU requested must be within (%d, %d)\n",
--

#ifdef RTE_ARCH_X86
	/*
	 * If vector-mode tx/rx is active, disallow any MTU change that would

error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:1979
error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_hwrm.c...
Hunk #1 succeeded at 1176 (offset -57 lines).
Hunk #2 succeeded at 1207 (offset -57 lines).
Hunk #3 succeeded at 1824 (offset -57 lines).

DPDK STV team


More information about the test-report mailing list