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 46CE73772 for ; Mon, 12 Oct 2015 16:25:15 +0200 (CEST) Received: by wijq8 with SMTP id q8so60527101wij.0 for ; Mon, 12 Oct 2015 07:25:15 -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=P0zhlxFbxhnG56ZusmjocQeapYpQOEwtnTMu9TTmjJY=; b=fJjarU+n3dbXJfUzRJgAUmXBw9LqwVph7QWC3jNzVpMiFCk1tlr6E9bYyDectorW8Q wG/BeByVJXssCzPqltc74oJg76V802fjKWQPov3pLmlCzmz6lIGyNRCjLiB/YK1P/lRA KoglZlZyx7NF+93vML9aiKYqY/BmUA+vi3cs5RKXm06SGzCOHw0y4h/tVL643F7JELqQ tspUSkjl2EonWp+PbSrBvRV/QOLkW9rvRADjMfky8auKsTCTi6OH61tw8Q1LDLZmQpxU oqkh20UIGxhkzlPDi9lvVuae3p2t9fSKEE0k0VA1tjLar0SuykqKaV6RCJOKQzb1qphU uI+Q== X-Gm-Message-State: ALoCoQn+f8o3RPpenQVXJwaAQz3b5BkJd3C8DlG3ot3LegXpCyuFA9eAE9u96MFYACy+Vjr9pl0l X-Received: by 10.180.86.129 with SMTP id p1mr15442420wiz.83.1444659915012; Mon, 12 Oct 2015 07:25:15 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id qq4sm20136274wjc.14.2015.10.12.07.25.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Oct 2015 07:25:13 -0700 (PDT) From: Thomas Monjalon To: roy.fan.zhang@intel.com Date: Mon, 12 Oct 2015 16:24:10 +0200 Message-ID: <2070341.uDM0XDVu2v@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1443220392-13434-9-git-send-email-roy.fan.zhang@intel.com> References: <1443220392-13434-1-git-send-email-roy.fan.zhang@intel.com> <1443220392-13434-9-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 8/8] librte_table: 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, 12 Oct 2015 14:25:15 -0000 Hi and welcome, (it seems to be your first patch on DPDK) 2015-09-25 23:33, roy.fan.zhang@intel.com: > --- a/doc/guides/rel_notes/release_2_2.rst > +++ b/doc/guides/rel_notes/release_2_2.rst > @@ -95,6 +95,9 @@ ABI Changes > > * The LPM structure is changed. The deprecated field mem_location is removed. > > +* Key mask parameter is added to the hash table parameter structure for > + 8-byte key and 16-byte key extendible bucket and LRU tables. The > + deprecated field mem_location is removed. It seems the last sentence is a wrong copy/paste. If a v2 is needed, please squash the release notes changes with the API changes (patches 1 and 2). Thanks