From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/2] librte_net: add crc init and compute APIs Date: Wed, 01 Mar 2017 19:46:29 +0100 Message-ID: <1924972.0cHYGgSmY3@xps13> References: <1487969657-172541-2-git-send-email-jasvinder.singh@intel.com> <1488283701-186162-1-git-send-email-jasvinder.singh@intel.com> <1488283701-186162-2-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com To: Jasvinder Singh Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id BF7632C2B for ; Wed, 1 Mar 2017 19:46:30 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id u199so43798921wmd.1 for ; Wed, 01 Mar 2017 10:46:30 -0800 (PST) In-Reply-To: <1488283701-186162-2-git-send-email-jasvinder.singh@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-02-28 12:08, Jasvinder Singh: > lib/librte_net/rte_net_crc.c | 664 +++++++++++++++++++++++++++++++++++++ > lib/librte_net/rte_net_crc.h | 101 ++++++ I think it should be in librte_hash. Please check lib/librte_hash/rte_hash_crc.h