Re: [dpdk-dev] Can we run KNI under a container /Kubernetes POD

2021-06-02 Thread chetan bhasin
Hi Dpdk Geeks, I have tried bringing the dpdk KNI app on POD and facing the below issue . Please suggest EAL: probe driver: 8086:154c net_i40e_vf EAL: PCI device :af:0c.2 on NUMA socket 1 EAL: probe driver: 8086:154c net_i40e_vf EAL: PCI device :af:0c.3 on NUMA socket 1 EAL: pro

[dpdk-dev] Can we run KNI under a container

2021-05-27 Thread chetan bhasin
Hello Everyone, We can run dpdk app with KNI on container with below options - * --network host --privileged* -v /sys/bus/pci/drivers:/sys/bus/pci/drivers -v /sys/kernel/mm/hugepages:/sys/kernel/mm/hugepages -v /sys/devices/system/node:/sys/devices/system/node -v /dev:/dev Is there any way we cou