Re: [dpdk-dev] [PATCH v8 7/9] ethdev: add switch domain allocator

2018-04-26 Thread Ananyev, Konstantin
> -Original Message- > From: Doherty, Declan > Sent: Thursday, April 26, 2018 11:41 AM > To: dev@dpdk.org > Cc: Adrien Mazarguil ; Yigit, Ferruh > ; Thomas Monjalon ; > Shahaf Shuler ; Ananyev, Konstantin > ; Doherty, Declan > > Subject: [dpdk-dev][PA

[dpdk-dev] [PATCH v8 7/9] ethdev: add switch domain allocator

2018-04-26 Thread Declan Doherty
Add switch domain allocate and free API to enable NET devices to synchronise switch domain allocation. Signed-off-by: Declan Doherty --- lib/librte_ether/rte_ethdev.c | 54 + lib/librte_ether/rte_ethdev_driver.h| 39 lib/libr