Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update krnlmon and stratum submodule references #318

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stratum/stratum
Submodule stratum updated 61 files
+4 −4 .reuse/dep5
+0 −22 CMakeLists.txt
+108 −20 CONTRIBUTING.md
+121 −0 LICENSES/CC0-1.0.txt
+14 −0 NOTICE
+4 −3 README.md
+95 −0 legal/BUILD
+126 −0 legal/LICENSE.bcm-opennsa.txt
+90 −0 legal/LICENSE.bcm-sdklt.txt
+54 −0 legal/LICENSE.intel-sde.txt
+96 −0 legal/NOTICE.bmv2.txt
+835 −0 legal/NOTICE.common.txt
+1,513 −0 legal/NOTICE.intel-sde.txt
+30 −0 legal/NOTICE.json.txt
+180 −0 legal/NOTICE.opennsa.txt
+150 −0 legal/NOTICE.p4c.txt
+573 −0 legal/NOTICE.pi.txt
+93 −0 legal/NOTICE.sdklt.txt
+28 −0 legal/NOTICE.yaml.txt
+36 −0 stratum/docs/logging_guide.md
+0 −228 stratum/docs/setup_guide_barefoot_tofino_onos.md
+1 −14 stratum/glue/init_google.h
+1 −1 stratum/hal/bin/tdi/dpdk/BUILD
+2 −2 stratum/hal/bin/tdi/dpdk/dpdk_main.cc
+1 −1 stratum/hal/bin/tdi/es2k/BUILD
+3 −6 stratum/hal/bin/tdi/es2k/es2k_main.cc
+2 −2 stratum/hal/bin/tdi/tdi_pipeline_builder.cc
+1 −2 stratum/hal/bin/tdi/tofino/BUILD
+2 −2 stratum/hal/bin/tdi/tofino/tofino_main.cc
+6 −16 stratum/hal/lib/tdi/BUILD
+6 −0 stratum/hal/lib/tdi/CMakeLists.txt
+5 −5 stratum/hal/lib/tdi/dpdk/BUILD
+1 −1 stratum/hal/lib/tdi/dpdk/CMakeLists.txt
+1 −1 stratum/hal/lib/tdi/dpdk/dpdk_port_manager.cc
+50 −40 stratum/hal/lib/tdi/dpdk/dpdk_sde_wrapper.cc
+61 −0 stratum/hal/lib/tdi/dpdk/dpdk_sde_wrapper.h
+4 −3 stratum/hal/lib/tdi/es2k/BUILD
+1 −1 stratum/hal/lib/tdi/es2k/CMakeLists.txt
+1 −1 stratum/hal/lib/tdi/es2k/es2k_port_manager.cc
+1 −1 stratum/hal/lib/tdi/es2k/es2k_port_manager_dummy.cc
+1 −2 stratum/hal/lib/tdi/es2k/es2k_sde_table_data.cc
+51 −31 stratum/hal/lib/tdi/es2k/es2k_sde_wrapper.cc
+66 −0 stratum/hal/lib/tdi/es2k/es2k_sde_wrapper.h
+11 −10 stratum/hal/lib/tdi/tdi_bf_status.h
+1 −1 stratum/hal/lib/tdi/tdi_id_mapper.cc
+1 −1 stratum/hal/lib/tdi/tdi_sde_action_profile.cc
+1 −1 stratum/hal/lib/tdi/tdi_sde_clone_session.cc
+1 −1 stratum/hal/lib/tdi/tdi_sde_counter.cc
+1 −1 stratum/hal/lib/tdi/tdi_sde_meter.cc
+1 −1 stratum/hal/lib/tdi/tdi_sde_multicast.cc
+1 −1 stratum/hal/lib/tdi/tdi_sde_register.cc
+1 −1 stratum/hal/lib/tdi/tdi_sde_table_data.cc
+1 −1 stratum/hal/lib/tdi/tdi_sde_table_entry.cc
+1 −1 stratum/hal/lib/tdi/tdi_sde_table_key.cc
+39 −35 stratum/hal/lib/tdi/tdi_sde_wrapper.cc
+21 −70 stratum/hal/lib/tdi/tdi_sde_wrapper.h
+4 −8 stratum/hal/lib/tdi/tofino/BUILD
+1 −1 stratum/hal/lib/tdi/tofino/CMakeLists.txt
+1 −1 stratum/hal/lib/tdi/tofino/tofino_port_manager.cc
+84 −43 stratum/hal/lib/tdi/tofino/tofino_sde_wrapper.cc
+95 −0 stratum/hal/lib/tdi/tofino/tofino_sde_wrapper.h