[dpdk-test-report] |FAILURE| pw65977[v2] app/testpmd: fix return value in portlist parser

sys_stv at intel.com sys_stv at intel.com
Wed Feb 26 02:06:08 CET 2020


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

_apply issues_

Submitter: Hariprasad Govindharajan <hariprasad.govindharajan at intel.com>
Date: 2020-02-20 15:43:22
Reply_mail: 1582213402-18941-1-git-send-email-hariprasad.govindharajan at intel.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240
	Repo:dpdk, CommitID: 93be73ddf0e657262085ce530a6a422896426976

*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