From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Durrant Subject: [PATCH 0/4] Updates to public/io/netif.h Date: Fri, 16 Oct 2015 13:36:18 +0100 Message-ID: <1444998982-23881-1-git-send-email-paul.durrant@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zn4FN-0003N0-Jr for xen-devel@lists.xenproject.org; Fri, 16 Oct 2015 12:36:33 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Paul Durrant List-Id: xen-devel@lists.xenproject.org This series makes several modifications to netif.h in anticipation of implementing NDIS RSS support in the Windows frontend driver. Patch #1 documents the (sad) reality of the netif_rx_request/response id field, which has been long overdue. Patch #2 adds a definition of the NETRXF_gso_prefix flag which has been present in the Linux variant of the header for several years Patch #3 adds documentation for how negotiation of a hash algortithm to be used on the frontend receive side should be done. Patch #4 adds a new netif_extra_info type for passing hash values between backend and frontend (or vice versa).