On 16-10-13 03:46 AM, Eric Dumazet wrote:
On Wed, 2016-10-12 at 09:36 -0700, Cong Wang wrote:
quoted
On Sun, Oct 9, 2016 at 8:25 PM, Eric Dumazet [off-list ref] wrote:
quoted
+ 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.
I would toss a coin and if it lands on tail then make the change ;->
(probably in a separate patch).
cheers,
jamal