Re: [dpdk-dev] [PATCH v1] lib/hash: support non sse42 cpu architecture

2021-04-08 Thread Amber, Kumar
Hi Thomas , Pls reject it -Original Message- From: Thomas Monjalon Sent: Friday, April 9, 2021 4:12 AM To: Amber, Kumar Cc: Wang, Yipeng1 ; dev@dpdk.org; Richardson, Bruce ; Gobriel, Sameh Subject: Re: [dpdk-dev] [PATCH v1] lib/hash: support non sse42 cpu architecture 25/03/2021

Re: [dpdk-dev] [PATCH v1] lib/hash: support non sse42 cpu architecture

2021-04-08 Thread Stephen Hemminger
On Fri, 09 Apr 2021 00:41:34 +0200 Thomas Monjalon wrote: > 25/03/2021 09:06, Thomas Monjalon: > > 24/03/2021 23:59, Wang, Yipeng1: > > > From: kumar amber > > > > > > > > add _SSE42_ flag to enable compilation of > > > > sse42 specific instructions only on supported architecture > > > > >

Re: [dpdk-dev] [PATCH v1] lib/hash: support non sse42 cpu architecture

2021-04-08 Thread Thomas Monjalon
25/03/2021 09:06, Thomas Monjalon: > 24/03/2021 23:59, Wang, Yipeng1: > > From: kumar amber > > > > > > add _SSE42_ flag to enable compilation of > > > sse42 specific instructions only on supported architecture > > > > > > Signed-off-by: kumar amber [...] > > [Wang, Yipeng] > > Hi, Kumar, thank

Re: [dpdk-dev] [PATCH v1] lib/hash: support non sse42 cpu architecture

2021-03-25 Thread Thomas Monjalon
24/03/2021 23:59, Wang, Yipeng1: > From: kumar amber > > > > add _SSE42_ flag to enable compilation of > > sse42 specific instructions only on supported architecture > > > > Signed-off-by: kumar amber > > --- > > lib/librte_hash/rte_hash_crc.h | 16 > > 1 file changed, 8 insert

Re: [dpdk-dev] [PATCH v1] lib/hash: support non sse42 cpu architecture

2021-03-24 Thread Wang, Yipeng1
> -Original Message- > From: dev On Behalf Of kumar amber > Sent: Monday, January 11, 2021 11:25 PM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH v1] lib/hash: support non sse42 cpu architecture > > add _SSE42_ flag to enable compila

Re: [dpdk-dev] [PATCH v1] lib/hash: support non sse42 cpu architecture

2021-03-24 Thread Thomas Monjalon
There was no review of this patch in last 2 months. +Cc Yipeng and Sameh 12/01/2021 08:24, kumar amber: > add _SSE42_ flag to enable compilation of > sse42 specific instructions only on supported > architecture > > Signed-off-by: kumar amber > --- > lib/librte_hash/rte_hash_crc.h | 16

[dpdk-dev] [PATCH v1] lib/hash: support non sse42 cpu architecture

2021-01-11 Thread kumar amber
add _SSE42_ flag to enable compilation of sse42 specific instructions only on supported architecture Signed-off-by: kumar amber --- lib/librte_hash/rte_hash_crc.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/librte_hash/rte_hash_crc.h b/lib/librte_hash