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 EA216A034F; Mon, 29 Mar 2021 11:51:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6C89040151; Mon, 29 Mar 2021 11:51:33 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id EBE2340042 for ; Mon, 29 Mar 2021 11:51:31 +0200 (CEST) IronPort-SDR: G/kdZGHEu1hecQ1n0Jdhu5oraX99644b7WLfDCRHGx+DeWFfJxNuzc4r4dJ+KTS9EZqyS68vco zfRGxn0RVDxw== X-IronPort-AV: E=McAfee;i="6000,8403,9937"; a="252864293" X-IronPort-AV: E=Sophos;i="5.81,287,1610438400"; d="scan'208";a="252864293" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2021 02:51:29 -0700 IronPort-SDR: SuzCGaGIfWOM9QVOI4PmmzC1G7VZc6BNCWmDd+9QgT/8JB60yYNeA/XrsDfjUGRlh+k/DYBxz+ ZvQS3EdEDllQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,287,1610438400"; d="scan'208";a="444483639" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga002.fm.intel.com with ESMTP; 29 Mar 2021 02:51:29 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 29 Mar 2021 02:51:28 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 29 Mar 2021 17:51:26 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Mon, 29 Mar 2021 17:51:26 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" CC: "Yang, Qiming" Thread-Topic: [PATCH v1] net/ice: remove the redundant function type Thread-Index: AQHXJFqB3VXhvBK7KUqR0kAWTmqBdqqauU8A Date: Mon, 29 Mar 2021 09:51:26 +0000 Message-ID: <9c7b5bac3fc54343936fbbbc47e54834@intel.com> References: <20210329045626.461621-1-haiyue.wang@intel.com> In-Reply-To: <20210329045626.461621-1-haiyue.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] net/ice: remove the redundant function type 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" > -----Original Message----- > From: Wang, Haiyue > Sent: Monday, March 29, 2021 12:56 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Wang, Haiyue > ; Yang, Qiming > Subject: [PATCH v1] net/ice: remove the redundant function type >=20 > The function 'ice_is_profile_rule' is defined as 'ice_is_prof_rule' in ba= se code, > which has the exactly same function body. >=20 > So remove the 'ice_is_profile_rule', use the 'ice_is_prof_rule' instead. >=20 > Signed-off-by: Haiyue Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi