Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ip
  2. {
  3. heap-size 4G
  4. }
  5. statseg
  6. {
  7. size 4G
  8. }
  9. unix
  10. {
  11. nodaemon
  12. interactive
  13. log /var/log/vpp/vpp.log
  14. cli-listen /run/vpp/cli.sock
  15. gid vpp
  16. }
  17. ip6
  18. {
  19. heap-size 4G
  20. hash-buckets 2000000
  21. }
  22. heapsize 4G
  23.  
  24. api-segment {
  25. gid vpp
  26. }
  27.  
  28. cpu {
  29. main-core 18
  30. corelist-workers 19,20
  31. }
  32.  
  33. dpdk {
  34. dev 0000:83:00.0
  35. dev 0000:83:00.1
  36. uio-driver igb_uio
  37. no-multi-seg
  38. socket-mem 1024,1024
  39. no-tx-checksum-offload
  40. }
  41.  
  42. plugins {
  43. ## Disable all plugins by default and then selectively enable specific plugins
  44. plugin default { disable }
  45. plugin dpdk_plugin.so { enable }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement