Re: [dpdk-dev] [PATCH v4 07/10] distributor: rename v2.0 ABI to _single suffix

2019-10-17 Thread Hunt, David
On 17/10/2019 15:31, Anatoly Burakov wrote: From: Marcin Baran The original ABI versioning was slightly misleading in that the DPDK 2.0 ABI was really a single mode for the distributor, and is used as such throughout the distributor code. Fix this by renaming all _v20 API's to _single API's,

[dpdk-dev] [PATCH v4 07/10] distributor: rename v2.0 ABI to _single suffix

2019-10-17 Thread Anatoly Burakov
From: Marcin Baran The original ABI versioning was slightly misleading in that the DPDK 2.0 ABI was really a single mode for the distributor, and is used as such throughout the distributor code. Fix this by renaming all _v20 API's to _single API's, and remove symbol versioning. Signed-off-by: M