Re: [dpdk-dev] [PATCH v5 1/8] net/tap: remove wrong IFF_NOARP flags

2017-03-15 Thread Wiles, Keith
> On Mar 15, 2017, at 10:48 PM, Pascal Mazon wrote: > > There is no reason not to support ARP on a tap netdevice. > Focus on IFF_UP when a link status change is required. > > Fixes: f457b472b1f2 ("net/tap: add link up and down operations") > Signed-off-by: Pascal Mazon > Reviewed-by: Ferruh Yi

[dpdk-dev] [PATCH v5 1/8] net/tap: remove wrong IFF_NOARP flags

2017-03-15 Thread Pascal Mazon
There is no reason not to support ARP on a tap netdevice. Focus on IFF_UP when a link status change is required. Fixes: f457b472b1f2 ("net/tap: add link up and down operations") Signed-off-by: Pascal Mazon Reviewed-by: Ferruh Yigit --- drivers/net/tap/rte_eth_tap.c | 4 ++-- 1 file changed, 2 i