]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit20fd988c5fb98f90df632afe5a6e149b5030819d
tree74ccf6e63f2a8192502f432376b1f68136ace8b1
parent8c44691775494fbd2244e23a3e2729f44de7ca3c
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