cannot build with latest DPDK
- Dominant language
- C
- Stars
- 2.5k
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description
I try build sources using latest **dpdk** version, but not luck.
```sh
[root@sbc-stage-a0 glb-director]# make -C src/glb-director
make: Entering directory '/root/glb-director/src/glb-director'
Makefile:63: /usr/share/dpdk//mk/rte.extapp.mk: No such file or directory
make: *** No rule to make target '/usr/share/dpdk//mk/rte.extapp.mk'. Stop.
make: Leaving directory '/root/glb-director/src/glb-director'
[root@sbc-stage-a0 glb-director]# rpm -q dpdk
dpdk-21.11-1.el8.aarch64
```
I have checked dpdk sources and found this commit.
https://git.dpdk.org/dpdk-stable/commit/?h=21.11&id=3cc6ecfdfe85d2577fef30e1791bb7534e3d60b3
Now **mk** files do not present in DPDK and build glb do not possible using the latest dpdk version.
Could you add support for the latest dpdk version?
Contributor guide
Assessment
This issue has not been assessed yet.