* [dpdk-test-report] |WARNING| pw57667 [RFC 2/5] ipsec: add SAD create/free API
[not found] <1565709186-273340-3-git-send-email-vladimir.medvedkin@intel.com>
@ 2019-08-13 15:13 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-08-13 15:13 UTC (permalink / raw)
To: test-report; +Cc: Vladimir Medvedkin
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/57667
_coding style issues_
WARNING:VSPRINTF_POINTER_EXTENSION: Invalid vsprintf pointer extension '%p_'
#145: FILE: lib/librte_ipsec/ipsec_sad.c:108:
+ ret = snprintf(hash_name, sizeof(hash_name),
+ "sad_%p_1", sad);
WARNING:VSPRINTF_POINTER_EXTENSION: Invalid vsprintf pointer extension '%p_'
#157: FILE: lib/librte_ipsec/ipsec_sad.c:120:
+ }
+
+ /** Init hash_2 for SPI + DIP */
+ ret = snprintf(hash_name, sizeof(hash_name),
+ "sad_%p_2", sad);
WARNING:VSPRINTF_POINTER_EXTENSION: Invalid vsprintf pointer extension '%p_'
#178: FILE: lib/librte_ipsec/ipsec_sad.c:141:
+ }
+
+ /** Init hash_3 for SPI + DIP + SIP */
+ ret = snprintf(hash_name, sizeof(hash_name),
+ "sad_%p_3", name);
total: 0 errors, 3 warnings, 259 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-08-13 15:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1565709186-273340-3-git-send-email-vladimir.medvedkin@intel.com>
2019-08-13 15:13 ` [dpdk-test-report] |WARNING| pw57667 [RFC 2/5] ipsec: add SAD create/free API checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).