svn commit: r340879 - head/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Sat Nov 24 15:24:38 UTC 2018


Author: arybchik
Date: Sat Nov 24 15:24:35 2018
New Revision: 340879
URL: https://svnweb.freebsd.org/changeset/base/340879

Log:
  sfxge(4): remove unused defined for WPTR alignment
  
  MEDFORD_RX_WPTR_ALIGN is not used.
  
  Submitted by:   Andy Moreton <amoreton at solarflare.com>
  Sponsored by:   Solarflare Communications, Inc.
  Differential Revision:  https://reviews.freebsd.org/D18114

Modified:
  head/sys/dev/sfxge/common/medford_impl.h

Modified: head/sys/dev/sfxge/common/medford_impl.h
==============================================================================
--- head/sys/dev/sfxge/common/medford_impl.h	Sat Nov 24 15:24:23 2018	(r340878)
+++ head/sys/dev/sfxge/common/medford_impl.h	Sat Nov 24 15:24:35 2018	(r340879)
@@ -37,14 +37,6 @@
 extern "C" {
 #endif
 
-/* Alignment requirement for value written to RX WPTR:
- *  the WPTR must be aligned to an 8 descriptor boundary
- *
- * FIXME: Is this the same on Medford as Huntington?
- */
-#define	MEDFORD_RX_WPTR_ALIGN	8
-
-
 
 #ifndef	ER_EZ_TX_PIOBUF_SIZE
 #define	ER_EZ_TX_PIOBUF_SIZE	4096


More information about the svn-src-head mailing list