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

2018-01-09 Thread Ferruh Yigit
On 12/15/2017 5:51 PM, Ferruh Yigit wrote: > On 12/15/2017 3:34 AM, Radu Nicolau 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

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

2017-12-15 Thread Ferruh Yigit
On 12/15/2017 3:34 AM, Radu Nicolau 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 Reviewed-by:

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

2017-12-15 Thread Nicolau, Radu
> -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Friday, December 15, 2017 4:20 PM > To: Nicolau, Radu > Cc: dev@dpdk.org; Yigit, Ferruh ; > pascal.ma...@6wind.com > Subject: Re: [dpdk-dev] [PATCH] net/tap: renamed netlink

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

2017-12-15 Thread Stephen Hemminger
On Fri, 15 Dec 2017 11:34:37 + Radu Nicolau 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

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

2017-12-15 Thread Nicolau, Radu
> -Original Message- > From: Richardson, Bruce > Sent: Friday, December 15, 2017 11:58 AM > To: Nicolau, Radu > Cc: dev@dpdk.org; Yigit, Ferruh ; > pascal.ma...@6wind.com > Subject: Re: [dpdk-dev] [PATCH] net/tap: renamed netlink functions > > On Fri, Dec 1

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

2017-12-15 Thread Bruce Richardson
On Fri, Dec 15, 2017 at 11:34:37AM +, Radu Nicolau 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 Nic

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

2017-12-15 Thread Radu Nicolau
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 --- drivers/net/tap/rte_eth_tap.c | 12 ++-- drivers/net/tap/tap_f