Skip to content

Commit 0b4a247

Browse files
committed
lport-group: update schema and known issues
`uds_path` and `xsk_pin_path` support needs to be implemented for lport-group parsing. Signed-off-by: Maryam Tahhan <[email protected]>
1 parent bf4977e commit 0b4a247

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

doc/guides/rel_notes/known_issues.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
.. SPDX-License-Identifier: BSD-3-Clause
2-
Copyright (c) 2010-2023 Intel Corporation.
2+
Copyright (c) 2010-2024 Intel Corporation.
33
44
Known Issues and Limitations in Legacy Releases
55
===============================================
66

77
This section describes known issues with the CNDP software that aren't covered in the version specific release notes sections.
8+
9+
* `uds_path`` not supported through lport-group configuration. Support needs to be added for `uds_base_dir` and `uds_name`
10+
so that the `uds_path` can be generated on a per port basis.
11+
* `xsk_pin_path` not supported through lport-group configuration. Support needs to be added for `pin_path_base_dir` and `map_name`
12+
so that the `xsk_pin_path` can be generated on a per port basis.

tools/cndp.schema

-10
Original file line numberDiff line numberDiff line change
@@ -344,16 +344,6 @@
344344
"description": "Enable XDP_FLAGS_SKB_MODE to force copy mode",
345345
"type": "boolean",
346346
"default": false
347-
},
348-
"xsk_pin_path": {
349-
"description": "The path to which the xskmap has been pinned outside of cndp",
350-
"type": "string",
351-
"default": false
352-
},
353-
"uds_path": {
354-
"description": "The path to socket cndp can connect to to retrieve the xskmap fd",
355-
"type": "string",
356-
"default": false
357347
}
358348
},
359349
"patternProperties": {

tools/jsonc_gen_lport_groups.sh

-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ function emit_jsonc_lport_groups
220220
"threads": ["fwd:$i"],
221221
"pmd": "net_af_xdp",
222222
"skb_mode": $CNDP_COPY_MODE,
223-
"uds_path": "/tmp/cndp.sock",
224223
}
225224
226225
EOF

0 commit comments

Comments
 (0)