From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3B9C1A00E6 for ; Thu, 16 May 2019 22:41:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 140185B12; Thu, 16 May 2019 22:41:20 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id F194F58EC for ; Thu, 16 May 2019 22:41:18 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 May 2019 13:41:18 -0700 X-ExtLoop1: 1 Received: from bricha3-mobl.ger.corp.intel.com ([10.252.2.218]) by orsmga007.jf.intel.com with SMTP; 16 May 2019 13:41:15 -0700 Received: by (sSMTP sendmail emulation); Thu, 16 May 2019 21:41:15 +0100 Date: Thu, 16 May 2019 21:41:14 +0100 From: Bruce Richardson To: Stephen Hemminger Cc: dev@dpdk.org Message-ID: <20190516204110.GE642@bricha3-MOBL.ger.corp.intel.com> References: <20190515221952.21959-1-stephen@networkplumber.org> <20190515221952.21959-5-stephen@networkplumber.org> <20190516160337.GA632@bricha3-MOBL.ger.corp.intel.com> <20190516090652.5ad965f4@hermes.lan> <20190516160745.GB632@bricha3-MOBL.ger.corp.intel.com> <20190516163643.GC632@bricha3-MOBL.ger.corp.intel.com> <20190516100454.36e7bc88@hermes.lan> <20190516203742.GB642@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190516203742.GB642@bricha3-MOBL.ger.corp.intel.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [RFC 4/4] net/ether: use bitops to speedup comparison 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, May 16, 2019 at 09:37:42PM +0100, Bruce Richardson wrote: > On Thu, May 16, 2019 at 10:04:54AM -0700, Stephen Hemminger wrote: > > Agree if structure is naturally packed, adding packed attribute is a mistake. > > Do you want to also include such a change in your patchset, or will I do up > a patch for it - perhaps a two-patch set with this and my previous alignment > patch? Never mind, see patchset on list now...