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

No differences found