Description of problem:
All sections that use example pod specs deploying DPDK apps should have mountpath associated with DPDK set to /mnt/huge
Version-Release number of selected component (if applicable):
How reproducible:
containers:
- name: testpmd
image: <DPDK_image>
securityContext:
runAsUser: 0
capabilities:
add: ["IPC_LOCK","SYS_RESOURCE","NET_RAW"]
volumeMounts:
- mountPath: /dev/hugepages
Steps to Reproduce:
Should be
containers:
- name: testpmd
image: <DPDK_image>
securityContext:
runAsUser: 0
capabilities:
add: ["IPC_LOCK","SYS_RESOURCE","NET_RAW"]
volumeMounts:
- mountPath: /mnt/huge
Actual results:
Expected results:
Additional info:
- links to