From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 70E06F04 for ; Mon, 18 Sep 2017 11:16:22 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2017 02:16:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,412,1500966000"; d="scan'208";a="312841969" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.24]) by fmsmga004.fm.intel.com with SMTP; 18 Sep 2017 02:16:18 -0700 Received: by (sSMTP sendmail emulation); Mon, 18 Sep 2017 10:16:18 +0100 Date: Mon, 18 Sep 2017 10:16:17 +0100 From: Bruce Richardson To: Olivier Matz Cc: dev@dpdk.org, john.mcnamara@intel.com, daniel.verkamp@intel.com, konstantin.ananyev@intel.com Message-ID: <20170918091617.GA13648@bricha3-MOBL3.ger.corp.intel.com> References: <20170911133913.28737-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170911133913.28737-1-olivier.matz@6wind.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.3 (2017-05-23) Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change for ring structure 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: Mon, 18 Sep 2017 09:16:22 -0000 On Mon, Sep 11, 2017 at 03:39:13PM +0200, Olivier Matz wrote: > As discussed on the mailing list, the alignment constraint of > the ring structure can be relaxed. > > Link: http://dpdk.org/dev/patchwork/patch/25039 > Link: http://dpdk.org/dev/patchwork/patch/26103 > > Signed-off-by: Olivier Matz > --- Acked-by: Bruce Richardson