Re: [dpdk-dev] [PATCH v2 0/6] Restrict pointer aliasing with a commonwrapper

2020-07-09 Thread Joyce Kong
t; ma...@mellanox.com; shah...@mellanox.com; viachesl...@mellanox.com; > Honnappa Nagarahalli ; Phil Yang > ; Ruifeng Wang > Cc: dev@dpdk.org; nd > Subject: RE: [dpdk-dev] [PATCH v2 0/6] Restrict pointer aliasing with a > commonwrapper > > > From: dev [mailto:dev-boun.

Re: [dpdk-dev] [PATCH v2 0/6] Restrict pointer aliasing with a commonwrapper

2020-07-09 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Joyce Kong > Sent: Monday, July 6, 2020 9:49 AM > > As the 'restrict' keyword is recognized in C99, this patchset is to > add a wrapper defining '__rte_restrict' which can be supported by > all compilers. Then replace the existing 'restrict' a