Skip to content

fix compile syscall directory compile issue#865

Merged
jfb8856606 merged 5 commits intoF-Stack:devfrom
liujinhui-job:fix-syscall-compile-error
Mar 14, 2025
Merged

fix compile syscall directory compile issue#865
jfb8856606 merged 5 commits intoF-Stack:devfrom
liujinhui-job:fix-syscall-compile-error

Conversation

@liujinhui-job
Copy link
Copy Markdown
Contributor

@liujinhui-job liujinhui-job commented Mar 12, 2025

Modification point 1:
when compile adapter/syscall,the following compilation error occurred.
ff_hook_syscall.c:2251:5: error: implicit declaration of function ‘pthread_key_delete’; did you mean ‘rte_thread_key_delete’? [-Werror=implicit-function-declaration]

yes,we should add pthread.h

Modification point 2:
Sotimes I forget to export FF_PATH, In adapter/syscall dirrectory, default FF_PATH is ../../, change Makefile's first line TOPDIR=.. -> TOPDIR=../.. can also compile sucess
Alright, this modification point 2 doesn’t really hold much significance.

dependabot Bot and others added 5 commits February 11, 2025 19:13
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.1...44.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ryptography-44.0.1

Bump cryptography from 43.0.1 to 44.0.1 in /dpdk/dts
…double-init

m_gethdr will call m_pkthdr_init also, so there is no need to initialize it again
@jfb8856606 jfb8856606 merged commit 7c224b8 into F-Stack:dev Mar 14, 2025
@liujinhui-job liujinhui-job deleted the fix-syscall-compile-error branch June 8, 2025 15:42
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

Successfully merging this pull request may close these issues.

2 participants