[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101015134158.GA4417@electric-eye.fr.zoreil.com>
Date: Fri, 15 Oct 2010 15:41:58 +0200
From: Francois Romieu <romieu@...zoreil.com>
To: Stanislaw Gruszka <sgruszka@...hat.com>
Cc: netdev@...r.kernel.org, Denis Kirjanov <kirjanov@...il.com>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH 1/6] r8169: check dma mapping failures
Stanislaw Gruszka <sgruszka@...hat.com> :
> Check possible dma mapping errors and do clean up if it happens,
> when sending frames stop the tx queue.
Almost ok: NETDEV_TX_BUSY can not be used like that. Afaik the DMA
failure path in the driver really wants a NETDEV_TX_OK (and a device
stats update, though missing in tg3 ?).
Actually the former NETDEV_TX_BUSY condition mostly checks for a bug.
--
Ueimor
--
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