[dpdk-test-report] |FAILURE| pw63851[FDIO] dpdk: add devargs support

sys_stv at intel.com sys_stv at intel.com
Fri Dec 13 17:50:38 CET 2019


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

_apply issues_

Submitter: chenmin.sun at intel.com
Date: 2019-12-13 23:35:54
Reply_mail: 20191213233554.90866-1-chenmin.sun at intel.com
DPDK git baseline:
	Repo:dpdk, CommitID: c3e89f69facbbfe131b6a6723665d48801ac943d

*Repo: dpdk
net/mlx: fix build with clang 9
    
    This rewrites the MKSTR macro appending an empty string to its arguments
    to resolve build failures similar to:
    
      drivers/net/mlx4/mlx4.c:461:14: fatal error: format string is not a
      string literal [-Wformat-nonliteral]
              MKSTR(path, "%s/device/uevent", device->ibdev_path);
    
      drivers/net/mlx4/mlx4_utils.h:82:30: note: expanded from macro 'MKSTR'
              char name[snprintf(NULL, 0, __VA_ARGS__) + 1]; \
    
      drivers/net/mlx5/mlx5_stats.c:144:15: fatal error: format string is not a
      string literal [-Wformat-nonliteral]
            MKSTR(path, "%s/ports/%d/hw_counters/%s",
    
      drivers/net/mlx5/mlx5_utils.h:149:30: note: expanded from macro 'MKSTR'
            char name[snprintf(NULL, 0, __VA_ARGS__) + 1]; \

DPDK STV team


More information about the test-report mailing list