mbox series

[v2,0/1] add DPDK libraries

Message ID 20240819221146.9678-3-vjardin@free.fr
Headers show
Series add DPDK libraries | expand

Message

Vincent Jardin Aug. 19, 2024, 10:11 p.m. UTC
Changes from the v1:
  - include the comments from Thomas Petazzoni
  - add a meson patch for the DPDK that I forgot to include
    This patch has been aligned with Yocto so we can share the same
    feedbacks. I'll upstream it on DPDK too.

Vincent Jardin (1):
  package/dpdk: add 24.03

 DEVELOPERS                                    |  3 ++
 package/Config.in                             |  1 +
 ...-cpu_instruction_set-from-meson-opti.patch | 32 ++++++++++++++
 package/dpdk/Config.in                        | 20 +++++++++
 package/dpdk/dpdk.hash                        | 10 +++++
 package/dpdk/dpdk.mk                          | 43 +++++++++++++++++++
 6 files changed, 109 insertions(+)
 create mode 100644 package/dpdk/0001-config-meson-get-cpu_instruction_set-from-meson-opti.patch
 create mode 100644 package/dpdk/Config.in
 create mode 100644 package/dpdk/dpdk.hash
 create mode 100644 package/dpdk/dpdk.mk