aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/dev/dev.api
AgeCommit message (Collapse)AuthorFilesLines
2024-11-07dev: introduce consistent_qp featureMohammed Hawari1-0/+1
For some devices, queues are organized as pairs (rx/tx). In this case, it is desirable that a worker receives packet and send packets for the same pair. This patch enables this by assigning txq to workers first and ending with main. Change-Id: I3de4afbf74a265d5275c6a5d9a905b51dd661b22 Type: feature Signed-off-by: Mohammed Hawari <mohammed@hawari.fr>
2023-11-25dev: initial set of APIsDamjan Marion1-0/+86
Type: improvement Change-Id: I9ecbf705d460a1744f36c7005b08097dc58d9522 Signed-off-by: Damjan Marion <damarion@cisco.com>