svn commit: r342476 - stable/10/sys/dev/sfxge

Andrew Rybchenko arybchik at FreeBSD.org
Wed Dec 26 09:30:07 UTC 2018


Author: arybchik
Date: Wed Dec 26 09:30:06 2018
New Revision: 342476
URL: https://svnweb.freebsd.org/changeset/base/342476

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

Modified:
  stable/10/sys/dev/sfxge/sfxge.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/sfxge/sfxge.h
==============================================================================
--- stable/10/sys/dev/sfxge/sfxge.h	Wed Dec 26 09:29:26 2018	(r342475)
+++ stable/10/sys/dev/sfxge/sfxge.h	Wed Dec 26 09:30:06 2018	(r342476)
@@ -301,7 +301,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-stable mailing list