Searched hist:"7 c59c9c8f2025358cacf08b8e5a626a08112cffc" (Results 1 – 3 of 3) sorted by relevance
/linux/tools/net/ynl/samples/ |
H A D | ovs.c | 7c59c9c8f2025358cacf08b8e5a626a08112cffc Fri Feb 02 01:49:25 CET 2024 Jakub Kicinski <kuba@kernel.org> tools: ynl: generate code for ovs families
Add ovs_flow, ovs_vport and ovs_datapath to the families supported in C. ovs-flow has some circular nesting which is fun to deal with, but the necessary support has been added already in the previous release cycle.
Add a sample that proves that dealing with fixed headers does actually work correctly.
Reviewed-by: Jiri Pirko <jiri@nvidia.com> Link: https://lore.kernel.org/r/20240202004926.447803-3-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | .gitignore | diff 7c59c9c8f2025358cacf08b8e5a626a08112cffc Fri Feb 02 01:49:25 CET 2024 Jakub Kicinski <kuba@kernel.org> tools: ynl: generate code for ovs families
Add ovs_flow, ovs_vport and ovs_datapath to the families supported in C. ovs-flow has some circular nesting which is fun to deal with, but the necessary support has been added already in the previous release cycle.
Add a sample that proves that dealing with fixed headers does actually work correctly.
Reviewed-by: Jiri Pirko <jiri@nvidia.com> Link: https://lore.kernel.org/r/20240202004926.447803-3-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/linux/tools/net/ynl/generated/ |
H A D | Makefile | diff 7c59c9c8f2025358cacf08b8e5a626a08112cffc Fri Feb 02 01:49:25 CET 2024 Jakub Kicinski <kuba@kernel.org> tools: ynl: generate code for ovs families
Add ovs_flow, ovs_vport and ovs_datapath to the families supported in C. ovs-flow has some circular nesting which is fun to deal with, but the necessary support has been added already in the previous release cycle.
Add a sample that proves that dealing with fixed headers does actually work correctly.
Reviewed-by: Jiri Pirko <jiri@nvidia.com> Link: https://lore.kernel.org/r/20240202004926.447803-3-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|