Access to doca/dpdk source code

Hi,
Can anyone share some details about development process?
At that moment I have only download the doca sdk binaries and libraries which are shared via bfb image or deb packages. I have local patches which should be applied to dpdk. Where can I find dpdk sources code which is used with doca sdk or the patches for dpdk upstream version?
The attempt to build dpdk from github failed due to incompatibility with doca libraries, I used dpdk 22.11 and doca 2.0.2 version.
Do I need to buy special subscription or something else to get the access to source code hub or what does the process look like?
Where to submit the bugs or the feature requests?

thanks in advance

I used the following commands on the DPU to install dpdk:

wget https://fast.dpdk.org/rel/dpdk-22.11.2.tar.xz
tar xf dpdk-22.11.2.tar.xz
cd dpdk-stable-22.11.2
meson build
meson configure -Ddisable_drivers=regex/cn9k build
meson setup soc_build -Dplatform=bluefield
ninja -C build
ninja -C build install
pkg-config --modversion libdpdk

And then you can set the hugepages:

echo 1024 > /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages

1 Like

@mustafakhawaja93 Thanks a lot for help

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.