netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick Mullaney <pmullaney@novell.com>
To: alacrityvm-devel@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org, kaber@trash.net, arnd@arndb.de,
	netdev@vger.kernel.org
Subject: [PATCH 2/3] macvlan: add GRO bit to features mask
Date: Thu, 14 Jan 2010 16:53:10 -0500	[thread overview]
Message-ID: <20100114215310.4958.46657.stgit@mimic.site> (raw)
In-Reply-To: <20100114215058.4958.87746.stgit@mimic.site>

Allow macvlan devices to support GRO.

Signed-off-by: Patrick Mullaney <pmullaney@novell.com>
---

 drivers/net/macvlan.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c
index 0a389b8..94bb135 100644
--- a/drivers/net/macvlan.c
+++ b/drivers/net/macvlan.c
@@ -316,7 +316,7 @@ static struct lock_class_key macvlan_netdev_addr_lock_key;
 #define MACVLAN_FEATURES \
 	(NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
 	 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_GSO_ROBUST | \
-	 NETIF_F_TSO_ECN | NETIF_F_TSO6)
+	 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO)
 
 #define MACVLAN_STATE_MASK \
 	((1<<__LINK_STATE_NOCARRIER) | (1<<__LINK_STATE_DORMANT))

  parent reply	other threads:[~2010-01-14 21:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-14 21:52 [PATCH 0/3] vbus: venet macvlan rt netlink changes Patrick Mullaney
2010-01-14 21:53 ` [PATCH 1/3] venet-macvlan: allow rt netlink to create venet macvlan devices Patrick Mullaney
2010-01-14 21:53 ` Patrick Mullaney [this message]
2010-01-15 10:08   ` [PATCH 2/3] macvlan: add GRO bit to features mask Patrick McHardy
2010-01-15 20:00     ` [PATCH] " Patrick Mullaney
2010-01-16  9:05       ` David Miller
2010-01-14 21:53 ` [PATCH 3/3] macvlan: use rtnl_link_ops->dellink during unregister notications Patrick Mullaney
2010-02-01 12:53 ` [PATCH 0/3] vbus: venet macvlan rt netlink changes Gregory Haskins

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=20100114215310.4958.46657.stgit@mimic.site \
    --to=pmullaney@novell.com \
    --cc=alacrityvm-devel@lists.sourceforge.net \
    --cc=arnd@arndb.de \
    --cc=kaber@trash.net \
    --cc=linux-kernel@vger.kernel.org \
    --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).