From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 686228E70 for ; Mon, 19 Oct 2015 16:22:13 +0200 (CEST) Received: by wicll6 with SMTP id ll6so8214045wic.0 for ; Mon, 19 Oct 2015 07:22:13 -0700 (PDT) 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=VilsdIdJ9pFfrrdH5i+CLogUYwXQQr2ppIuj63ZoZoM=; b=eNT28zWvETHbgnUpWrYpyb88jikZwwctrccwR9G7SSUUfaXx3hnyYCi8zigv0iWy4u ofW4TaYYdWdIPyXdXwJVNEWkPTlHOBbyZBe4x/xfsFM/NomfoPSAXxPIxzq5lwejUSat mc9d1pRlaiTdXlgJREh2p+0Rf/IGJR+/t7UhERePtgnb6P8ME0iDD1vBgUZRJ4Zi8Eh9 vwbXWIK7s6jtXCZqI1IkGeHaWX0auSRF8hHl+Y7h2/Zw3c92j1FIL04bsN3AfclbGwa3 OQ8yhmpItwDt+6qRPL1zAWP54mxT7fSW4yHw9tCugvdSmuXNHMXr0f2dy+Ra8XbkP5Eg 6suQ== X-Gm-Message-State: ALoCoQns7WqdXf/QNq3r2UPKb17/UfZTvpgQZ2dw3vP+eikSIAf31aLJjwcvmAf+A8k/G2IAk+el X-Received: by 10.194.234.40 with SMTP id ub8mr32802683wjc.95.1445264533173; Mon, 19 Oct 2015 07:22:13 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id jv5sm40517836wjb.16.2015.10.19.07.22.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Oct 2015 07:22:12 -0700 (PDT) From: Thomas Monjalon To: roy.fan.zhang@intel.com Date: Mon, 19 Oct 2015 16:21:09 +0200 Message-ID: <2045106.0MZtfafaup@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1441978548-3582-5-git-send-email-roy.fan.zhang@intel.com> References: <1441978548-3582-1-git-send-email-roy.fan.zhang@intel.com> <1441978548-3582-5-git-send-email-roy.fan.zhang@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 4/4] librte_port: modify release notes and deprecation notice 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: Mon, 19 Oct 2015 14:22:13 -0000 2015-09-11 14:35, roy.fan.zhang@intel.com: > @@ -74,7 +76,7 @@ The libraries prepended with a plus sign were incremented in this version. > librte_pipeline.so.1 > librte_pmd_bond.so.1 > + librte_pmd_ring.so.2 > - librte_port.so.1 > + librte_port.so.2 The updated library must be prepended with a plus sign. Will be fixed before squashing with path 1 and pushing.