[dpdk-test-report] |FAILURE| pw70165[2/2] test: add support for testing bitrate stats free

sys_stv at intel.com sys_stv at intel.com
Wed May 13 22:46:59 CEST 2020


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

_apply issues_

Submitter: Hemant Agrawal <hemant.agrawal at nxp.com>
Date: 2020-05-13 11:38:22
Reply_mail: 20200513113822.8681-2-hemant.agrawal at nxp.com
DPDK git baseline:
	Repo:dpdk, CommitID: a8b8a863179e0a8478d488bb8545e632ed163456

*Repo: dpdk
Hence this patch explicitly initializes vec register
    to fix the issue.
    
    In file included from ip4_lookup.c:34:0:
    ip4_lookup_neon.h: n function ‘ip4_lookup_node_process’: \
    ip4_lookup_neon.h:25:12: error: ‘dip’ may be used uninitialized in \
            this function [-Werror=maybe-uninitialized]
      int32x4_t dip;
                ^
    
    Fixes: 16df6a2c6671 ("node: add IPv4 lookup for arm64")
    
--
test_stats_bitrate_free(void)
{
	int ret = 0;

	ret = rte_metrics_deinit();
	TEST_ASSERT(ret >= 0, "Test Failed: rte_metrics_deinit failed");


error: patch failed: app/test/test_bitratestats.c:32
error: app/test/test_bitratestats.c: patch does not apply

DPDK STV team


More information about the test-report mailing list