From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) by dpdk.org (Postfix) with ESMTP id 19CA329B6 for ; Tue, 18 Oct 2016 15:47:56 +0200 (CEST) Received: by mail-lf0-f51.google.com with SMTP id x79so357180132lff.0 for ; Tue, 18 Oct 2016 06:47:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=7SguAy67thdWTP8jiNR//deVAvK7lDNE85ApCJ6vft0=; b=NXxAiadV1VlRwXoNqCCAhHW5Ek1786Qg7PYjix/OXhjzG0Ls6cX1gOaG/VTJ1CuBPn mJ4aIC7oCMao29ak5xq0C/TKz6Jtc5dAsB5HCiyzZsvGUJvCWYOg505Ij6wTj3Nb8Fw/ FB7hjKhkI4dxFvinnRwfAHyCf9kK2TpIEaMP+pPqyRYx2Aa9NcptgslCRpZ2V3HWCNLk vgnVb3N72dPgnVNVvXU+RlcCRt0AzQes0zdS0UQUv4J3P1WEWAGTnVM6d8BtDFYSwKBZ 37vBedOh3fuMEu7b8j24fov5RPfUy/zsklZUEwS8+s0Y3RKBRgnEcTt/caiXiRK2QcFU 2JlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=7SguAy67thdWTP8jiNR//deVAvK7lDNE85ApCJ6vft0=; b=V0lL2Xiy6FWCOvqceWqr38EDVnLR6jHNZnW2z/uBA66oVlXoAZJNxIL3QsispkbZ7S u1BL7GNvYaLpRFbdwG53s+bX0yo42h0OysjrNJYqe+mIArt8XvSeqI97UJJ+2Ya7NLH6 mDpzc/8R/dRUKqQZ830mFG3+1HIBc+gNK4JzMjonvX3ll7vwsb/K8MgMKUZ1DmIW/7/b 3oQ+h7Bf7yIHbAODIlBHpDgJBD/jtKK6XqALathr71eEcSpm5z1RPC3jiwY1LMf2xMUr qf5s4qQIPz6oaqztS0Qsyuuujwoej4Cq6bUP6Q5eWbkO5kaZKcPsKHZ+g4ms9LT3C6vw qNUA== X-Gm-Message-State: AA6/9Rkbbj0pv+9Fwt3taTjdS+0uCe1kpQ26wdWl+8t5U5d9GL4BOtqcY5tVlf81WTf18RbC X-Received: by 10.25.162.202 with SMTP id l193mr659817lfe.173.1476798475642; Tue, 18 Oct 2016 06:47:55 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id p42sm9532742lfg.48.2016.10.18.06.47.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Oct 2016 06:47:54 -0700 (PDT) From: Thomas Monjalon To: Neil Horman , Ferruh Yigit , Shreyansh Jain Cc: dev@dpdk.org, viktorin@rehivetech.com, David Marchand , hemant.agrawal@nxp.com Date: Tue, 18 Oct 2016 15:47:53 +0200 Message-ID: <2172906.c8Bs41EyAV@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20161018130424.GA12541@hmsreliant.think-freely.org> References: <1466510566-9240-1-git-send-email-shreyansh.jain@nxp.com> <1e1ac980-d857-877b-d629-8a6e9fd0a4c1@intel.com> <20161018130424.GA12541@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v11 00/24] Introducing rte_driver/rte_device generalization X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 13:47:56 -0000 2016-10-18 09:04, Neil Horman: > On Mon, Oct 17, 2016 at 02:43:12PM +0100, Ferruh Yigit wrote: > > I caught while running ABI validation script today, I think this patch > > should increase LIBABIVER of: > > - lib/librte_cryptodev > > - lib/librte_eal > > - lib/librte_ether > > > It should, and it in fact should wait a release if it hadn't been documented as > a comming change. It was announced in release 16.04: http://dpdk.org/commit/c7970af While bumping LIBABIVER, the deprecation notices must be removed, and the API/ABI changes noted in the release notes, please.