From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] eal: fix lib version for device generalization patches Date: Sun, 06 Nov 2016 18:51:36 +0100 Message-ID: <1715465.7F6udCOWBp@xps13> References: <1477552109-18624-1-git-send-email-shreyansh.jain@nxp.com> <1477567752-23039-1-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, david.marchand@6wind.com, ferruh.yigit@intel.com To: Shreyansh Jain Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 6C0792A6C for ; Sun, 6 Nov 2016 18:51:38 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id a197so141995488wmd.0 for ; Sun, 06 Nov 2016 09:51:38 -0800 (PST) In-Reply-To: <1477567752-23039-1-git-send-email-shreyansh.jain@nxp.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-10-27 16:59, Shreyansh Jain: > rte_device/driver generalization patches [1] were merged without a change > in the LIBABIVER variable. This patches bumps the macro of affected libs: > > - libcryptodev and libetherdev have been bumped > - librte_eal version changed in > d7e61ad3ae36 ("log: remove deprecated history dump") Applied, thanks