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 <paul.durr...@citrix.com> > Cc: Ian Campbell <ian.campb...@citrix.com> > Cc: Wei Liu <wei.l...@citrix.com>
Reviewed-by: Wei Liu <wei.l...@citrix.com> [...] > > + /* 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html