automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Subject: [dpdk-test-report] |WARNING| pw60357 [PATCH v2 2/5] ipsec: add SAD create/destroy implementation
Date: Tue,  1 Oct 2019 19:26:18 +0200 (CEST)	[thread overview]
Message-ID: <20191001172618.808E61BED3@dpdk.org> (raw)
In-Reply-To: <86484bd6ca5228296c61716529afe80ece068bc6.1569867491.git.vladimir.medvedkin@intel.com>

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

           reply	other threads:[~2019-10-01 17:26 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <86484bd6ca5228296c61716529afe80ece068bc6.1569867491.git.vladimir.medvedkin@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191001172618.808E61BED3@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=vladimir.medvedkin@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).