From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 94E7054AE for ; Thu, 25 Oct 2018 14:31:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 4FE4410A2; Thu, 25 Oct 2018 08:31:37 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 25 Oct 2018 08:31:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=F5KyD4nkyZ8HLSjSi6C6uZklx66y0TqmctHsZhOENLg=; b=W+1ATHkuwFZ8 xqYJX4723HTYI6pPC3fK9/jZJpnc1DGZI15N4yPtqhCwcZ6idcuFwOs53zqXtRy0 xexHQhsucKmZPG4eJwe9ZyQ6zMVQpcgtJKmRtLZ8LaqswhtFVCouO7tdQEayUqIS ObRFtYcu9FF9ywea6NCFNHE/4X7rOro= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=F5KyD4nkyZ8HLSjSi6C6uZklx66y0TqmctHsZhOEN Lg=; b=dPEB5WgQECvqkeOUDwnuzbrS/9V6EB4ItQUa94K5FeXjcTuif1/kIE3K7 t7eq0wgKTJGxu2zAXxoSrxu71aad2wAlgqfoq0Q0HT79LxHRr3U928Kj8bWKEk8W EJyTd/s3cl4reAUhzuUYStjLQVvyV7cF6j4idEQfz3W3bXdDLPOaKXU3CJYRkdJI qA6Qa+yvFhEPrWOuNv1Hr2B0G8aYyvDvtCrsZBgqhlZ32GZiFKeQPng1rBkCvyGi 7GTlMkjcq/xoYqs3lw+y2OvhPTjTpiN7E4zn07NFQEIoE3CBxFhNQB08vDfoIn7L /x8JpHjTmyc9RGCRf83G7Q34Xr+jg== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6783BE455C; Thu, 25 Oct 2018 08:31:35 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, John McNamara , Marko Kovacevic , yipeng1.wang@intel.com, pablo.de.lara.guarch@intel.com Date: Thu, 25 Oct 2018 14:31:38 +0200 Message-ID: <1868345.z2tZf62cfi@xps> In-Reply-To: <20181015145057.37864-1-ferruh.yigit@intel.com> References: <20181015145057.37864-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/6] doc: add missing shared library versions to release notes 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 12:31:38 -0000 15/10/2018 16:50, Ferruh Yigit: > Fixes: 857ed6c68cf2 ("member: implement main API") > Fixes: 56b6ef874f80 ("efd: new Elastic Flow Distributor library") > > Signed-off-by: Ferruh Yigit Series applied without patch 6 (rejected), thanks for the good clean-up.