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];
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to