Re: [dpdk-dev] [PATCH v1 1/4] eal: rename phys_addr_t to iova_addr_t

2017-09-18 Thread Burakov, Anatoly
Why was this added? (This also causes a compile issue according to build automation) Thanks, Anatoly Never mind, didn't notice v2 was out :/

Re: [dpdk-dev] [PATCH v1 1/4] eal: rename phys_addr_t to iova_addr_t

2017-09-18 Thread santosh
On Monday 18 September 2017 07:36 PM, Burakov, Anatoly wrote: > Hi Santosh, > > On 14-Aug-17 4:15 PM, Santosh Shukla wrote: >> Signed-off-by: Santosh Shukla >> --- >> v1 note: >> - As changes percolate to all possible dpdk subsystem.. >>so its difficult to tag subject with one common title, >

Re: [dpdk-dev] [PATCH v1 1/4] eal: rename phys_addr_t to iova_addr_t

2017-09-18 Thread Burakov, Anatoly
Hi Santosh, On 14-Aug-17 4:15 PM, Santosh Shukla wrote: Signed-off-by: Santosh Shukla --- v1 note: - As changes percolate to all possible dpdk subsystem.. so its difficult to tag subject with one common title, but since, core of changeset is at eal layer so keeping 'eal:' as title.

[dpdk-dev] [PATCH v1 1/4] eal: rename phys_addr_t to iova_addr_t

2017-08-14 Thread Santosh Shukla
Signed-off-by: Santosh Shukla --- v1 note: - As changes percolate to all possible dpdk subsystem.. so its difficult to tag subject with one common title, but since, core of changeset is at eal layer so keeping 'eal:' as title. app/test-crypto-perf/cperf_test_vectors.h | 4 +-- do