automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw60357 [PATCH v2 2/5] ipsec: add SAD create/destroy implementation
       [not found] <86484bd6ca5228296c61716529afe80ece068bc6.1569867491.git.vladimir.medvedkin@intel.com>
@ 2019-10-01 17:26 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-10-01 17:26 UTC (permalink / raw)
  To: test-report; +Cc: Vladimir Medvedkin

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/60357

_coding style issues_


WARNING:VSPRINTF_POINTER_EXTENSION: Invalid vsprintf pointer extension '%p_'
#155: FILE: lib/librte_ipsec/ipsec_sad.c:118:
+	ret = snprintf(hash_name, sizeof(hash_name),
+		"sad_%p_1", sad);

WARNING:VSPRINTF_POINTER_EXTENSION: Invalid vsprintf pointer extension '%p_'
#167: FILE: lib/librte_ipsec/ipsec_sad.c:130:
+	}
+
+	/** 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_'
#189: FILE: lib/librte_ipsec/ipsec_sad.c:152:
+	}
+
+	/** Init hash_3 for SPI + DIP + SIP */
+	ret = snprintf(hash_name, sizeof(hash_name),
+		"sad_%p_3", name);

total: 0 errors, 3 warnings, 271 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-01 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <86484bd6ca5228296c61716529afe80ece068bc6.1569867491.git.vladimir.medvedkin@intel.com>
2019-10-01 17:26 ` [dpdk-test-report] |WARNING| pw60357 [PATCH v2 2/5] ipsec: add SAD create/destroy implementation 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).