Skip to content

Commit

Permalink
lport-group: update schema and known issues
Browse files Browse the repository at this point in the history
`uds_path` and `xsk_pin_path` support needs to be implemented
for lport-group parsing.

Signed-off-by: Maryam Tahhan <[email protected]>
  • Loading branch information
maryamtahhan committed Jan 26, 2024
1 parent bf4977e commit e43d887
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 6 additions & 1 deletion doc/guides/rel_notes/known_issues.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
.. SPDX-License-Identifier: BSD-3-Clause
Copyright (c) 2010-2023 Intel Corporation.
Copyright (c) 2010-2024 Intel Corporation.
Known Issues and Limitations in Legacy Releases
===============================================

This section describes known issues with the CNDP software that aren't covered in the version specific release notes sections.

* `uds_path`` not supported through lport-group configuration. Support needs to be added for `uds_base_dir` and `uds_name`
so that the `uds_path` can be generated on a per port basis.
* `xsk_pin_path` not supported through lport-group configuration. Support needs to be added for `pin_path_base_dir` and `map_name`
so that the `xsk_pin_path` can be generated on a per port basis.
10 changes: 0 additions & 10 deletions tools/cndp.schema
Original file line number Diff line number Diff line change
Expand Up @@ -344,16 +344,6 @@
"description": "Enable XDP_FLAGS_SKB_MODE to force copy mode",
"type": "boolean",
"default": false
},
"xsk_pin_path": {
"description": "The path to which the xskmap has been pinned outside of cndp",
"type": "string",
"default": false
},
"uds_path": {
"description": "The path to socket cndp can connect to to retrieve the xskmap fd",
"type": "string",
"default": false
}
},
"patternProperties": {
Expand Down

0 comments on commit e43d887

Please sign in to comment.