On 10/28/2019 1:03 PM, Neil Horman wrote: > On Mon, Oct 28, 2019 at 11:49:34AM +0100, Thomas Monjalon wrote: >> The function rte_eth_dev_count() was marked as deprecated in DPDK 18.05 >> in commit d9a42a69febf ("ethdev: deprecate port count function"). >> It was planned to be removed after 19.11 LTS release, >> but given we must not break ABI between 19.11 and 20.11, >> it is removed now. >> >> Note the ABI version is not dumped in this commit >> because other changes already did. >> >> Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > Acked-by: Neil Horman <nhor...@tuxdriver.com> >
Applied to dpdk-next-net/master, thanks.