From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 318E69AE3 for ; Tue, 3 Feb 2015 16:24:56 +0100 (CET) Received: by mail-wg0-f45.google.com with SMTP id x12so45192502wgg.4 for ; Tue, 03 Feb 2015 07:24:56 -0800 (PST) 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=/BbJBfs+hDG18DK2Ak+O1KxsredCIpCe9VxdcRSxxCo=; b=LoaHVKghjpMpPozxAQd8hb+CyHhNbOaKyjwsqPDdcVBEddByB0EJqnoGjISEXry+pI ZyHGcPw7fZ/raeZsJyA/qmsKHa+kKM7P56kydHtWr6tAkeQTeADSDSALjzL46KQH1YrI Aim2u6avhy8ETwSI8mEhV3MK6GOFGlsJ4xDR5ihyW0dANWBeQOdmGraTUdUA2cnVSQVy /vt46zRHcppOlNbLk31NPyPtoZnuHd0a7P3LXC94F109yb2xukJYZcPzhZMHKGDo+gV3 uzmm4TohCkiJfRLEw8qQeXyBhYv56RoKqpDvBlRmuNuAgXvAmEorHh+YxGw73TBM7HTX 4pLA== X-Gm-Message-State: ALoCoQkJ54gc0/9G2rc0HLVJXMWdAmxTV+oOa8fKx5xjcaANTR5KupI/q4KCHHXxC0rwcKtB0FWf X-Received: by 10.180.105.66 with SMTP id gk2mr34989468wib.30.1422977096003; Tue, 03 Feb 2015 07:24:56 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hn2sm33066882wjc.5.2015.02.03.07.24.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Feb 2015 07:24:55 -0800 (PST) From: Thomas Monjalon To: Neil Horman Date: Tue, 03 Feb 2015 16:24:28 +0100 Message-ID: <5647373.8DRxgkMRV8@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1422898822-16422-4-git-send-email-nhorman@tuxdriver.com> References: <1419109299-9603-1-git-send-email-nhorman@tuxdriver.com> <1422898822-16422-1-git-send-email-nhorman@tuxdriver.com> <1422898822-16422-4-git-send-email-nhorman@tuxdriver.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 v9 4/4] docs: Add ABI documentation 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, 03 Feb 2015 15:24:56 -0000 > Adding a document describing rudimentary ABI policy and adding notice space for > any deprecation announcements > > Signed-off-by: Neil Horman Acked-by: Thomas Monjalon Thanks Neil for writing the policy. The version 2.0 will be the first to have a versioned ABI with LIBABIVER := 1. Starting from there, we'll have to consider this ABI policy when preparing next versions. -- Thomas