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 31B65A0A02; Tue, 6 Apr 2021 09:53:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AAB6B140F5D; Tue, 6 Apr 2021 09:53:11 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 2EE29406A2 for ; Tue, 6 Apr 2021 09:53:08 +0200 (CEST) IronPort-SDR: 5x5rYBxhjFI6OfgujnYl8yjaPNZY1LGLzNAb7AZWPpIfqL7CV1n6H18MCcX/7boC1ntl8ABUSg SAkQtHfKUYWQ== X-IronPort-AV: E=McAfee;i="6000,8403,9945"; a="193127368" X-IronPort-AV: E=Sophos;i="5.81,308,1610438400"; d="scan'208";a="193127368" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 00:53:07 -0700 IronPort-SDR: 2UWczC/dPoGGEA8Ci7JxadGgr91y26h5XPBQTl6ZfBevxcnqgMa4odtetmIu+7lRZaJ+fmxluG Rr2CPczU2V7Q== X-IronPort-AV: E=Sophos;i="5.81,308,1610438400"; d="scan'208";a="421102186" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.250.199]) ([10.213.250.199]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 00:53:06 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1616830688-65506-1-git-send-email-humin29@huawei.com> <1617332330-25936-1-git-send-email-humin29@huawei.com> Cc: Thomas Monjalon , Andrew Rybchenko From: Ferruh Yigit X-User: ferruhy Message-ID: <56494426-66e5-9c79-7804-feb3af87f492@intel.com> Date: Tue, 6 Apr 2021 08:53:02 +0100 MIME-Version: 1.0 In-Reply-To: <1617332330-25936-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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/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