On Mon, 26 Feb 2007 14:58:49 -0800
Roland Dreier <[EMAIL PROTECTED]> wrote:

> Chelsio without NAPI enabled has been broken (won't compile) since
> 3de00b89 ("chelsio: NAPI speed improvement"):
> 
>     drivers/net/chelsio/sge.c: In function `t1_interrupt`:
>     drivers/net/chelsio/sge.c:1716: error: `Q` undeclared (first use in this 
> function)
> 
> The change below seems to add back in the declaration and
> initialization of `Q` that was removed by mistake, and at least makes
> the driver compile for me, although I have no hardware and hence no
> way to test whether this actually works.
> 
> Signed-off-by: Roland Dreier <[EMAIL PROTECTED]>
> ---
> Jeff, I haven't seen any response from Stephen but Divy from Chelsio
> seemed to agree with this patch, so can you please merge it?  Right
> now the build is broken with CONFIG_CHELSIO_T1_NAPI=n.
> 
> Thanks.
> 
> 

I agree it was an obvious goof.

-- 
Stephen Hemminger <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to