seastar icon indicating copy to clipboard operation
seastar copied to clipboard

Compile with DPDK 22.03

Open howardlau1999 opened this issue 3 years ago • 2 comments

Is it possible to compile seastar with DPDK 22.03? I tried adding -DSeastar_DPDK=ON but it didn't work. I am using add_subdirectory to link seastar with my application.

-- Could NOT find dpdk (missing: dpdk_PMD_VMXNET3_UIO_LIBRARY dpdk_PMD_I40E_LIBRARY dpdk_PMD_IXGBE_LIBRARY dpdk_PMD_E1000_LIBRARY dpdk_PMD_BNXT_LIBRARY dpdk_PMD_RING_LIBRARY dpdk_PMD_CXGBE_LIBRARY dpdk_PMD_ENA_LIBRARY dpdk_PMD_ENIC_LIBRARY dpdk_PMD_NFP_LIBRARY dpdk_PMD_QEDE_LIBRARY dpdk_PMD_FM10K_LIBRARY dpdk_PMD_SFC_EFX_LIBRARY)
CMake Error at cpp/third_party/seastar/CMakeLists.txt:879 (message):
  dpdk support is enabled but it is not available!

howardlau1999 avatar Jul 04 '22 14:07 howardlau1999

It seems that there was once an attempt to update to 21.08 but somehow got reverted?

howardlau1999 avatar Jul 04 '22 15:07 howardlau1999

@howardlau1999 Howard, you could find more discussions / background on this topic by exploring in https://groups.google.com/g/seastar-dev .

tchaikov avatar Jul 11 '22 06:07 tchaikov

closing. see #1832

tchaikov avatar Jan 27 '24 05:01 tchaikov