svn commit: r337856 - stable/11/sys/dev/vmware/vmxnet3

Luiz Otavio O Souza loos at FreeBSD.org
Wed Aug 15 16:17:00 UTC 2018


Author: loos
Date: Wed Aug 15 16:16:59 2018
New Revision: 337856
URL: https://svnweb.freebsd.org/changeset/base/337856

Log:
  MFC r313911:
  
  Spell VMXNET3_LEGACY_TX correctly.

Modified:
  stable/11/sys/dev/vmware/vmxnet3/if_vmxvar.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/vmware/vmxnet3/if_vmxvar.h
==============================================================================
--- stable/11/sys/dev/vmware/vmxnet3/if_vmxvar.h	Wed Aug 15 16:12:13 2018	(r337855)
+++ stable/11/sys/dev/vmware/vmxnet3/if_vmxvar.h	Wed Aug 15 16:16:59 2018	(r337856)
@@ -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-stable-11 mailing list