sfxge(4): cleanup: remove unused soft context struct member rxq_cache

Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
This commit is contained in:
Andrew Rybchenko 2017-01-27 08:54:33 +00:00
parent a18fb3eed5
commit a7668ace83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312868

View File

@ -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];