From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 52F8ABB88 for ; Wed, 26 Oct 2016 17:24:01 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id 140so24014995wmv.0 for ; Wed, 26 Oct 2016 08:24:01 -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=yzQci8rDEHibsG2X3iP7krj/ObnDnDf00UFvw5yJq7g=; b=BDUncRM67r1pyxWly86XhWa4WN3n7huSsR4AV4uZUveIFFoA38zWgbjVR9ZZalDKYO RINnHiUo7Mx1wpQtq5+pOrXNMsdnbJVvxGlzpyqv1M8R06GrPMTGt3zIz30AYpQ2HAZr 8nWPwcC9p3k4ZEI3xNRelaEQg5I/6EC4idCue8b6fxQV+tr2ELSKXe8kZ9K22IuZ1wSu oUKT6XUPjTvPi+a7YdGjGVYaokXlJYai+hI9jaTi0SKLnzSga/YOx9Sr5vJTjYFLcGWe NPW3SImv7ItYlH2NNPgNS4H2LPOQCz8G5OlT85GInfmyLKvjMd/f9N00WzHuRRaR2sF+ RhEA== 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=yzQci8rDEHibsG2X3iP7krj/ObnDnDf00UFvw5yJq7g=; b=gESI5GmiFAOuVQiwkYjeTm+l/kGFywhN39cjU5wLJk4mHiulKA/AcJlEIysIFZyb4t LRkYK0qj8FVd9sgt88ZeaSmCiNxKyiiQvXH5oWo9F3JSFFQAo8PAQyyFPHRE4u4KXfPb WLuCrVKFocRyDda13zfFsg4uugV56i9r/zpa/AehsgrXp4AsRqLZQCDE2ejDwEKOihZy LYQfbm/GTShmhiVFVm8d98BvOtkl8Sz20uk/GOImUiOXmjP/KnNld35p7zhw9KYXE41u pJ+1oJNpKw7plcm9QenOF/gl+PX/+9XNfX8nnmofwbXh1zA6IoZ/Q0kUktozJRIhkaUy AGlA== X-Gm-Message-State: ABUngvcnUbju+zhx6dufTB2BUmD74pVwt165qoiQIEZ2xeDuRuDpzDecmq/0LnVvUqCB4UAJ X-Received: by 10.28.125.150 with SMTP id y144mr9355489wmc.77.1477495439264; Wed, 26 Oct 2016 08:23:59 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id c4sm3700999wmh.4.2016.10.26.08.23.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Oct 2016 08:23:58 -0700 (PDT) From: Thomas Monjalon To: Ferruh Yigit , Shreyansh Jain Date: Wed, 26 Oct 2016 17:23:57 +0200 Message-ID: <2105472.0JeDs3sFAP@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <275ffc52-acb0-c177-da32-fb8c3fee497a@intel.com> References: <1477485486-20433-1-git-send-email-shreyansh.jain@nxp.com> <8ed305c5-92aa-a169-533e-47057ea3e6fd@nxp.com> <275ffc52-acb0-c177-da32-fb8c3fee497a@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] eal: fix libabi macro for device generalization patches 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: Wed, 26 Oct 2016 15:24:01 -0000 2016-10-26 15:25, Ferruh Yigit: > eal version seems already increased for this release, 2 => 3, in: > d7e61ad3ae36 ("log: remove deprecated history dump") Yes thanks. > So NO need to increase it again, sorry for late notice, I just > recognized it. > Only librte_ether and librte_cryptodev requires the increase. Please could you also explain in the commit message that: - EAL was already bumped - what is the breakage in ethdev - what is the breakage in cryptodev Thanks