From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH net-next 4/4] xen-netback: use hash value from the frontend Date: Tue, 10 May 2016 14:29:23 +0100 Message-ID: <20160510132923.GF12241@citrix.com> References: <1462447170-1815-1-git-send-email-paul.durrant@citrix.com> <1462447170-1815-5-git-send-email-paul.durrant@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , Wei Liu To: Paul Durrant Return-path: Received: from smtp02.citrix.com ([66.165.176.63]:30188 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751119AbcEJN3Z (ORCPT ); Tue, 10 May 2016 09:29:25 -0400 Content-Disposition: inline In-Reply-To: <1462447170-1815-5-git-send-email-paul.durrant@citrix.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, May 05, 2016 at 12:19:30PM +0100, Paul Durrant wrote: > My recent patch to include/xen/interface/io/netif.h defines a new extra > info type that can be used to pass hash values between backend and guest > frontend. > > This patch adds code to xen-netback to use the value in a hash extra > info fragment passed from the guest frontend in a transmit-side > (i.e. netback receive side) packet to set the skb hash accordingly. > > Signed-off-by: Paul Durrant > Cc: Wei Liu Acked-by: Wei Liu