svn commit: r313911 - head/sys/dev/vmware/vmxnet3

Luiz Otavio O Souza loos at FreeBSD.org
Sat Feb 18 06:18:16 UTC 2017


Author: loos
Date: Sat Feb 18 06:18:14 2017
New Revision: 313911
URL: https://svnweb.freebsd.org/changeset/base/313911

Log:
  Spell VMXNET3_LEGACY_TX correctly.
  
  Obtained from:	pfSense
  MFC after:	2 weeks
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/sys/dev/vmware/vmxnet3/if_vmxvar.h

Modified: head/sys/dev/vmware/vmxnet3/if_vmxvar.h
==============================================================================
--- head/sys/dev/vmware/vmxnet3/if_vmxvar.h	Sat Feb 18 06:03:16 2017	(r313910)
+++ head/sys/dev/vmware/vmxnet3/if_vmxvar.h	Sat Feb 18 06:18:14 2017	(r313911)
@@ -131,7 +131,7 @@ struct vmxnet3_txq_stats {
 struct vmxnet3_txqueue {
 	struct mtx			 vxtxq_mtx;
 	struct vmxnet3_softc		*vxtxq_sc;
-#ifndef VMXNET3_TX_LEGACY
+#ifndef VMXNET3_LEGACY_TX
 	struct buf_ring			*vxtxq_br;
 #endif
 	int				 vxtxq_id;
@@ -142,7 +142,7 @@ struct vmxnet3_txqueue {
 	struct vmxnet3_txq_stats	 vxtxq_stats;
 	struct vmxnet3_txq_shared	*vxtxq_ts;
 	struct sysctl_oid_list		*vxtxq_sysctl;
-#ifndef VMXNET3_TX_LEGACY
+#ifndef VMXNET3_LEGACY_TX
 	struct task			 vxtxq_defrtask;
 #endif
 	char				 vxtxq_name[16];


More information about the svn-src-head mailing list