From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: bump library version Date: Tue, 07 Aug 2018 14:51:36 +0200 Message-ID: <6338153.OrsK3CtaWG@xps> References: <20180806105516.2685-1-thomas@monjalon.net> <5d729053-71e2-705b-c948-ae30620c47a3@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com To: Andrew Rybchenko Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id CBCEE2C5 for ; Tue, 7 Aug 2018 14:51:40 +0200 (CEST) In-Reply-To: <5d729053-71e2-705b-c948-ae30620c47a3@solarflare.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/08/2018 19:52, Andrew Rybchenko: > On 06.08.2018 13:55, Thomas Monjalon wrote: > > The old offload API is removed in 18.08, > > so the library version must be increased, > > in order to show the incompatibility with 18.05 one. > > > > Fixes: ab3ce1e0c193 ("ethdev: remove old offload API") > > > > Signed-off-by: Thomas Monjalon > Reviewed-by: Andrew Rybchenko Applied