File tree 3 files changed +6
-12
lines changed
3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
.. SPDX-License-Identifier: BSD-3-Clause
2
- Copyright (c) 2010-2023 Intel Corporation.
2
+ Copyright (c) 2010-2024 Intel Corporation.
3
3
4
4
Known Issues and Limitations in Legacy Releases
5
5
===============================================
6
6
7
7
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.
Original file line number Diff line number Diff line change 344
344
"description": "Enable XDP_FLAGS_SKB_MODE to force copy mode",
345
345
"type": "boolean",
346
346
"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
357
347
}
358
348
},
359
349
"patternProperties": {
Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ function emit_jsonc_lport_groups
220
220
"threads": ["fwd:$i "],
221
221
"pmd": "net_af_xdp",
222
222
"skb_mode": $CNDP_COPY_MODE ,
223
- "uds_path": "/tmp/cndp.sock",
224
223
}
225
224
226
225
EOF
You can’t perform that action at this time.
0 commit comments