[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170120.122247.579482338385386692.davem@davemloft.net>
Date: Fri, 20 Jan 2017 12:22:47 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: mahesh@...dewar.net
Cc: edumazet@...gle.com, netdev@...r.kernel.org, maheshb@...gle.com
Subject: Re: [PATCH next 0/3] use netdev_is_rx_handler_busy() in few known
cases
From: Mahesh Bandewar <mahesh@...dewar.net>
Date: Wed, 18 Jan 2017 15:02:45 -0800
> netdev_rx_handler_register() was recently split into two parts - (a) check
> if the handler is used, (b) register the new handler, parts. This is
> helpful in scenarios like bonding where at the time of registration there
> is too much state to unwind and it should check if the device is free
> before building that state. IPvlan and macvlan drivers don't have this
> issue however it can make use of the same check instead of using a device
> specific check.
Looks good, series applied, thanks.
Powered by blists - more mailing lists