Re: [dpdk-dev] [PATCH v2 07/10] lib: change function suffix in distributor

2019-10-16 Thread Hunt, David
On 16/10/2019 13:43, Anatoly Burakov wrote: From: Marcin Baran The functions and structures version 2.0 is still in use in librte_distributor for single packet mode but the version suffix "_v20" needs to be changed to "_single" in order to avoid confusion. Signed-off-by: Marcin Baran Signed

[dpdk-dev] [PATCH v2 07/10] lib: change function suffix in distributor

2019-10-16 Thread Anatoly Burakov
From: Marcin Baran The functions and structures version 2.0 is still in use in librte_distributor for single packet mode but the version suffix "_v20" needs to be changed to "_single" in order to avoid confusion. Signed-off-by: Marcin Baran Signed-off-by: Anatoly Burakov --- Notes: Dave: