On Wed, 2016-10-12 at 09:36 -0700, Cong Wang wrote: > On Sun, Oct 9, 2016 at 8:25 PM, Eric Dumazet <eric.duma...@gmail.com> wrote: > > + if (unicast) > > + return netlink_unicast(net->rtnl, skb, portid, > > MSG_DONTWAIT); > > Nit: rtnl_unicast() is simpler.
I copied code in rtnetlink_send(), I guess we could use rtnl_unicast() there as well.