From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mbuf: bump library version Date: Wed, 05 Apr 2017 13:41:43 +0200 Message-ID: <12533776.RUDmdSQePI@xps13> References: <20170405100053.15486-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz Return-path: Received: from mail-wr0-f172.google.com (mail-wr0-f172.google.com [209.85.128.172]) by dpdk.org (Postfix) with ESMTP id 650891E20 for ; Wed, 5 Apr 2017 13:41:46 +0200 (CEST) Received: by mail-wr0-f172.google.com with SMTP id w11so9853403wrc.3 for ; Wed, 05 Apr 2017 04:41:46 -0700 (PDT) In-Reply-To: <20170405100053.15486-1-olivier.matz@6wind.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" 2017-04-05 12:00, Olivier Matz: > The reorganization of the mbuf structure induces an ABI breakage. > Bump the library version, and update the documentation accordingly. > > Signed-off-by: Olivier Matz Applied, thanks