From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f173.google.com (mail-we0-f173.google.com [74.125.82.173]) by dpdk.org (Postfix) with ESMTP id 2BF41B372 for ; Thu, 28 Aug 2014 22:54:45 +0200 (CEST) Received: by mail-we0-f173.google.com with SMTP id t60so1345848wes.32 for ; Thu, 28 Aug 2014 13:58:55 -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=T92X0Sb1LmKbmrulgwWQie3b04jseHSvAGIXcjySKL8=; b=lLFs9gWwsGv7wXSkXUNyWIw/+D3JFHP1nXIDmRx8UizX63IrB2PMWnwiAZZC0U/4xs YuaYXBFmdY1l1uF9IxJ6BoRxHaW9WrKOJdrsE+itKYqmQxQ3Y5CLjttC6AZE3QBTvwGz 6B9vyUJjRYVJNjzPymUCRdATjEqwDZPWv590/yJHZhgFbharwTvzbRxi9PW8w6zaBpr+ FzB4mY0Bnk21gRL6Bm/dKV2PagTvMALyZsDuGUliNwIT9hvYsYkMGnzSffeEYWNUKj8B fq/sZrfBD+vjVMwtzP5b0TsgEAgVXWEOyOTZ54rm3+pgqRbC33hbnKDB+wvPGd1lnRGr sD7w== X-Gm-Message-State: ALoCoQk+FuM0kJrjN+O0E/U3qIF9OcsmpXjfvM+eqzF/ziYj9te/24JrbW7ImwxEU2+v06SACzCf X-Received: by 10.180.100.196 with SMTP id fa4mr40792910wib.1.1409259535731; Thu, 28 Aug 2014 13:58:55 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gj3sm18588744wib.15.2014.08.28.13.58.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Aug 2014 13:58:54 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 28 Aug 2014 21:23:20 +0200 Message-ID: <4962829.zGcEtt7Rre@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1407880053-14650-1-git-send-email-tomas.vestelind@gmail.com> References: <1407880053-14650-1-git-send-email-tomas.vestelind@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] hash: added rte_hash_keys to extract all keys 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: Thu, 28 Aug 2014 20:54:45 -0000 2014-08-12 23:47, Tomas Vestelind: > I added a function which extracts all the configured keys in a hash map. > This is good to have when debugging and printing data store in hash > maps. Someone to review this patch, please? (and the other one for rte_hash_clear) -- Thomas