[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1417575735.5303.84.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Tue, 02 Dec 2014 19:02:15 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Mahesh Bandewar <maheshb@...gle.com>
Cc: netdev <netdev@...r.kernel.org>,
David Miller <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Roopa Prabhu <roopa@...ulusnetworks.com>,
Toshiaki Makita <makita.toshiaki@....ntt.co.jp>
Subject: Re: [PATCH net-next v2] rtnetlink: delay RTM_DELLINK notification
until after ndo_uninit()
On Tue, 2014-12-02 at 18:43 -0800, Mahesh Bandewar wrote:
> +
> +void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change,
> + gfp_t flags)
> +{
> + struct sk_buff *skb;
> +
> + skb = rtmsg_ifinfo_build_skb(type, dev, change, flags);
> + if (!skb)
if (skb)
> + rtmsg_ifinfo_send(skb, dev, flags);
> }
> EXPORT_SYMBOL(rtmsg_ifinfo);
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists