]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/core/dev.c
skb: expose and constify hash primitives
authorStephen Hemminger <shemminger@vyatta.com>
Sat, 21 Mar 2009 20:39:26 +0000 (13:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Mar 2009 20:39:26 +0000 (13:39 -0700)
commit9247744e5eaa29aecee5342a0c8694187a6aadcd
tree74ccf6e63f2a8192502f432376b1f68136ace8b1
parent1f1900f935e810d01c716fa2aaf8c9d25caa4151
skb: expose and constify hash primitives

Some minor changes to queue hashing:
 1. Use const on accessor functions
 2. Export skb_tx_hash for use in drivers (see ixgbe)

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/dev.c