Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Wednesday, March 1, 2017 6:46 PM > To: Singh, Jasvinder <jasvinder.si...@intel.com> > Cc: dev@dpdk.org; Doherty, Declan <declan.dohe...@intel.com> > 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?