From 7122a0a6d08b29e28766e14a54b51c08510dd949 Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Mon, 30 Jan 2017 00:17:30 -0600 Subject: Enable the VMXNET3_LEGACY_TX support when the kernel is built with ALTQ support. Ticket #7066 (cherry picked from commit 91384809a74dc98ef0d2a173718bd79bd77c13bb) --- sys/dev/vmware/vmxnet3/if_vmxvar.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/vmware/vmxnet3/if_vmxvar.h b/sys/dev/vmware/vmxnet3/if_vmxvar.h index 8613516..7c15c6f 100644 --- a/sys/dev/vmware/vmxnet3/if_vmxvar.h +++ b/sys/dev/vmware/vmxnet3/if_vmxvar.h @@ -20,6 +20,10 @@ #ifndef _IF_VMXVAR_H #define _IF_VMXVAR_H +#ifdef ALTQ +#define VMXNET3_TX_LEGACY +#endif + struct vmxnet3_softc; struct vmxnet3_dma_alloc { -- cgit v1.1