From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C9A2D9E3 for ; Wed, 5 Apr 2017 14:57:41 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP; 05 Apr 2017 05:57:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,278,1486454400"; d="scan'208";a="952150785" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.140]) by orsmga003.jf.intel.com with SMTP; 05 Apr 2017 05:57:31 -0700 Received: by (sSMTP sendmail emulation); Wed, 05 Apr 2017 13:57:31 +0100 Date: Wed, 5 Apr 2017 13:57:30 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.hunt@intel.com Message-ID: <20170405125730.GA21096@bricha3-MOBL3.ger.corp.intel.com> References: <1491395246-26866-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1491395246-26866-1-git-send-email-thomas.monjalon@6wind.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.0 (2017-02-23) Subject: Re: [dpdk-dev] [PATCH] doc: remove old deprecation notices 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: Wed, 05 Apr 2017 12:57:42 -0000 On Wed, Apr 05, 2017 at 02:27:26PM +0200, Thomas Monjalon wrote: > The ring and distributor reworks are done. > > Fixes: a6619414e0a9 ("ring: make struct and macros type agnostic") > Fixes: 775003ad2f96 ("distributor: add new burst-capable library") > > Signed-off-by: Thomas Monjalon > --- Acked-by: Bruce Richardson