From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DE59F38EB for ; Wed, 13 Dec 2017 11:24:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2017 02:24:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,397,1508828400"; d="scan'208,217";a="2053178" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.73]) ([10.237.221.73]) by fmsmga007.fm.intel.com with ESMTP; 13 Dec 2017 02:24:20 -0800 To: Akhil Goyal , dev@dpdk.org Cc: declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com, borisp@mellanox.com, aviadye@mellanox.com, thomas@monjalon.net References: <20171213071508.12009-1-akhil.goyal@nxp.com> From: Radu Nicolau Message-ID: <377e0e42-eed4-1b7e-082a-89f4f02332cc@intel.com> Date: Wed, 13 Dec 2017 10:24:20 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171213071508.12009-1-akhil.goyal@nxp.com> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH] security: fix enum start value 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: , X-List-Received-Date: Wed, 13 Dec 2017 10:24:24 -0000 On 12/13/2017 7:15 AM, Akhil Goyal wrote: > enum should be initialized with 1 so that unitialized(memset) > memory may not be treated as a valid enum value. > > Fixes: c261d1431bd8 ("security: introduce security API and framework") > > Signed-off-by: Akhil Goyal > --- > Acked-by: Radu Nicolau