RE: [PATCH 06/12] xen: make use of xenbus_read_unsigned() in xen-netback

2016-11-01 Thread Paul Durrant
.kernel.org > Subject: [PATCH 06/12] xen: make use of xenbus_read_unsigned() in xen- > netback > > Use xenbus_read_unsigned() instead of xenbus_scanf() when possible. > This requires to change the type of some reads from int to unsigned, > but these cases have been wrong before: ne

[PATCH 06/12] xen: make use of xenbus_read_unsigned() in xen-netback

2016-10-31 Thread Juergen Gross
Use xenbus_read_unsigned() instead of xenbus_scanf() when possible. This requires to change the type of some reads from int to unsigned, but these cases have been wrong before: negative values are not allowed for the modified cases. Cc: wei.l...@citrix.com Cc: paul.durr...@citrix.com Cc: netdev@vg