From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 261E18E61 for ; Sat, 15 Aug 2015 23:49:27 +0200 (CEST) Received: by wicja10 with SMTP id ja10so50064513wic.1 for ; Sat, 15 Aug 2015 14:49:27 -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=bdUhQTFsXJqPJrN9CKnEHAj10NHzBh4gm2gX5QhsDDs=; b=mLrjImdwE8Zhqp6e4GOaRKdQvhsUgvKx0gQyOGGxqa4CYZ7G5tLlMQdO2uRSp1qtlZ 6WmkNotXAgj5j/QvETgPvdhjpHBw2WG07XT/SyA0yvVwy8G7Uja3uYRWNciWJUBBFrmX CfzYQRXujj1s7mqoTTFZEJJNffK+YDejv74UgotpbiPofj/2iHfEIOGn6yNMWg8O4jao X4fjGfQKA2I48RF9b8ICGitouU/dL+PlAMfWAg/c+uhTL0dSYPZHgvDfjw5sZeCmAX90 aTWsD7scGbFeUJAuIZZ8/GpRiEpSvsx0GTNY2jEpVo95qCFmBXqXPuMaK4+1Ah3a/n2S O7Yg== X-Gm-Message-State: ALoCoQnGuTHBzUemVUvh7At/yz04WLwAQMZF+kNFeLI0CuchCOcRAMVgA4pxMOh7HN01wYBz3I5C X-Received: by 10.194.184.232 with SMTP id ex8mr13295594wjc.42.1439675366989; Sat, 15 Aug 2015 14:49:26 -0700 (PDT) Received: from xps13.localnet (131.20.90.92.rev.sfr.net. [92.90.20.131]) by smtp.gmail.com with ESMTPSA id s5sm9459452wik.2.2015.08.15.14.49.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Aug 2015 14:49:26 -0700 (PDT) From: Thomas Monjalon To: "Dumitrescu, Cristian" Date: Sat, 15 Aug 2015 23:48:11 +0200 Message-ID: <11081576.7xLY6RY7C4@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <54CBAA185211B4429112C315DA58FF6DD1D0EE@IRSMSX103.ger.corp.intel.com> References: <1437649189-27211-1-git-send-email-cristian.dumitrescu@intel.com> <54CBAA185211B4429112C315DA58FF6DD1D0EE@IRSMSX103.ger.corp.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 v2] announce ABI change for librte_table 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: Sat, 15 Aug 2015 21:49:27 -0000 > > v2 changes: > > -changed item on LPM table to add LPM IPv6 -removed item for ACL table > > and replaced with item on table ops -added item for hash tables > > > > Signed-off-by: Cristian Dumitrescu > > --- > > Acked-by: Jasvinder Singh Applied, thanks