Re: [dpdk-dev] [PATCH v8 09/18] lib: add symbol versioning to distributor

2017-03-01 Thread Hunt, David
ERROR:SPACING: space prohibited before that ',' (ctx:WxW) #84: FILE: lib/librte_distributor/rte_distributor.c:172: +BIND_DEFAULT_SYMBOL(rte_distributor_get_pkt, , 17.05); ^ FYI, checkpatch does not like this regardless of whether there's a space there

[dpdk-dev] [PATCH v8 09/18] lib: add symbol versioning to distributor

2017-03-01 Thread David Hunt
Also bumped up the ABI version number in the Makefile Signed-off-by: David Hunt --- lib/librte_distributor/Makefile| 2 +- lib/librte_distributor/rte_distributor.c | 8 lib/librte_distributor/rte_distributor_v20.c | 10 ++ lib/librte_distrib