From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B3626A0A0F; Thu, 8 Apr 2021 00:28:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3A724140FB8; Thu, 8 Apr 2021 00:28:20 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id A910D140F31 for ; Thu, 8 Apr 2021 00:28:18 +0200 (CEST) IronPort-SDR: YlseVYToeh1g/1fD3qaFU3Kkqv/ZMn7opemEFxShiEWPONEo70+SFQQEgDwchHmL+rSx4K5P0B ttIkQwhQ7lkg== X-IronPort-AV: E=McAfee;i="6000,8403,9947"; a="193525093" X-IronPort-AV: E=Sophos;i="5.82,204,1613462400"; d="scan'208";a="193525093" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2021 15:28:17 -0700 IronPort-SDR: IiCoDQzZR1H1tRwlXtAnW5HrKd2A/D/ZV6Fmk6XnI/ictQbJLmn5It6b2+RXl2pu4SGQ/RKj1X zjlBq+Jk79VQ== X-IronPort-AV: E=Sophos;i="5.82,204,1613462400"; d="scan'208";a="396827526" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.202.196]) ([10.213.202.196]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2021 15:28:15 -0700 From: Ferruh Yigit To: "Min Hu (Connor)" , dev@dpdk.org Cc: Thomas Monjalon , Andrew Rybchenko References: <1616830688-65506-1-git-send-email-humin29@huawei.com> <1617332330-25936-1-git-send-email-humin29@huawei.com> <56494426-66e5-9c79-7804-feb3af87f492@intel.com> X-User: ferruhy Message-ID: <09786d95-d581-2e6f-c8c2-fda71bb37b70@intel.com> Date: Wed, 7 Apr 2021 23:28:12 +0100 MIME-Version: 1.0 In-Reply-To: <56494426-66e5-9c79-7804-feb3af87f492@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 0/3] fix miss input validation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On 4/6/2021 8:53 AM, Ferruh Yigit wrote: > On 4/2/2021 3:58 AM, Min Hu (Connor) wrote: >> The validity verification of input parameters should be performed at >> API layer, not in the PMD. >> >> This set of patches fix miss input validation. >> --- >> v2: >> * Fixed mixes in ethdev header file and ethdev .c file. >> >> Chengchang Tang (3): >>    ethdev: fix miss input validation in module EEPROM dump API >>    ethdev: fix miss input validation when access reg info >>    ethdev: fix miss input validation when access EEPROM info >> > > For series, > Reviewed-by: Ferruh Yigit Series applied to dpdk-next-net/main, thanks.