Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:[email protected]] > Sent: Wednesday, March 1, 2017 6:46 PM > To: Singh, Jasvinder <[email protected]> > Cc: [email protected]; Doherty, Declan <[email protected]> > 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?

