Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2017 08:54:33 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312868 - head/sys/dev/sfxge
Message-ID:  <201701270854.v0R8sXsT093665@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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];
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701270854.v0R8sXsT093665>