netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Pirko <jiri@resnulli.us>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, edumazet@google.com, fbl@redhat.com
Subject: [patch net-next,repost 0/2] team: introduce random mode
Date: Wed,  6 Mar 2013 12:31:11 +0100	[thread overview]
Message-ID: <1362569473-4310-1-git-send-email-jiri@resnulli.us> (raw)

Jiri Pirko (2):
  team: introduce two default team_modeop functions and use them in
    modes
  team: introduce random mode

 drivers/net/team/Kconfig                | 12 ++++++
 drivers/net/team/Makefile               |  1 +
 drivers/net/team/team.c                 | 19 +++++++--
 drivers/net/team/team_mode_broadcast.c  | 14 +------
 drivers/net/team/team_mode_random.c     | 71 +++++++++++++++++++++++++++++++++
 drivers/net/team/team_mode_roundrobin.c | 36 ++---------------
 include/linux/if_team.h                 | 25 +++++++++++-
 7 files changed, 129 insertions(+), 49 deletions(-)
 create mode 100644 drivers/net/team/team_mode_random.c

-- 
1.8.1.2

             reply	other threads:[~2013-03-06 11:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-06 11:31 Jiri Pirko [this message]
2013-03-06 11:31 ` [patch net-next,repost 1/2] team: introduce two default team_modeop functions and use them in modes Jiri Pirko
2013-03-06 11:31 ` [patch net-next,repost 2/2] team: introduce random mode Jiri Pirko
2013-03-06 19:55 ` [patch net-next,repost 0/2] " David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1362569473-4310-1-git-send-email-jiri@resnulli.us \
    --to=jiri@resnulli.us \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fbl@redhat.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).