[dpdk-test-report] |FAILURE| pw65387[v3] app/testpmd: fix copying the name of the dynflag

sys_stv at intel.com sys_stv at intel.com
Tue Feb 18 08:06:35 CET 2020


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

_apply issues_

Submitter: Ori Kam <orika at mellanox.com>
Date: 2020-01-30 21:04:04
Reply_mail: 1580418244-6462-1-git-send-email-orika at mellanox.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: b4f0d798756da08d1a061b26bd8fffbcd5968ea8
	Repo:dpdk, CommitID: bc3282125b72ccfe8641f0826955a384f40ca775

*Repo: dpdk-next-net
return;
	flag = rte_mbuf_dynflag_lookup(res->name, NULL);
	if (flag <= 0) {
		strcpy(desc_flag.name, res->name);

error: patch failed: app/test-pmd/cmdline.c:18865
error: app/test-pmd/cmdline.c: patch does not apply
*Repo: dpdk
return;
	flag = rte_mbuf_dynflag_lookup(res->name, NULL);
	if (flag <= 0) {
		strcpy(desc_flag.name, res->name);

error: patch failed: app/test-pmd/cmdline.c:18865
error: app/test-pmd/cmdline.c: patch does not apply

DPDK STV team


More information about the test-report mailing list