From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 9271595B1 for ; Wed, 25 Nov 2015 23:34:27 +0100 (CET) Received: by wmvv187 with SMTP id v187so6680684wmv.1 for ; Wed, 25 Nov 2015 14:34:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=awv/x+LE595ob57fK2KJIbd5cFY5lKTvFjs+YiYZkTE=; b=etRt/wxzc2A2XTiRXFWnCEJq3kKLdDrQNH8P/8cHOhIUjRCx/bGTRyA7aD+oFcA0wk RsAcgzvrRCaiI+U/NaaEtCai1mx/JLRSg/1UPUjQudIevtZyVgHPCKcyvJ1YgkzLDT4x +QfoPCvatvVbqIZRIft1FuRNUOoavF/9tqrXyU54lPzAg0aiFOzD2X5HPJzcukFICxqx IGr3I0OcHn7wvWFYISkf0VtS+0mrp6xyDy/DnG2SZDY+cDVh4e26RZOphrBZ77T+00d9 6JN/D4Wm12yVwq30dCj/1sJa/Pob0ZMaD+NuY0O6ni3RxXLcgsrc7P6Zb7VGoqbecjDX aOcg== 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=awv/x+LE595ob57fK2KJIbd5cFY5lKTvFjs+YiYZkTE=; b=SEkmE8dsXjsmDzM7y8uVLWfgPbdfQCkrIksIFjVWqczfqUY4eVj0xsho6zD9KDQyTK tZcIZ8vEXdYhPB93pIqqPODe+SIsrFGGOLv2nlhSGVrzsxRxhrNQVzGEwlqNmsq5u92L pYQOmrk/+0dYlzX3D41QjsJpAZRWDbCI2Lv7/whRI0QcAiWcaA3j9fPxqfxfdLtd7BBQ kYooAK8WVgO5d9n8h7LR9nakXZmJbmcW6s6U6mLFVgfZc1jizweSAb/1V7NZDJpCWLU4 XrZtD+SFBXrJTqxlD3EPc6lTMCxGz3IaW8yogIEBpxc2m6B57EEF/1GIg+c/1QfTnEXY k5pw== X-Gm-Message-State: ALoCoQkDVjd8sxJyYAgw01UxTo5M7iURSqlNn5ebynEPKv7t0ZbRe1DQHtqcJgo0qbc2EUOix2PS X-Received: by 10.28.175.144 with SMTP id y138mr43693wme.47.1448490867441; Wed, 25 Nov 2015 14:34:27 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id u205sm5454608wmb.12.2015.11.25.14.34.26 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Nov 2015 14:34:26 -0800 (PST) From: Thomas Monjalon To: roy.fan.zhang@intel.com Date: Wed, 25 Nov 2015 23:33:08 +0100 Message-ID: <1630118.JydQiydo3f@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1446052282-22391-1-git-send-email-roy.fan.zhang@intel.com> References: <1446052282-22391-1-git-send-email-roy.fan.zhang@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 v4 0/7] librte_table: add key_mask parameter to 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: Wed, 25 Nov 2015 22:34:27 -0000 2015-10-28 17:11, roy.fan.zhang@intel.com: > From: Fan Zhang > > This patchset links to ABI change announced for librte_table. > The key_mask parameters has been added to the hash table > parameter structure for 8-byte key and 16-byte key extendible > bucket and LRU tables. > > v2: > *updated release note > > v3: > *merged release note with source code patch > *fixed build error: added missing symbol to > librte_table/rte_table_version.map > > v4: > *modified rte_prefetch offsets to improve hash/lru table > lookup performance. > > Acked-by: Cristian Dumitrescu Please put this line in each commit. > Fan Zhang (7): > librte_table: add key_mask parameter to 8- and 16-bytes key hash > parameters > librte_table: add 16 byte hash table operations with computed lookup > app/test: modify app/test_table_combined and app/test_table_tables > app/test-pipeline: modify pipeline test > example/ip_pipeline: add parse_hex_string for internal use > example/ip_pipeline/pipeline: update flow_classification pipeline > librte_table: performance improvement on rte_prefetch offset Applied, thanks