diff options
author | Rushil Gupta <[email protected]> | 2023-08-04 21:34:42 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-08-06 08:34:36 +0100 |
commit | a6fb8d5a8b6925f1e635818d3dd2d89531d4a058 (patch) | |
tree | 93f77d40a8eb93f13ce742d4ae151925105a1974 /tools/perf/scripts/python/libxed.py | |
parent | 66ce8e6b49df401854f0c98bed50a65e4167825b (diff) |
gve: Tx path for DQO-QPL
Each QPL page is divided into GVE_TX_BUFS_PER_PAGE_DQO buffers.
When a packet needs to be transmitted, we break the packet into max
GVE_TX_BUF_SIZE_DQO sized chunks and transmit each chunk using a TX
descriptor.
We allocate the TX buffers from the free list in dqo_tx.
We store these TX buffer indices in an array in the pending_packet
structure.
The TX buffers are returned to the free list in dqo_compl after
receiving packet completion or when removing packets from miss
completions list.
Signed-off-by: Rushil Gupta <[email protected]>
Reviewed-by: Willem de Bruijn <[email protected]>
Signed-off-by: Praveen Kaligineedi <[email protected]>
Signed-off-by: Bailey Forrest <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions