660098d61f
The original code replies on the private channel for primary and secondary communication. Change to use the generic multi-process channel. Note with this change, dpdk-pdump will be not compatible with old version DPDK applications. Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com> Acked-by: Reshma Pattan <reshma.pattan@intel.com>
9 lines
203 B
Meson
9 lines
203 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
version = 2
|
|
sources = files('rte_pdump.c')
|
|
headers = files('rte_pdump.h')
|
|
allow_experimental_apis = true
|
|
deps += ['ethdev']
|