[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <3DBBD805E3BA064A87F551C0E8BD367402897491@MAILSRV.intcomgrp.com>
Date: Wed, 13 Jan 2010 12:46:05 -0500
From: "James Kosin" <JKosin@...comgrp.com>
To: <linux-kernel@...r.kernel.org>
Cc: "Linux Netdev List" <netdev@...r.kernel.org>,
"Eric Dumazet" <eric.dumazet@...il.com>
Subject: [PATCH 2/2] net: at91_ether.c - Allow transmitter interrupt to be handled first in ISR
Ok,
This next patch is optional....
The idea is TUND should only happen on occasions when the PHY is unable
to receive the transmitter data in a timely fashion to successfully send
the data in a single burst. This is not a hard error; so, why do we
treat it as such.
This patch allows the transmitter to resend the failed skb inside the
ISR without having to deal with the overhead of freeing the skb then
having the main task re-allocate a new skb for the failed packet.
James Kosin
Download attachment "ether_patch_2.patch" of type "application/octet-stream" (1348 bytes)
Powered by blists - more mailing lists