zoukankan      html  css  js  c++  java
  • vpp[73384]: register_node:485: process stack: Invalid argument (errno 22)

    gument (errno 22)
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: register_node:485: process stack: Invalid argument (errno 22)
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: register_node:485: process stack: Invalid argument (errno 22)
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: register_node:485: process stack: Invalid argument (errno 22)
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: register_node:485: process stack: Invalid argument (errno 22)
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: register_node:485: process stack: Invalid argument (errno 22)
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: register_node:485: process stack: Invalid argument (errno 22)
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: tls_init_ca_chain:607: Could not initialize TLS CA certificates
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: tls_mbedtls_init:642: failed to initialize TLS CA chain
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: tls_init_ca_chain:824: Could not initialize TLS CA certificates
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: tls_openssl_init:898: failed to initialize TLS CA chain
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: dpdk: Unsupported PCI device 0x19e5:0x0200 found at PCI address 0000:06:00.0
    /root/vpp/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp[73384]: dpdk: EAL init args: -c 2 -n 4 --in-memory --file-prefix vpp -w 0000:06:00.0 --master-lcore 1 
    [root@localhost boot]# grep CONFIG_ARM64_64K_PAGES  config-4.14.0-115.el7a.0.1.aarch64 
    CONFIG_ARM64_64K_PAGES=y
    [root@localhost yum.repos.d]# getconf PAGESIZE 
    65536

    把#define PAGE_SIZE_MULTIPLE 0x1000

    改成

    #define PAGE_SIZE_MULTIPLE 0x10000

  • 相关阅读:
    PSP ISO游戏运行必备工具:ISO TOOL 1.970 功能一览&图文教程
    Linux防火墙(原书第3版) 电子书籍
    iptables的相关概念和数据包的流程(图)
    oracle数据库远程连接服务器配置tnsnames
    编程感悟
    工作任务三 打印表单数据
    UltraWebTree的使用心得
    DropDownList应用
    使用UltraWebTree时,如何在刷新后展开之前选中的节点,并绑定相关数据
    webgrid 添加行是不允许相同
  • 原文地址:https://www.cnblogs.com/dream397/p/12744864.html
Copyright © 2011-2022 走看看