From 786998575870a788fa8bdd4943e33feb9c4111c2 Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Fri, 5 May 2023 12:32:59 +0000 Subject: interface: add the transmit queue infrastructure document Type: docs Signed-off-by: Mohsin Kazmi Change-Id: I57f27f8ec4be7f3d8dc3d13ff4ea6b1b21c3cf6b --- docs/developer/corefeatures/index.rst | 1 + docs/developer/corefeatures/tx_queue.rst | 1 + 2 files changed, 2 insertions(+) create mode 120000 docs/developer/corefeatures/tx_queue.rst (limited to 'docs/developer') diff --git a/docs/developer/corefeatures/index.rst b/docs/developer/corefeatures/index.rst index 79722de6769..780fc837eb6 100644 --- a/docs/developer/corefeatures/index.rst +++ b/docs/developer/corefeatures/index.rst @@ -17,6 +17,7 @@ Core Features span_doc mtu gso + tx_queue sylog_doc eventviewer stats diff --git a/docs/developer/corefeatures/tx_queue.rst b/docs/developer/corefeatures/tx_queue.rst new file mode 120000 index 00000000000..b6b424736da --- /dev/null +++ b/docs/developer/corefeatures/tx_queue.rst @@ -0,0 +1 @@ +../../../src/vnet/interface/tx_queue.rst \ No newline at end of file -- cgit 1.2.3-korg