On Wed, Oct 21, 2015 at 11:36:21AM +0100, Paul Durrant wrote:
> This patch adds an indication that netback is capable of handling hash
> values passed from the frontend (see netif.h for details), and the code
> necessary to process the additional xen_netif_extra_info segment and
> set a hash on the skb.
> 
> Signed-off-by: Paul Durrant <[email protected]>
> Cc: Ian Campbell <[email protected]>
> Cc: Wei Liu <[email protected]>

Reviewed-by: Wei Liu <[email protected]>

[...]
>  
> +             /* We support hash values. */
> +             err = xenbus_printf(xbt, dev->nodename,
> +                                 "feature-hash", "%d", 1);
> +             if (err) {
> +                     message = "writing feature-hash";
> +                     goto abort_transaction;

Feel free to retain my reviewed-by if this changes in next version.

Wei.

> +             }
> +
>               err = xenbus_transaction_end(xbt, 0);
>       } while (err == -EAGAIN);
>  
> -- 
> 2.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to