From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E7DCF1E2B for ; Thu, 25 Oct 2018 11:30:28 +0200 (CEST) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2018 02:30:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,423,1534834800"; d="scan'208";a="98504932" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.107]) by fmsmga002.fm.intel.com with SMTP; 25 Oct 2018 02:30:24 -0700 Received: by (sSMTP sendmail emulation); Thu, 25 Oct 2018 10:30:21 +0100 Date: Thu, 25 Oct 2018 10:30:21 +0100 From: Bruce Richardson To: Mattias =?iso-8859-1?Q?R=F6nnblom?= Cc: Yipeng Wang , stephen@networkplumber.org, dev@dpdk.org, honnappa.nagarahalli@arm.com, sameh.gobriel@intel.com Message-ID: <20181025093021.GA12056@bricha3-MOBL.ger.corp.intel.com> References: <1540404570-102126-1-git-send-email-yipeng1.wang@intel.com> <1540404570-102126-2-git-send-email-yipeng1.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH v2 1/4] hash: fix unnecessary pause 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: Thu, 25 Oct 2018 09:30:29 -0000 On Thu, Oct 25, 2018 at 08:31:16AM +0200, Mattias Rönnblom wrote: > On 2018-10-24 20:09, Yipeng Wang wrote: > > There is a rte_pause in hash table reset function. > > Since the loop is not a polling loop on shared > > data structure, the rte_pause is not needed. > > > > I'm guessing the include is longer needed. Good point, otherwise: Acked-by: Bruce Richardson