[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 2/4] public/io/netif.h: add definition of gso_prefix flag
> -----Original Message----- > From: Paul Durrant [mailto:paul.durrant@xxxxxxxxxx] > Sent: 16 October 2015 13:41 > To: xen-devel@xxxxxxxxxxxxxxxxxxxx > Cc: Paul Durrant; Ian Campbell; Ian Jackson; Jan Beulich; Keir (Xen.org); Tim > (Xen.org) > Subject: [PATCH v2 2/4] public/io/netif.h: add definition of gso_prefix flag > > This flag is defined here only for compatibility with the Linux variant of > this header. The feature has never been documented and should be > considered deprecated. > > Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx> Unfortunately, I found a typo in this patch. I'll send v3 of the series. Paul > Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> > Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > Cc: Jan Beulich <jbeulich@xxxxxxxx> > Cc: Keir Fraser <keir@xxxxxxx> > Cc: Tim Deegan <tim@xxxxxxx> > --- > xen/include/public/io/netif.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/xen/include/public/io/netif.h b/xen/include/public/io/netif.h > index 0fd413a..57eb903 100644 > --- a/xen/include/public/io/netif.h > +++ b/xen/include/public/io/netif.h > @@ -402,6 +402,10 @@ typedef struct netif_rx_request netif_rx_request_t; > #define _NETRXF_extra_info (3) > #define NETRXF_extra_info (1U<<_NETRXF_extra_info) > > +/* Packet has GSO prefix. Deprecated but included for compatibility */ > +#define _NETRXF_gso_prefix (4) > +#define NETRXF_gso_prefix (1U<<_NETRXF_gso_prefix) > + > struct netif_rx_response { > uint16_t id; > uint16_t offset; /* Offset in page of start of received packet */ > -- > 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |