Re: [PATCH net-next,v3] hyperv: Add handling of IP header with option field in netvsc_set_hash()

2014-10-17 Thread David Miller
From: Haiyang Zhang Date: Thu, 16 Oct 2014 14:47:58 -0700 > In case that the IP header has optional field at the end, this patch will > get the port numbers after that field, and compute the hash. The general > parser skb_flow_dissect() is used here. > > Signed-off-by: Haiyang Zhang > Reviewed-

[PATCH net-next,v3] hyperv: Add handling of IP header with option field in netvsc_set_hash()

2014-10-16 Thread Haiyang Zhang
In case that the IP header has optional field at the end, this patch will get the port numbers after that field, and compute the hash. The general parser skb_flow_dissect() is used here. Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan --- drivers/net/hyperv/netvsc_drv.c | 26 ++