From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas Vestelind Subject: Re: [PATCH] hash: added rte_hash_keys to extract all keys Date: Tue, 2 Sep 2014 10:29:22 +0200 Message-ID: References: <1407880053-14650-1-git-send-email-tomas.vestelind@gmail.com> <2601191342CEEE43887BDE71AB9772582135F65F@IRSMSX105.ger.corp.intel.com> <20140829090809.2f3d42a8@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Stephen Hemminger Return-path: In-Reply-To: <20140829090809.2f3d42a8@urahara> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hello! If there's already an iterator then I guess this patch is superfluous. I tried searching for it among the e-mails but I can find it, can someone point me to it? If you still think this has some values I will take the given feedback and make corrections. Best regards, Tomas Vestelind ps. Stephen sorry for the extra mail, I forgot to cc the correct people in the first one. On 8/29/14, Stephen Hemminger wrote: > We implemented a more general hash iterator, thought the patch was already > submitted. >