From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next,v3] hyperv: Add handling of IP header with option field in netvsc_set_hash() Date: Fri, 17 Oct 2014 23:43:58 -0400 (EDT) Message-ID: <20141017.234358.41209953117216295.davem@davemloft.net> References: <1413496078-25066-1-git-send-email-haiyangz@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: olaf@aepfle.de, netdev@vger.kernel.org, jasowang@redhat.com, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org To: haiyangz@microsoft.com Return-path: In-Reply-To: <1413496078-25066-1-git-send-email-haiyangz@microsoft.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" List-Id: netdev.vger.kernel.org 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-by: K. Y. Srinivasan Applied, thanks.