netback: disable GSO
The current GSO implementation in netback is broken and causes errors on the guest tx path. While this is fixed disable GSO in order to have a working netback. Sponsored by: Citrix Systems R&D Discussed with: gibbs
This commit is contained in:
parent
74c1c91c47
commit
691a22f94e
@ -98,7 +98,7 @@ __FBSDID("$FreeBSD$");
|
||||
static MALLOC_DEFINE(M_XENNETBACK, "xnb", "Xen Net Back Driver Data");
|
||||
|
||||
#define XNB_SG 1 /* netback driver supports feature-sg */
|
||||
#define XNB_GSO_TCPV4 1 /* netback driver supports feature-gso-tcpv4 */
|
||||
#define XNB_GSO_TCPV4 0 /* netback driver supports feature-gso-tcpv4 */
|
||||
#define XNB_RX_COPY 1 /* netback driver supports feature-rx-copy */
|
||||
#define XNB_RX_FLIP 0 /* netback driver does not support feature-rx-flip */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user