svn commit: r342403 - stable/11/sys/dev/sfxge
Andrew Rybchenko
arybchik at FreeBSD.org
Tue Dec 25 06:35:41 UTC 2018
Author: arybchik
Date: Tue Dec 25 06:35:40 2018
New Revision: 342403
URL: https://svnweb.freebsd.org/changeset/base/342403
Log:
MFC r312868
sfxge(4): cleanup: remove unused soft context struct member rxq_cache
Sponsored by: Solarflare Communications, Inc.
Modified:
stable/11/sys/dev/sfxge/sfxge.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/sfxge/sfxge.h
==============================================================================
--- stable/11/sys/dev/sfxge/sfxge.h Tue Dec 25 06:34:57 2018 (r342402)
+++ stable/11/sys/dev/sfxge/sfxge.h Tue Dec 25 06:35:40 2018 (r342403)
@@ -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-stable-11
mailing list