Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create helm charts for chained network function test case #96

Closed
6 tasks done
lixuna opened this issue Oct 23, 2018 · 1 comment
Closed
6 tasks done

Create helm charts for chained network function test case #96

lixuna opened this issue Oct 23, 2018 · 1 comment
Assignees

Comments

@lixuna
Copy link
Collaborator

lixuna commented Oct 23, 2018

convert Docker CNF to work on K8s

  • create base template and values files based on Docker code
  • Debug VPP failures dpdk start up
    • Quick fix disable additional sockets in host to resolve NUMA zone
  • templating for cpu pinning
  • templating and config map for memif sockets
  • Implement alternative for NUMA zone isolation in the CNF
@taylor taylor changed the title Create helm charts for chained network function test case Create/update helm charts for chained network function test case Nov 5, 2018
@taylor taylor changed the title Create/update helm charts for chained network function test case Create helm charts for chained network function test case Nov 20, 2018
@taylor taylor added BLOCKED and removed BLOCKED labels Nov 21, 2018
denverwilliams added a commit that referenced this issue Nov 21, 2018
@denverwilliams
Copy link
Collaborator

@taylor @michaelspedersen

After updating the helm templates to use the k8s "hugepage resource" to set available hugepages, vpp is aborting on start.
44d2260

dpdk_config:1275: EAL init args: -c 1 -n 4 --huge-dir /run/vpp/hugepages --file-prefix vpp --master-lcore 0 --socket-mem 64,64 
EAL: No free hugepages reported in hugepages-1048576kB
EAL: VFIO support initialized
DPDK physical memory layout:
Segment 0: IOVA:0x2cfac00000, len:8388608, virt:0x7fc45ba00000, socket_id:0, hugepage_sz:2097152, nchannel:0, nrank:0
Segment 1: IOVA:0x2cfb800000, len:58720256, virt:0x7fc455c00000, socket_id:0, hugepage_sz:2097152, nchannel:0, nrank:0
Segment 2: IOVA:0x5cfbc00000, len:67108864, virt:0x7fc44f600000, socket_id:1, hugepage_sz:2097152, nchannel:0, nrank:0
dpdk_pool_create:550: ioctl(VFIO_IOMMU_MAP_DMA) pool 'dpdk_mbuf_pool_socket0': Invalid argument (errno 22)
unix_physmem_region_alloc:172: physmem page for region 'dpdk_mbuf_pool_socket1' allocated on the wrong numa node (requested 1 actual 4294967294)
Aborted

michaelspedersen added a commit that referenced this issue Nov 28, 2018
Removes Hugepage issue as long as socket-mem matches CPU thread NUMA locality
@taylor taylor closed this as completed Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants