From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 24D5A2B91 for ; Sun, 28 Oct 2018 11:24:09 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B9C6621E8D; Sun, 28 Oct 2018 06:24:08 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 28 Oct 2018 06:24:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=hdoxjaKoMhc8tXAl4znIWMRROpgt66ydbfZ+m5+GVic=; b=l/jG+L/MqBJr SqbSUQAvEE1r2ou7EdbeJp1FSU1STvk9WURK4+7t4dYGBl/nON5/ViynysBeE1Ne /OpuFQnDJb/4n0VefjkWvw5AxJirV+xyTaWMFqvUrkeRFP7uXQcPDRAWXJvVxY77 LMUbiUEw1m2+etA2h2lV2dnBRyj91DM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=hdoxjaKoMhc8tXAl4znIWMRROpgt66ydbfZ+m5+GV ic=; b=o1jJHFMiAP+l2vnD0sA3T7m+7SPkJtLGe2BWvgphW3VKrkhoYI+l1INsw Xm08lSiOf7TK1nTqA+FeUtY+AyoXE+wYpAx/8lzKSySutKqlqL8z0/a04hMCfllF kg8uByU3TpHmm1KzMWizQygdUMbV1KKUAmWG/yKOGJZbZ7TjfBgbJkcnVHhABGbO tkJdxBeyscTnMPGhP2oRg08bbaBdUQhUy03u5trRxWin6KrC2ZehJIGKZo2bpO3z y7RdHV5wChRKKoM0/MP7GW1uXdsUKXB551HcHIqznP/uqLrUyCo+BoyGSTlROKJp mjP0FvXaF11ITeclHGwOsnXrjNKDQ== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E3C63E427A; Sun, 28 Oct 2018 06:24:07 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Qiaobin Fu , michel@digirati.com.br, doucette@bu.edu Date: Sun, 28 Oct 2018 11:24:14 +0100 Message-ID: <21111006.6ffmIrYtWP@xps> In-Reply-To: <20180708214606.124420-1-qiaobinf@bu.edu> References: <20180708214606.124420-1-qiaobinf@bu.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] LPM: add iterator over LPM rules X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 10:24:09 -0000 08/07/2018 23:46, Qiaobin Fu: > Add an iterator over the LPM rules. > The iterator requires a prefix as a parameter and > lists all entries as long as the given prefix (or longer). > > Signed-off-by: Qiaobin Fu > Reviewed-by: Cody Doucette > Reviewed-by: Michel Machado Any news about this patch?