[dpdk-test-report] |FAILURE| pw65902app/testpmd: guarantee that array access is in range

sys_stv at intel.com sys_stv at intel.com
Mon Feb 24 21:07:29 CET 2020


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

_apply issues_

Submitter: Ferruh Yigit <ferruh.yigit at intel.com>
Date: 2020-02-19 12:40:03
Reply_mail: 20200219124003.1025267-1-ferruh.yigit at intel.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240
	Repo:dpdk, CommitID: fbd54248bb18040166a3e6d792282bd5ca5ed240

*Repo: dpdk-next-net
for (i = 0; i < portcount && valid_port_count < portcount; i++) {
		if (rte_eth_dev_is_valid_port(portindex[i])) {
			portindex[valid_port_count] = portindex[i];
			valid_port_count++;

error: patch failed: app/test-pmd/config.c:2703
error: app/test-pmd/config.c: patch does not apply
*Repo: dpdk
for (i = 0; i < portcount && valid_port_count < portcount; i++) {
		if (rte_eth_dev_is_valid_port(portindex[i])) {
			portindex[valid_port_count] = portindex[i];
			valid_port_count++;

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

DPDK STV team


More information about the test-report mailing list