31/03/2018 19:08, Anatoly Burakov: > During lcore scan, find all socket ID's and store them, and > provide public API to query valid socket id's. This will break > the ABI, so bump ABI version. > > Also, remove deprecation notice corresponding to this change. > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > Acked-by: Gowrishankar Muthukrishnan <gowrishanka...@linux.vnet.ibm.com> > --- > > Notes: > v7: > - Renamed rte_num_socket_ids() to rte_socket_count() > - Removed deprecation notice associated with this change > - Addressed review comments
You forgot the release notes for the ABI version (from my previous review). Applied and fixed.