Re: [dpdk-dev] [PATCH v2] ring: use aligned memzone allocation

2017-06-02 Thread Verkamp, Daniel
ligned SSE instructions), but it is undefined behavior according to the C standard, and UBSan (-fsanitize=undefined) checks for this. Thanks, -- Daniel Verkamp > -Original Message- > From: Ananyev, Konstantin > Sent: Friday, June 2, 2017 1:52 PM > To: Verkamp, Daniel ; dev@dpdk.org

Re: [dpdk-dev] [PATCH v2] ring: use aligned memzone allocation

2017-06-05 Thread Verkamp, Daniel
> -Original Message- > From: Ananyev, Konstantin > Sent: Saturday, June 3, 2017 3:00 AM > To: Verkamp, Daniel ; dev@dpdk.org > Cc: Richardson, Bruce > Subject: RE: [dpdk-dev] [PATCH v2] ring: use aligned memzone allocation > > > > > > > The PROD/C