[dpdk-dev] [PATCH] net/tap: renamed netlink functions

Stephen Hemminger stephen at networkplumber.org
Fri Dec 15 17:19:56 CET 2017


On Fri, 15 Dec 2017 11:34:37 +0000
Radu Nicolau <radu.nicolau at 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.nicolau at 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.


More information about the dev mailing list