Re: [dpdk-dev] [PATCH v7 2/3] eal: rename mp_request to mp_request_sync

2018-04-01 Thread Tan, Jianfeng
> -Original Message- > From: Burakov, Anatoly > Sent: Sunday, April 1, 2018 1:06 AM > To: dev@dpdk.org > Cc: Tan, Jianfeng; Ananyev, Konstantin; tho...@monjalon.net > Subject: [PATCH v7 2/3] eal: rename mp_request to mp_request_sync > > Rename rte_mp_request to rte_mp_request_sync to ind

[dpdk-dev] [PATCH v7 2/3] eal: rename mp_request to mp_request_sync

2018-03-31 Thread Anatoly Burakov
Rename rte_mp_request to rte_mp_request_sync to indicate that this request will be done synchronously (as opposed to asynchronous request, which comes in next patch). Also, fix alphabetical ordering for .map file. Signed-off-by: Anatoly Burakov Suggested-by: Thomas Monjalon --- Notes: v7: