From 595a3a1a838b1326fcf4d9acc289946a382be9e2 Mon Sep 17 00:00:00 2001 From: Mark Sanders Date: Wed, 4 Dec 2024 16:59:05 -0600 Subject: [PATCH] fix(api): correct format error in usecases file Signed-off-by: Mark Sanders --- USECASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/USECASES.md b/USECASES.md index 1c13b538..322cd7c9 100644 --- a/USECASES.md +++ b/USECASES.md @@ -89,6 +89,7 @@ The diagram below shows the packet pipeline and packet processing layers and the ![VNIC and NVME Offload](doc/images/API-VNIC-NVME-Use-Case.png) The table below provides the datapaths where each one has a specific objective and combining all of these objectives results in the above diagram. + | | Objective | Datapath Service Chain | | - | :-------- | :--------------------- | | 1 | Basic NIC | Host ↔ VNIC ↔ IP ↔ Eth ↔ Wire |