On Fri, 15 Dec 2017 11:34:37 +0000 Radu Nicolau <radu.nico...@intel.com> wrote:
> Functions like nl_recev and nl_send name clash functions in the > libnl library (https://www.infradead.org/~tgr/libnl/). > All functions declared in tap_netlink.h were decorated with tap_ > for consistency. > > Signed-off-by: Radu Nicolau <radu.nico...@intel.com> > --- This make sense to fix, but name clash should only matter if tap PMD and libnl were statically linked in same application. Wouldn't that be a license violation.