From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 8/8] librte_table: modify release notes and deprecation notice Date: Mon, 12 Oct 2015 16:24:10 +0200 Message-ID: <2070341.uDM0XDVu2v@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: roy.fan.zhang@intel.com 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) In-Reply-To: <1443220392-13434-9-git-send-email-roy.fan.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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