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: Mon, 06 Mar 2017 16:27:39 +0100 Message-ID: <4909384.YypA4ZyVZF@xps13> References: <1487969657-172541-2-git-send-email-jasvinder.singh@intel.com> <1924972.0cHYGgSmY3@xps13> <54CBAA185211B4429112C315DA58FF6DF9103A@IRSMSX103.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Doherty, Declan" , Pablo DeLara Guarch To: "Singh, Jasvinder" Return-path: Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com [209.85.128.176]) by dpdk.org (Postfix) with ESMTP id 16048591E for ; Mon, 6 Mar 2017 16:27:41 +0100 (CET) Received: by mail-wr0-f176.google.com with SMTP id u108so119084996wrb.3 for ; Mon, 06 Mar 2017 07:27:41 -0800 (PST) In-Reply-To: <54CBAA185211B4429112C315DA58FF6DF9103A@IRSMSX103.ger.corp.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-03-02 13:03, Singh, Jasvinder: > Hi Thomas, > > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > Sent: Wednesday, March 1, 2017 6:46 PM > > To: Singh, Jasvinder > > Cc: dev@dpdk.org; Doherty, Declan > > Subject: Re: [dpdk-dev] [PATCH v2 1/2] librte_net: add crc init and compute > > APIs > > > > 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 > > Is it good to include payload crc calculation in hash library as I see all hash related functionality there? I think yes. Pablo?