Re: [lng-odp] [API-NEXT PATCHv2 1/3] api: dev: add device apis for numa support

2016-10-24 Thread Bill Fischofer
On Mon, Oct 24, 2016 at 3:45 PM, Maxim Uvarov wrote: > On 10/24/16 22:56, Bill Fischofer wrote: > >> Add the odp_dev_id() API used for NUMA support >> > > probably log also needs to be corrected with removing reference to NUMA. Petri didn't object to the term NUMA, just some other references wh

Re: [lng-odp] [API-NEXT PATCHv2 1/3] api: dev: add device apis for numa support

2016-10-24 Thread Maxim Uvarov
On 10/24/16 22:56, Bill Fischofer wrote: Add the odp_dev_id() API used for NUMA support probably log also needs to be corrected with removing reference to NUMA. Maxim. Signed-off-by: Bill Fischofer --- Changes for v2: - Incorporate changes suggested by Petri include/odp/api/spec/dev.h |

[lng-odp] [API-NEXT PATCHv2 1/3] api: dev: add device apis for numa support

2016-10-24 Thread Bill Fischofer
Add the odp_dev_id() API used for NUMA support Signed-off-by: Bill Fischofer --- Changes for v2: - Incorporate changes suggested by Petri include/odp/api/spec/dev.h | 89 ++ 1 file changed, 89 insertions(+) create mode 100644 include/odp/api/spec/dev