Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa3930ee authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

sfc: Correct comment about number of TX queues used on EF10



EF10 implements option descriptors to switch TX checksum offload
on and off between packets.  We could therefore use a single
hardware TX queue per kernel TX queue, although we don't yet.

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarShradha Shah <sshah@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 86fc187f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -172,8 +172,8 @@ static int efx_ef10_probe(struct efx_nic *efx)
	struct efx_ef10_nic_data *nic_data;
	struct efx_ef10_nic_data *nic_data;
	int i, rc;
	int i, rc;


	/* We can have one VI for each 8K region.  However we need
	/* We can have one VI for each 8K region.  However, until we
	 * multiple TX queues per channel.
	 * use TX option descriptors we need two TX queues per channel.
	 */
	 */
	efx->max_channels =
	efx->max_channels =
		min_t(unsigned int,
		min_t(unsigned int,