svn commit: r312868 - head/sys/dev/sfxge

Andrew Rybchenko arybchik at FreeBSD.org
Fri Jan 27 08:54:35 UTC 2017


Author: arybchik
Date: Fri Jan 27 08:54:33 2017
New Revision: 312868
URL: https://svnweb.freebsd.org/changeset/base/312868

Log:
  sfxge(4): cleanup: remove unused soft context struct member rxq_cache
  
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      2 days

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

Modified: head/sys/dev/sfxge/sfxge.h
==============================================================================
--- head/sys/dev/sfxge/sfxge.h	Fri Jan 27 08:53:11 2017	(r312867)
+++ head/sys/dev/sfxge/sfxge.h	Fri Jan 27 08:54:33 2017	(r312868)
@@ -302,7 +302,6 @@ struct sfxge_softc {
 #endif
 
 	unsigned int			max_rss_channels;
-	uma_zone_t			rxq_cache;
 	struct sfxge_rxq		*rxq[SFXGE_RX_SCALE_MAX];
 	unsigned int			rx_indir_table[EFX_RSS_TBL_SIZE];
 


More information about the svn-src-head mailing list