public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] bonding: add lp_interval option support and simplify the code
@ 2013-12-21  6:39 Ding Tianhong
  2013-12-31  5:40 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Ding Tianhong @ 2013-12-21  6:39 UTC (permalink / raw)
  To: Jay Vosburgh, Andy Gospodarek, David S. Miller, Veaceslav Falico,
	Netdev, Scott Feldman

The option lp_interval could only be set by sysfs, so add support for loading module.
and update the Documentation/networking/bonding.txt for this option.

Use micro BOND_NO_USE_ARP to simplify the code for mode check.

v2: according to the networking coding style, the patch 01/03 need to cleanup the
    style problem, thanks scott for his advice. The bond_check_param() have too
    many duplicated code with bond sysfs, so I think when scott finish the bond_option_xxx_set(),
    the bond_check_param() should be modify to use the bond_option_xxx_set() function
    to simplify the code.

Ding Tianhong (3):
  bonding: add option lp_interval for loading module
  bonding: ust micro BOND_NO_USE_ARP to simplify the mode check
  bonding: update Documentation/networking/bonding.txt for option
    lp_interval

 Documentation/networking/bonding.txt | 10 ++++++++++
 drivers/net/bonding/bond_main.c      | 29 +++++++++++++++--------------
 2 files changed, 25 insertions(+), 14 deletions(-)

-- 
1.8.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next v2 0/3] bonding: add lp_interval option support and simplify the code
  2013-12-21  6:39 [PATCH net-next v2 0/3] bonding: add lp_interval option support and simplify the code Ding Tianhong
@ 2013-12-31  5:40 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-12-31  5:40 UTC (permalink / raw)
  To: dingtianhong; +Cc: fubar, andy, vfalico, netdev, sfeldma

From: Ding Tianhong <dingtianhong@huawei•com>
Date: Sat, 21 Dec 2013 14:39:47 +0800

> The option lp_interval could only be set by sysfs, so add support for loading module.
> and update the Documentation/networking/bonding.txt for this option.
> 
> Use micro BOND_NO_USE_ARP to simplify the code for mode check.
> 
> v2: according to the networking coding style, the patch 01/03 need to cleanup the
>     style problem, thanks scott for his advice. The bond_check_param() have too
>     many duplicated code with bond sysfs, so I think when scott finish the bond_option_xxx_set(),
>     the bond_check_param() should be modify to use the bond_option_xxx_set() function
>     to simplify the code.

Series applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-31  5:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-21  6:39 [PATCH net-next v2 0/3] bonding: add lp_interval option support and simplify the code Ding Tianhong
2013-12-31  5:40 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox