From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C92C1C420 for ; Fri, 24 Jul 2015 17:32:19 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 24 Jul 2015 08:32:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,538,1432623600"; d="scan'208";a="529650842" Received: from kmsmsx154.gar.corp.intel.com ([172.21.73.14]) by FMSMGA003.fm.intel.com with ESMTP; 24 Jul 2015 08:32:14 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 24 Jul 2015 23:32:12 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.45]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.213]) with mapi id 14.03.0224.002; Fri, 24 Jul 2015 23:32:11 +0800 From: "Zhang, Helin" To: "Ananyev, Konstantin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCHv2 4/5] ixgbe: rename tx queue release function for consistency Thread-Index: AQHQxhkdcuCeNxLN3UGZNhOocBoSKp3qv3rw Date: Fri, 24 Jul 2015 15:32:10 +0000 Message-ID: References: <1437667506-3890-2-git-send-email-bruce.richardson@intel.com> <1437746295-12184-5-git-send-email-konstantin.ananyev@intel.com> In-Reply-To: <1437746295-12184-5-git-send-email-konstantin.ananyev@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCHv2 4/5] ixgbe: rename tx queue release function for consistency X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2015 15:32:20 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Konstantin Ananyev > Sent: Friday, July 24, 2015 6:58 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCHv2 4/5] ixgbe: rename tx queue release function= for > consistency >=20 > The function inside the vector/SSE poll-mode driver for releasing the mbu= fs on > the TX queues had the same name as another function inside the regular PM= D. > To keep consistency and avoid confusion, rename the vector PMD version to > have a "_vec" suffix. >=20 > Signed-off-by: Bruce Richardson > Signed-off-by: Konstantin Ananyev Acked-by: Helin Zhang