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

Commit 10e85f7f authored by Krishna Kumar's avatar Krishna Kumar Committed by David S. Miller
Browse files

cxgb3: Set the rxq



Set the rxq# for LRO when processing the last fragment of a
frame. This helps in fast txq selection for routing workloads.

Signed-off-by: default avatarKrishna Kumar <krkumar2@in.ibm.com>
Acked-by: default avatarDivy Le Ray <divy@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7c28bd0b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2135,6 +2135,7 @@ static void lro_add_page(struct adapter *adap, struct sge_qset *qs,
	if (!complete)
		return;

	skb_record_rx_queue(skb, qs - &adap->sge.qs[0]);
	skb->ip_summed = CHECKSUM_UNNECESSARY;
	cpl = qs->lro_va;