From b70611beef5f070a79a2e6b69c537dacf66871d4 Mon Sep 17 00:00:00 2001 From: Dan Daly Date: Thu, 14 Nov 2024 08:47:16 -0800 Subject: [PATCH] IPDK Nov 2024 update News post on new updates inside IPDK Signed-off-by: Dan Daly --- _posts/2024-11-14-update.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _posts/2024-11-14-update.md diff --git a/_posts/2024-11-14-update.md b/_posts/2024-11-14-update.md new file mode 100644 index 0000000..124d820 --- /dev/null +++ b/_posts/2024-11-14-update.md @@ -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]