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

Rebase default branch (dpdk-2011-focal) #33

Merged
merged 64 commits into from
Jan 9, 2024
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
10c0f2c
Ensure that kMaxBurst is explicitly defined
natexornate Feb 7, 2022
1d8f708
Merge pull request #1039 from natexornate/patch-1
melvinw Mar 8, 2022
1d84e57
Upgrade DPDK to 20.11
krsna1729 Feb 3, 2021
b1a5308
Update DPDK version to 20.11.3
krsna1729 Sep 7, 2021
7d0d1f0
Allow override of base image with IMAGE
krsna1729 Sep 24, 2021
c422de2
Use focal base image
krsna1729 Sep 27, 2021
13278ff
0001-Add-2-workers-support-to-Nat-module
gab-arrobo Oct 28, 2022
96b4bcf
0002-Use-same-rss-key-across-interfaces
gab-arrobo Oct 28, 2022
50f0da5
0003-Add-FIB-routing-support-in-IPLookup-module
gab-arrobo Oct 28, 2022
8e55ba9
0004-IOVA-mode-correction
gab-arrobo Oct 28, 2022
6a9f461
0005-Expose-PMDPort-socket-memory-allocation
gab-arrobo Oct 28, 2022
0549ee2
0006-Add-switch-for-promiscuous-mode
gab-arrobo Oct 28, 2022
191fd63
0008-Enable-hardware-checksum-offload
gab-arrobo Oct 28, 2022
14ddbe4
0009-Adding-value-attributes-to-ExactMatch-WildcardMatch
gab-arrobo Oct 28, 2022
3f50c68
0010-Add-hardware-rx-checksum-offload-option-for-checksum
gab-arrobo Oct 28, 2022
26583c6
0011-Protobuf-update-to-new-module-messages
gab-arrobo Oct 28, 2022
3e5a083
0012-Dpdk-concurrent-hash-support-pipeline-improvement
gab-arrobo Nov 1, 2022
4e6cf11
0013-Use-rte_flow_create-to-do-GTPU-RSS
gab-arrobo Nov 1, 2022
f72fcfd
0014-Add-ice-iavf-to-list-of-drivers-need-SW-port-stats
gab-arrobo Nov 1, 2022
c7cd4a2
0015-Protobuf-changes-for-Qos
gab-arrobo Nov 1, 2022
b7d5f83
0016-Newer-versions-require-go_package-stated-in-proto
gab-arrobo Nov 1, 2022
ea5eaf3
0017-Make-table-sizes-configurable
gab-arrobo Nov 1, 2022
5248bf5
0017-QoS-Measure
gab-arrobo Nov 1, 2022
eca68bc
0018-Increase-max-tuple-num
gab-arrobo Nov 1, 2022
5e2a9a5
0019-GUI-dot-module-name-quote
gab-arrobo Nov 1, 2022
176773b
Bring BESS scripts from UPF repo
gab-arrobo Nov 18, 2022
16262bd
Move BESS-related files to BESS repo
gab-arrobo Nov 18, 2022
8101295
Bring DPDK patch from UPF
gab-arrobo Nov 18, 2022
ebbc510
Removed deprecated DPDK options/functions
gab-arrobo Nov 2, 2022
7a9bbb9
Remove unnecesary `endl`
gab-arrobo Nov 2, 2022
25f0577
Fix a couple typos
gab-arrobo Nov 2, 2022
f6f776b
Remove unused variables
gab-arrobo Nov 2, 2022
74c4d8d
No need to use `move`
gab-arrobo Nov 2, 2022
32e9f1c
Improve code
gab-arrobo Nov 2, 2022
8ba96b9
Fix Doxygen for AddMetadataAttr method
gab-arrobo Nov 2, 2022
b7792b2
Remove unnecesary `endl` in loggings
gab-arrobo Dec 1, 2022
b51f2f0
Fix stringstream
gab-arrobo Dec 1, 2022
6605e77
Fix format in files
gab-arrobo Dec 1, 2022
0fb3ccf
Add override keyword and remove unused attribute
gab-arrobo Dec 1, 2022
e57d100
Ubuntu Focal includes this package
gab-arrobo Dec 3, 2022
9ec53f3
Update CXXFLAGS to work with g++ and clang
gab-arrobo Dec 5, 2022
a62330d
Explicitily include server_builder.h
gab-arrobo Dec 7, 2022
6c60351
Create pull_request.yaml
amolonf Dec 28, 2022
469c743
Update README.md
amolonf Dec 28, 2022
9e6ad4c
Temporarily disabling some tests due to changes made in UPF.
gab-arrobo Dec 28, 2022
b88c4d0
Add missing header file <linux/ethtool.h>
gab-arrobo Dec 28, 2022
703399a
Use `bytes` for the scapy packets due to problems when using `str`
gab-arrobo Dec 28, 2022
33943d3
Moving to python3 due to Python2 EOL
gab-arrobo Dec 28, 2022
9b31ed8
Use ghcr.io/omec-project/upf-epc/bess_build for the BESS dependencies
gab-arrobo Dec 28, 2022
af7b37e
Add GitHub Action that will trigger the Build and Test process
gab-arrobo Dec 28, 2022
3fa8ed4
Remove unnecessary file
gab-arrobo Dec 28, 2022
1e4ea3e
Update links to reference ONF's BESS
gab-arrobo Nov 29, 2022
3ff5cba
Update sugar.py
gab-arrobo Dec 30, 2022
b40afb9
Action for dependabot and check license/copyright (#14)
gab-arrobo Feb 18, 2023
f07e18f
Add GitHub Action for checking code format (C/C++ and Protobuf) (#15)
gab-arrobo Feb 19, 2023
6787cce
Refactor define for the GTPu header (#16)
gab-arrobo Feb 20, 2023
34dc1cf
Update GitHub Action to build docker image locally (#18)
manojgop Feb 27, 2023
4bb08c3
Add support for CNDP(Cloud Native Data Plane) port in BESS. (#2)
manojgop Mar 20, 2023
fb73a34
Build new image taking into account new dependencies (e.g., CNDP) (#22)
gab-arrobo Mar 28, 2023
660f1af
Fix typo (#17)
gab-arrobo Mar 28, 2023
29b94a8
Enable GTPu path monitoring (#19)
gab-arrobo Jun 8, 2023
cc826b2
Fix typo (#26)
gab-arrobo Jun 21, 2023
865de56
Add spellcheck GHA (#27)
gab-arrobo Jun 22, 2023
04742f0
Merge branch 'dpdk-2011-focal' into dpdk-2011-focal
gab-arrobo Jan 9, 2024
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ To install BESS on Linux quickly, you can download the binary from [Release](htt
make -C core/kmod # Build the kernel module (optional)
bessctl/bessctl

Documentation can be found [here](https://github.com/omec-project/bess/wiki/). Please consider [contributing](https://github.com/omec-project/bess/wiki/How-to-Contribute) to the project!!
Documentation can be found [here](https://github.com/omec-project/bess/wiki/). Please consider [contributing](https://github.com/omec-project/bess/wiki/How-to-Contribute) to the project!
Loading