netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Pirko <jpirko@redhat.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, shemminger@linux-foundation.org,
	eric.dumazet@gmail.com, greearb@candelatech.com,
	mirqus@gmail.com, kou.ishizaki@toshiba.co.jp, jens@de.ibm.com
Subject: [patch net-next-2.6 17/21] spider_net: do not mention dying vlan_hwaccel_receive_skb
Date: Fri, 15 Jul 2011 23:33:35 +0200	[thread overview]
Message-ID: <1310765619-27827-18-git-send-email-jpirko@redhat.com> (raw)
In-Reply-To: <1310765619-27827-1-git-send-email-jpirko@redhat.com>

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
---
 drivers/net/spider_net.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/drivers/net/spider_net.c b/drivers/net/spider_net.c
index 9bc6c20..1ff3491c 100644
--- a/drivers/net/spider_net.c
+++ b/drivers/net/spider_net.c
@@ -1004,9 +1004,7 @@ spider_net_pass_skb_up(struct spider_net_descr *descr,
 	}
 
 	if (data_status & SPIDER_NET_VLAN_PACKET) {
-		/* further enhancements: HW-accel VLAN
-		 * vlan_hwaccel_receive_skb
-		 */
+		/* further enhancements: HW-accel VLAN */
 	}
 
 	/* update netdevice statistics */
-- 
1.7.6


  parent reply	other threads:[~2011-07-15 21:34 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-15 21:33 [patch net-next-2.6 00/22] vlan cleanup round1 Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 01/21] nes: do vlan cleanup Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 02/21] ehea: unify vlan and nonvlan rx path Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 03/21] kill lro_vlan_hwaccel_receive_skb Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 04/21] amd8111e: do vlan cleanup Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 05/21] atl1c: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 06/21] atl1e: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 07/21] bnad: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 08/21] chelsio: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 09/21] cxgb4vf: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 10/21] enic: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 11/21] gianfar: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 12/21] igbvf: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 13/21] jme: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 14/21] mlx4: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 15/21] qlge: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 16/21] s2io: " Jiri Pirko
2011-07-15 21:33 ` Jiri Pirko [this message]
2011-07-15 21:33 ` [patch net-next-2.6 18/21] tehuti: " Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 19/21] lro: unify vlan and nonvlan rx path Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 20/21] lro: kill lro_vlan_hwaccel_receive_frags Jiri Pirko
2011-07-15 21:33 ` [patch net-next-2.6 21/21] vlan: kill vlan_hwaccel_receive_skb Jiri Pirko
2011-07-15 22:15 ` [patch net-next-2.6 00/22] vlan cleanup round1 Michał Mirosław
2011-07-15 23:07   ` Jiri Pirko
2011-07-16 10:05     ` Jiri Pirko

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=1310765619-27827-18-git-send-email-jpirko@redhat.com \
    --to=jpirko@redhat.com \
    --cc=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=greearb@candelatech.com \
    --cc=jens@de.ibm.com \
    --cc=kou.ishizaki@toshiba.co.jp \
    --cc=mirqus@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=shemminger@linux-foundation.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).