ipdk icon indicating copy to clipboard operation
ipdk copied to clipboard

Infrastructure Programmer Development Kit (IPDK) is an open source, vendor agnostic framework of drivers and APIs for infrastructure offload and management that runs on a CPU, IPU, DPU or switch.

Results 58 ipdk issues
Sort by recently updated
recently updated
newest added

Add ptf tests which setup the environment for further testing. Tests that setup the environment were added within a new `ptf_test` directory. After running those, the environment is ready for...

In previous versions, host-target is rebuilt by script only if host-target image does not exist. This is ok for KVM but may be not suitable for other platforms. This patch...

The storage integration lacks CI testing.

Multiple storage functions are defined in sourced script "build/storage/scripts/disk_infrastructure.sh", but I don't see any function to undo "create_ramdrive_and_attach_as_ns_to_subsystem()", i.e. detach namespaces from a subsystem and delete ramdrive bdevs, and I...

Fix for closed issue [217](https://github.com/ipdk-io/ipdk/issues/217) is now breaking networking build on ubuntu 20.04 with recent Docker version (20.10.17). Docker cannot access content from parent directory, so following syntax in Dockerfile...

# Problem statement During networking demo there are two QEMU VMs created - `VM1_TAP_DEV` and `VM2_TAP_DEV`. First of all - networking demo still does not have `stop-demo` method, so the...

Ubuntu 18.04 doesn't support protobuf version 3.20.1,this causes ubuntu build issues. Dockerfile.ubuntu should be modified to check if the build is for 18.04 or 20.04 and install protobuf version accordingly.

This link is broken. https://github.com/ipdk-io/ipdk/blob/main/build/README_DOCKER.md#CLI-configuration-settings Install the IPDK CLI and set your specific IPDK CLI configuration settings! See [here](https://github.com/ipdk-io/ipdk/blob/main/build/README_DOCKER.md#CLI-configuration-settings) for more information about IPDK CLI configuration file settings and inner...

Protobuf version 3.20.1 is not supported in Ubuntu 18.04, hence build was failing. Made a conditional check to the Dockerfile.ubuntu from (PR #215), which will pull protobuf different versions of...

This is the first time I am trying the containerized build and following the instructions from this page: https://github.com/ipdk-io/ipdk/blob/main/build/networking/README_DOCKER.md Running on a Fedora 33 system, I have skipped the initial...