netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* special handling before ndo_start_xmit() been invoked
@ 2011-07-27 10:48 jiangtao.jit
  2011-07-28 19:37 ` Jiri Pirko
  2011-07-30  8:24 ` jiangtao.jit
  0 siblings, 2 replies; 3+ messages in thread
From: jiangtao.jit @ 2011-07-27 10:48 UTC (permalink / raw)
  To: netdev; +Cc: jiangtao.jit

Hi all:

in struct net_device
there is a function pointer    rx_handler_func_t __rcu	*rx_handler
it's very convenient to register a function in an externel module
and do some special handlings

so i think what about to add an tx_handler_func
before        ndo_start_xmit() been invoked
and do some special things before transmit

is it necessary or there is already some other better methods to achieve this goal ?
Thank you all

-------
2011-07-27 
jiangtao.jit 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-30  8:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-27 10:48 special handling before ndo_start_xmit() been invoked jiangtao.jit
2011-07-28 19:37 ` Jiri Pirko
2011-07-30  8:24 ` jiangtao.jit

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).