[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTiksELHr4Ln9pW_k4qcNcXBmBuT2aw@mail.gmail.com>
Date: Tue, 5 Apr 2011 14:29:14 -0700
From: Jesse Gross <jesse@...nel.org>
To: Anton Blanchard <anton@...ba.org>
Cc: leitao@...ux.vnet.ibm.com, netdev@...r.kernel.org,
michael@...erman.id.au
Subject: Re: [PATCH 14/14] ehea: Add GRO support
On Tue, Apr 5, 2011 at 4:45 AM, Anton Blanchard <anton@...ba.org> wrote:
> @@ -728,7 +716,14 @@ static int ehea_proc_rwqes(struct net_de
> }
>
> processed_bytes += skb->len;
> - ehea_proc_skb(pr, cqe, skb);
> +
> + if ((cqe->status & EHEA_CQE_VLAN_TAG_XTRACT) &&
> + pr->port->vgrp) {
> + vlan_gro_receive(&pr->napi, pr->port->vgrp,
> + cqe->vlan_tag, skb);
Thank you for removing the old LRO code but the vlan-specific GRO
entry point is deprecated as well so please don't add new uses of it.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists