From 349614ea27cc710ce57a09754634f472bf4e9b16 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Mon, 13 Nov 2023 11:14:52 -0500 Subject: [PATCH] cndp schema: fixup pinned map description Signed-off-by: Maryam Tahhan --- tools/cndp.schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cndp.schema b/tools/cndp.schema index bdcbf9a3..4c9ece0b 100644 --- a/tools/cndp.schema +++ b/tools/cndp.schema @@ -163,7 +163,7 @@ "default": false }, "xsk_pin_path": { - "description": "The path to which the BPF map has been pinned outside of cndp", + "description": "The path to which the xskmap has been pinned outside of cndp", "type": "string", "default": false } @@ -341,7 +341,7 @@ "default": false }, "xsk_pin_path": { - "description": "The path to which the BPF map has been pinned outside of cndp", + "description": "The path to which the xskmap has been pinned outside of cndp", "type": "string", "default": false }