Re: [dpdk-dev] [PATCH v5 0/3] run-time Linking support

2017-10-04 Thread Li, Xiaoyun
OK. Will send it later. Many thanks! > -Original Message- > From: Ananyev, Konstantin > Sent: Thursday, October 5, 2017 01:56 > To: Li, Xiaoyun ; Richardson, Bruce > > Cc: Lu, Wenzhuo ; Zhang, Helin > ; dev@dpdk.org > Subject: RE: [PATCH v5 0/3] run-time Linking support > > Hi Xiaouyn, >

Re: [dpdk-dev] [PATCH v5 0/3] run-time Linking support

2017-10-04 Thread Ananyev, Konstantin
Hi Xiaouyn, > -Original Message- > From: Li, Xiaoyun > Sent: Tuesday, October 3, 2017 4:00 PM > To: Ananyev, Konstantin ; Richardson, Bruce > > Cc: Lu, Wenzhuo ; Zhang, Helin ; > dev@dpdk.org; Li, Xiaoyun > Subject: [PATCH v5 0/3] run-time Linking support > > This patchset dynamically

[dpdk-dev] [PATCH v5 0/3] run-time Linking support

2017-10-03 Thread Xiaoyun Li
This patchset dynamically selects functions at run-time based on CPU flags that current machine supports.This patchset modifies mempcy, memcpy perf test and x86 EFD, using function pointers and bind them at constructor time. Then in the cloud environment, users can compiler once for the minimum tar