[dpdk-test-report] |FAILURE| pw65962app/testpmd: fix wrong return value in parse_port_list

sys_stv at intel.com sys_stv at intel.com
Tue Feb 25 08:45:49 CET 2020


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

_apply issues_

Submitter: Hariprasad Govindharajan <hariprasad.govindharajan at intel.com>
Date: 2020-02-20 13:26:31
Reply_mail: 1582205191-14105-1-git-send-email-hariprasad.govindharajan at intel.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240
	Repo:dpdk, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240

*Repo: dpdk-next-net
return -1;

	for (i = 0; i < (int)maxsize; i++)
		marked[i] = 0;

error: patch failed: app/test-pmd/config.c:2642
error: app/test-pmd/config.c: patch does not apply
*Repo: dpdk
return -1;

	for (i = 0; i < (int)maxsize; i++)
		marked[i] = 0;

error: patch failed: app/test-pmd/config.c:2642
error: app/test-pmd/config.c: patch does not apply

DPDK STV team


More information about the test-report mailing list