qcacmn: Add support in DP for enabling multiqueue support
Enable multiqueue on VAP with 4 Tx and Rx queues in lithium. In Rx path set the rx queue of skb based on the reo ring id on which it is received. In Tx path use the queue_mapping of skb to map to the hardware Tx ring on which it has to be transmitted. Change-Id: I103a21e91d1ed5c0e1d8441863d4fcd273b7bed9
This commit is contained in:

committed by
nshrivas

orang tua
9bb99acfca
melakukan
02ed94801a
@@ -1560,6 +1560,8 @@ done:
|
||||
|
||||
dp_rx_cksum_offload(nbuf, rx_tlv_hdr);
|
||||
|
||||
dp_set_rx_queue(nbuf, ring_id);
|
||||
|
||||
/*
|
||||
* HW structures call this L3 header padding --
|
||||
* even though this is actually the offset from
|
||||
|
Reference in New Issue
Block a user