On Fri, 2013-07-05 at 13:27 +0100, Wei Liu wrote:> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
> ---
> xen/include/public/io/netif.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xen/include/public/io/netif.h b/xen/include/public/io/netif.h
> index d477751..3aa2dec 100644
> --- a/xen/include/public/io/netif.h
> +++ b/xen/include/public/io/netif.h
> @@ -206,7 +206,7 @@ struct netif_rx_response {
> uint16_t id;
> uint16_t offset; /* Offset in page of start of received packet
*/
> uint16_t flags; /* NETRXF_* */
> - int16_t status; /* -ve: BLKIF_RSP_* ; +ve: Rx''ed pkt
size. */
> + int16_t status; /* -ve: NETIF_RSP_* ; +ve: Rx''ed pkt
size. */
> };
> typedef struct netif_rx_response netif_rx_response_t;
>