#
1042d663 |
| 11-Oct-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
env_dpdk: align dpdk headers with upstream
A recent commit in dpdk, 719834a6849e ("use C linkage where appropriate in headers") changed the scope of the extern "C", such that it didn't include #incl
env_dpdk: align dpdk headers with upstream
A recent commit in dpdk, 719834a6849e ("use C linkage where appropriate in headers") changed the scope of the extern "C", such that it didn't include #include directives. Since we never pull those headers from c++ code, add patch files to make scripts/env_dpdk/check_dpdk_pci_api.sh happy.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I3368a8355302cd772e835f9244fe6581163c04d3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25196 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|