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

IPDK Nov 2024 update #47

Merged
merged 1 commit into from
Nov 14, 2024
Merged
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
18 changes: 18 additions & 0 deletions _posts/2024-11-14-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: post
title: "IPDK Late 2024 Status Update"
author: Dan Daly
categories: news
---

We haven't done a release since early in the year, but we wanted to give an update on the progress we've made since then:
- Combination of Linux Networking and IPsec recipe: Enables running the Linux networking and IPsec Recipes together at the same time, including tunneling and de-tunneling both network virtualization (ie VXLAN) and IPsec headers at the same time on a packet
- P4 Role Configuration to support multiple control planes simultaneously: Used to support OVS and strongSwan simultaneously
- Support for LAG LACP (802.3ad) mode in Linux Networking: Capable of active-active LACP
- Table Defaults: Support for setting and resetting the default action/entry of LEM/SEM/WCM/LPM tables
- Geneve: Geneve Tunnel Encap/Decap Support in addition to VXLAN
- Remote traffic mirroring: Mirroring traffic to a remote destination outside of the IPDK target
- Unit Tests: Expansion of the unit test suite
- E2100 (Mount Evans) Updates: IPDK Release 24.01 was based on E2100's 1.2 SDK. IPDK can be used with newer versions of the SDK which brings additional features and bug fixes.

Most of these enhancements are coming through the P4 Control Plane which has had steady releases throughout the year, found here: (https://github.com/ipdk-io/networking-recipe/releases)[https://github.com/ipdk-io/networking-recipe/releases]
Loading