|WARNING| pw105420 [PATCH v4 11/25] net/spnic: add queue pairs context initialization
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Sat Dec 25 12:32:32 CET 2021
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/105420
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#1091: FILE: drivers/net/spnic/spnic_io.c:508:
+				    "err: %d, out_param: %" PRIu64 "",
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'queue' - possible side-effects?
#1402: FILE: drivers/net/spnic/spnic_io.h:75:
+#define	NIC_WQE_ADDR(queue, idx) ((void *)((u64)((queue)->queue_buf_vaddr) + \
+				       ((idx) << (queue)->wqebb_shift)))
total: 0 errors, 0 warnings, 2 checks, 1518 lines checked
    
    
More information about the test-report
mailing list