[dpdk-users] GCC compile errors from 'rte_memcpy.h' in stand-alone environment

2016-06-16 Thread Pavey, Nicholas
Keith, Good suggestion. Grabbing the compilation command line from an actual DPDK build worked very nicely. Thanks, Nick From: "Wiles, Keith" Date: Thursday, June 16, 2016 at 11:16 AM To: "Pavey, Nicholas" , "users at dpdk.org" Subject: Re: [dpdk-

[dpdk-users] GCC compile errors from 'rte_memcpy.h' in stand-alone environment

2016-06-16 Thread Wiles, Keith
On 6/16/16, 10:03 AM, "users on behalf of Pavey, Nicholas" wrote: >Hi Folks, > >I?m developing a benchmarking environment for some code that I?ll eventually >link with the DPDK. However, at the moment it?s not integrated with the DPDK >because it makes testing and debug easier. > >I?d like to

[dpdk-users] GCC compile errors from 'rte_memcpy.h' in stand-alone environment

2016-06-16 Thread Pavey, Nicholas
Hi Folks, I?m developing a benchmarking environment for some code that I?ll eventually link with the DPDK. However, at the moment it?s not integrated with the DPDK because it makes testing and debug easier. I?d like to use the ?rte_memcpy? function, since it?s a good implementation using non-t