Skip to content
  • Krishna Kumar's avatar
    core: Factor out flow calculation from get_rps_cpu · bfb564e7
    Krishna Kumar authored
    
    
    Factor out flow calculation code from get_rps_cpu, since other
    functions can use the same code.
    
    Revisions:
    
    v2 (Ben): Separate flow calcuation out and use in select queue.
    v3 (Arnd): Don't re-implement MIN.
    v4 (Changli): skb->data points to ethernet header in macvtap, and
    	make a fast path. Tested macvtap with this patch.
    v5 (Changli):
    	- Cache skb->rxhash in skb_get_rxhash
    	- macvtap may not have pow(2) queues, so change code for
    	  queue selection.
        (Arnd):
    	- Use first available queue if all fails.
    
    Signed-off-by: default avatarKrishna Kumar <krkumar2@in.ibm.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    bfb564e7