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

CentOS 7.5下make构建kdns需要做的几点调整 #51

Closed
csxiaomiao opened this issue Jan 17, 2019 · 0 comments
Closed

CentOS 7.5下make构建kdns需要做的几点调整 #51

csxiaomiao opened this issue Jan 17, 2019 · 0 comments

Comments

@csxiaomiao
Copy link

在CentOS 7.5下编译make build构建KDNS时,需要作如下小的调整:

  1. 修改DKDK包中的kni_net.c源代码,将代码中的中 ndo_change_mtu 用 ndo_change_mtu_rh74 替换
  2. 修改${SRC_HOME}/kdns/src/Makefile, 将
    LDLIBS += -L$(SRCDIR)/../core/$(RTE_TARGET)/lib/ -lkdns 修改为
    LDLIBS += -L$(SRCDIR)/../core/$(RTE_TARGET)/lib/ -lkdns –lgnutls
  3. yum install –y texinfo

经过上述3步,KDNS构建OK。

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

2 participants