[dpdk-test-report] |FAILURE| pw63867[v2, 4/9] net/hns3: modify custom macro

sys_stv at intel.com sys_stv at intel.com
Thu Jan 23 05:27:41 CET 2020


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

_apply issues_

Submitter: Wei Hu (Xavier) <huwei013 at chinasoftinc.com>
Date: 2019-12-14 10:29:29
Reply_mail: 20191214102934.50491-5-huwei013 at chinasoftinc.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: e53a99ffb6b41c2e056a618a182516fe28e733d4
	Repo:dpdk, CommitID: 73c392e24f5e29acbe53044dccb6b07ebbae2467

*Repo: dpdk-next-net
req->min_frm_size = HNS3_MIN_FRAME_LEN;

	return hns3_cmd_send(hw, &desc, 1);
}

error: patch failed: drivers/net/hns3/hns3_ethdev.c:2148
error: drivers/net/hns3/hns3_ethdev.c: patch does not apply
Checking patch drivers/net/hns3/hns3_ethdev.h...
error: while searching for:
#define HNS3_MAX_BD_SIZE		65535
#define HNS3_MAX_TX_BD_PER_PKT		8
--
#define HNS3_MIN_FRAME_LEN		64
#define HNS3_VLAN_TAG_SIZE		4
#define HNS3_DEFAULT_RX_BUF_LEN		2048


error: patch failed: drivers/net/hns3/hns3_ethdev.h:33
error: drivers/net/hns3/hns3_ethdev.h: patch does not apply
Checking patch drivers/net/hns3/hns3_rxtx.c...
error: while searching for:
		m = tx_pkts[i];

--
		if (m->pkt_len < HNS3_MIN_FRAME_LEN) {
			rte_errno = EINVAL;
			return i;
		}

error: patch failed: drivers/net/hns3/hns3_rxtx.c:1561
error: drivers/net/hns3/hns3_rxtx.c: patch does not apply
*Repo: dpdk
req->min_frm_size = HNS3_MIN_FRAME_LEN;

	return hns3_cmd_send(hw, &desc, 1);
}

error: patch failed: drivers/net/hns3/hns3_ethdev.c:2148
error: drivers/net/hns3/hns3_ethdev.c: patch does not apply
Checking patch drivers/net/hns3/hns3_ethdev.h...
error: while searching for:
#define HNS3_MAX_BD_SIZE		65535
#define HNS3_MAX_TX_BD_PER_PKT		8
--
#define HNS3_MIN_FRAME_LEN		64
#define HNS3_VLAN_TAG_SIZE		4
#define HNS3_DEFAULT_RX_BUF_LEN		2048


error: patch failed: drivers/net/hns3/hns3_ethdev.h:33
error: drivers/net/hns3/hns3_ethdev.h: patch does not apply
Checking patch drivers/net/hns3/hns3_rxtx.c...
error: while searching for:
		m = tx_pkts[i];

--
		if (m->pkt_len < HNS3_MIN_FRAME_LEN) {
			rte_errno = EINVAL;
			return i;
		}

error: patch failed: drivers/net/hns3/hns3_rxtx.c:1561
error: drivers/net/hns3/hns3_rxtx.c: patch does not apply

DPDK STV team


More information about the test-report mailing list