-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add GitHub Action for checking code format (C/C++ and Protobuf) #15
Merged
thakurajayL
merged 7 commits into
omec-project:dpdk-2011-focal
from
gab-arrobo:gh-action-format
Feb 19, 2023
Merged
Add GitHub Action for checking code format (C/C++ and Protobuf) #15
thakurajayL
merged 7 commits into
omec-project:dpdk-2011-focal
from
gab-arrobo:gh-action-format
Feb 19, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gab-arrobo
added a commit
that referenced
this pull request
Jun 20, 2023
…the `master` branch (#21) * Upgrade DPDK to 20.11 - address memseg and mbuf changes - move to meson/ninja build system Signed-off-by: Saikrishna Edupuganti <[email protected]> * Update DPDK version to 20.11.3 ice ddp loading seems reliable when using a PF with this version Signed-off-by: Saikrishna Edupuganti <[email protected]> * Allow override of base image with IMAGE IMAGE="ghcr.io/omec-project/upf-epc/bess_build" \ ./container_build.py shell Signed-off-by: Saikrishna Edupuganti <[email protected]> * Use focal base image Signed-off-by: Saikrishna Edupuganti <[email protected]> * 0001-Add-2-workers-support-to-Nat-module * 0002-Use-same-rss-key-across-interfaces * 0003-Add-FIB-routing-support-in-IPLookup-module * 0004-IOVA-mode-correction * 0005-Expose-PMDPort-socket-memory-allocation * 0006-Add-switch-for-promiscuous-mode * 0008-Enable-hardware-checksum-offload * 0009-Adding-value-attributes-to-ExactMatch-WildcardMatch * 0010-Add-hardware-rx-checksum-offload-option-for-checksum * 0011-Protobuf-update-to-new-module-messages * 0012-Dpdk-concurrent-hash-support-pipeline-improvement * 0013-Use-rte_flow_create-to-do-GTPU-RSS * 0014-Add-ice-iavf-to-list-of-drivers-need-SW-port-stats * 0015-Protobuf-changes-for-Qos * 0016-Newer-versions-require-go_package-stated-in-proto * 0017-Make-table-sizes-configurable * 0017-QoS-Measure * 0018-Increase-max-tuple-num * 0019-GUI-dot-module-name-quote * Removed deprecated DPDK options/functions * Remove unnecesary `endl` * Fix a couple typos * Remove unused variables * No need to use `move` * Improve code * Fix Doxygen for AddMetadataAttr method * Bring DPDK patch from UPF * Move BESS-related files to BESS repo * Bring BESS scripts from UPF repo * Update links to reference ONF's BESS * Remove unnecesary `endl` in loggings * Fix stringstream * Fix format in files * Add override keyword and remove unused attribute * Ubuntu Focal includes this package * Update CXXFLAGS to work with g++ and clang * Explicitily include server_builder.h * Temporarily disabling some tests due to changes made in UPF. Need to address the issues one by one * Add missing header file <linux/ethtool.h> * Use `bytes` for the scapy packets due to problems when using `str` * Moving to python3 due to Python2 EOL These changes are needed to be able to build and test bess with GitHub Actions * Use ghcr.io/omec-project/upf-epc/bess_build for the BESS dependencies This bess_build includes the changes needed to build DPDK 20.11 * Add GitHub Action that will trigger the Build and Test process Additionally, remove Travis.yml file that is not needed anymore * Create pull_request.yaml * Update README.md test the workflow * Remove unnecessary file * Update sugar.py * Action for dependabot and check license/copyright (#14) * Action for dependabot and check license/copyright * Remove empty line * Add empty line at end of file * Add GitHub Action for checking code format (C/C++ and Protobuf) (#15) * Add GitHub Action for checking code format (C/C++ and Protobuf) * Update GitHub Action to only remove the OS from the matrix * Address issues with format compliance for protobuf files * Add missing file that was not formatted * Update parameters for GitHub Action * Add missing license/copyright header and add an exception * Refactor define for the GTPu header (#16) * Update GitHub Action to build docker image locally (#18) - Update GitHub Actions to build docker image locally during pull request - Use protobuf version 3.20 to fix errors in generated _pb2.py file Signed-off-by: Manoj Gopalakrishnan <[email protected]> * Add support for CNDP(Cloud Native Data Plane) port in BESS. (#2) - CNDP BESS port to send/receive n/w packets using AF_XDP socket. - Modify Bess core Makefile to build CNDP port driver. - Dockerfile to build BESS with CNDP. - Add "CndpPortArg" in port_msg.proto file to initialize Bess CNDP port. - Use external BESS PacketPool (rte_mempool/rte_mbuf) with CNDP xskdev. - Example scripts to test Bess CNDP port. - ReadMe file to build docker image and run BESS CNDP example scripts. - GitHub Action for running CNDP tests. Signed-off-by: Manoj Gopalakrishnan <[email protected]> * Build new image taking into account new dependencies (e.g., CNDP) (#22) * Fix typo (#17) * Enable GTPu path monitoring (#19) * Enable GTPu path monitoring * Update pktbatch.h (#24) --------- Signed-off-by: Saikrishna Edupuganti <[email protected]> Signed-off-by: Manoj Gopalakrishnan <[email protected]> Co-authored-by: Saikrishna Edupuganti <[email protected]> Co-authored-by: Ajay Lotan Thakur <[email protected]> Co-authored-by: Ajay Lotan Thakur <[email protected]> Co-authored-by: Amol Jaikar <[email protected]> Co-authored-by: Badhrinath <[email protected]> Co-authored-by: manojgop <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a GitHub Action for checking code formatting (C/C++ and Protobuf).
These are the details of this PR: