Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2017 06:18:14 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313911 - head/sys/dev/vmware/vmxnet3
Message-ID:  <201702180618.v1I6IEgU036949@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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];



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702180618.v1I6IEgU036949>