Skip to content

Commit 10e85f7

Browse files
krkumardavem330
authored andcommitted
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: Krishna Kumar <[email protected]> Acked-by: Divy Le Ray <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 7c28bd0 commit 10e85f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/cxgb3/sge.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,6 +2135,7 @@ static void lro_add_page(struct adapter *adap, struct sge_qset *qs,
21352135
if (!complete)
21362136
return;
21372137

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

0 commit comments

Comments
 (0)