Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 2bd1849

Browse files
committed
Update README
1 parent 95f89ff commit 2bd1849

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## This is the ONF maintained fork of SDKLT for use in [Stratum](https://github.com/opennetworkinglab/stratum)
2+
3+
### List of changes
4+
5+
- Port Kernel modules to Kernel version 4.9 and 4.14
6+
7+
- Fix Makefile
8+
9+
- Fix action `ACTION_REDIRECT_TO_PORT` in table `FP_ING_POLICY_TEMPLATE`
10+
11+
- Increase default thread stack size from 16K (4K in some cases) to 512K
12+
13+
- Attach a BPF filter to ignore tx packets from other applications
14+
15+
- Fix various double-free errors, memory leaks and race conditions
16+
117
# SDKLT
218
SDKLT (Logical Table Software Development Kit) is a new, powerful, and feature rich Software Development Kit for Broadcom switches. SDKLT provides a new approach to switch configuration using [Logical Tables](https://github.com/Broadcom-Network-Switching-Software/SDKLT/wiki/What-is-a-Logical-Table%3F). The [Wiki](https://github.com/Broadcom-Network-Switching-Software/SDKLT/wiki) provides an [overview](https://github.com/Broadcom-Network-Switching-Software/SDKLT/wiki/Architecture-Overview) of SDKLT usage and its achitecture. An architectural feature summary can be found [here](https://github.com/Broadcom-Network-Switching-Software/SDKLT/wiki/Architecture-Feature-Summary).
319

0 commit comments

Comments
 (0)