Re: [PATCH v3 iproute] ip: Add support for netdev events to monitor

2017-04-09 Thread David Miller
From: David Ahern Date: Sat, 8 Apr 2017 22:54:07 -0400 > On 4/8/17 10:33 PM, David Miller wrote: >> From: David Ahern >> Date: Sat, 8 Apr 2017 18:24:06 -0400 >> >>> per comments on the email thread about reducing notifications, the >>> kernel

Re: [PATCH v3 iproute] ip: Add support for netdev events to monitor

2017-04-08 Thread David Ahern
On 4/8/17 10:33 PM, David Miller wrote: > From: David Ahern > Date: Sat, 8 Apr 2017 18:24:06 -0400 > >> per comments on the email thread about reducing notifications, the >> kernel patch for this should be reverted (and hence this iproute2 patch >> is not needed) in

Re: [PATCH v3 iproute] ip: Add support for netdev events to monitor

2017-04-08 Thread David Miller
From: David Ahern Date: Sat, 8 Apr 2017 18:24:06 -0400 > per comments on the email thread about reducing notifications, the > kernel patch for this should be reverted (and hence this iproute2 patch > is not needed) in favor of using a bitmask. Right now there are too

Re: [PATCH v3 iproute] ip: Add support for netdev events to monitor

2017-04-08 Thread David Ahern
On 4/4/17 9:25 AM, Vladislav Yasevich wrote: > Add IFLA_EVENT handling so that event types can be viewed with > 'monitor' command. This gives a little more information for why > a given message was receivied. > > Signed-off-by: Vladislav Yasevich > --- >

[PATCH v3 iproute] ip: Add support for netdev events to monitor

2017-04-04 Thread Vladislav Yasevich
Add IFLA_EVENT handling so that event types can be viewed with 'monitor' command. This gives a little more information for why a given message was receivied. Signed-off-by: Vladislav Yasevich --- include/linux/if_link.h | 21 + ip/ipaddress.c |