From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2204DA0597; Wed, 8 Apr 2020 14:55:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E3D1F1C12B; Wed, 8 Apr 2020 14:55:06 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 2706A1C0C7; Wed, 8 Apr 2020 14:55:06 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id B79B45C0291; Wed, 8 Apr 2020 08:55:05 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Wed, 08 Apr 2020 08:55:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=IxRJu2J7KfHssNIvdXtDI0QWmnD3l02u/uHkWCBw39c=; b=kz155pJnmfvZ ut9xu+v7AjS5EEC+nobwGHkPx+pJtS8I3FsFJSscN41qFg7xe5uAKN2ij8oko3QU 9dLsZnLJdnMwbXxb8tVC2EBEiDcvqmwWGWAz0Hg1LoiwNI1KJ2o8+MwDUt+57DUn uN7CiV7AU5NwWk7aOH5hUBTmj8sN0N0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=IxRJu2J7KfHssNIvdXtDI0QWmnD3l02u/uHkWCBw3 9c=; b=Cxvd+pF7VoWcRYibmSQf8BVIxnhEklDTjvmXy37f8HVCRBzBJ5hOD49Zs qcWT/NIsi75iWWoV22tjkk8Z4YtQPcgklPF11v8jun4gdK8MgxBkhXneXlleNYJK 8186vW+DbwK0zPl3HRSDUq6SSXHp4pRFqLzXPPBu0Or8LGdy1wU6pqPRhNVH30w6 Pe8bK/GfOoohk9iLjLa3XsGNL4YEcgcYmu36kiPX595+XcvkfrXaLl17U3hSe6QA 1aH7PqXupy31DR5tB0GpWM4z3JUPE3trYsPFfZ3JLX8PdLtBISzudfBsUioOr0Qi f4jdT//Cms3a+DHkW3HHCDP4z6a/w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudejgdehjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgepudenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3AE79306005B; Wed, 8 Apr 2020 08:54:59 -0400 (EDT) From: Thomas Monjalon To: Lukasz Wojciechowski Cc: Akhil Goyal , Declan Doherty , Aviad Yehezkel , Boris Pismenny , Radu Nicolau , Anoob Joseph , dev@dpdk.org, stable@dpdk.org Date: Wed, 08 Apr 2020 14:54:56 +0200 Message-ID: <1875710.PYKUYFuaPT@thomas> In-Reply-To: <20200408031351.4288-2-l.wojciechow@partner.samsung.com> References: <20200312151654.7218-1-l.wojciechow@partner.samsung.com> <20200408031351.4288-2-l.wojciechow@partner.samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 01/13] security: fix verification of parameters X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/04/2020 05:13, Lukasz Wojciechowski: > This patch adds verification of the parameters to the ret_security API > functions. All required parameters are checked if they are not NULL. [...] > --- a/config/common_base > +++ b/config/common_base > CONFIG_RTE_LIBRTE_SECURITY=y > +CONFIG_RTE_LIBRTE_SECURITY_DEBUG=n Is it a leftover?