Re: [RFC PATCH net-next v3 1/4] net core: Add IFF_PROTO_DOWN support.

2015-04-29 Thread Anuradha Karuppiah
On Wed, Apr 29, 2015 at 4:07 PM, Anuradha Karuppiah wrote: > On Wed, Apr 29, 2015 at 3:13 PM, Stephen Hemminger > wrote: >> On Mon, 27 Apr 2015 10:38:21 -0700 >> anurad...@cumulusnetworks.com wrote: >> >>> From: Anuradha Karuppiah >>> >>> This patch introduces an IFF_PROTO_DOWN flag that can be

Re: [RFC PATCH net-next v3 1/4] net core: Add IFF_PROTO_DOWN support.

2015-04-28 Thread Anuradha Karuppiah
On Mon, Apr 27, 2015 at 11:05 PM, Scott Feldman wrote: > On Mon, Apr 27, 2015 at 10:38 AM, wrote: >> From: Anuradha Karuppiah >> >> This patch introduces an IFF_PROTO_DOWN flag that can be used by >> user space applications to notify drivers that errors have been >> detected on the device. >> >

Re: [RFC PATCH net-next v3 1/4] net core: Add IFF_PROTO_DOWN support.

2015-04-27 Thread Scott Feldman
On Mon, Apr 27, 2015 at 10:38 AM, wrote: > From: Anuradha Karuppiah > > This patch introduces an IFF_PROTO_DOWN flag that can be used by > user space applications to notify drivers that errors have been > detected on the device. > > Signed-off-by: Anuradha Karuppiah > Signed-off-by: Andy Gospod

[RFC PATCH net-next v3 1/4] net core: Add IFF_PROTO_DOWN support.

2015-04-27 Thread anuradhak
From: Anuradha Karuppiah This patch introduces an IFF_PROTO_DOWN flag that can be used by user space applications to notify drivers that errors have been detected on the device. Signed-off-by: Anuradha Karuppiah Signed-off-by: Andy Gospodarek Signed-off-by: Roopa Prabhu Signed-off-by: Wilson