[dpdk-dev] [PATCH v3 4/6] app/testpmd: add device event stubs on Windows
Dmitry Kozlyuk
dmitry.kozliuk at gmail.com
Tue Apr 13 22:10:38 CEST 2021
Commit topic is incorrect, suggesting "eal/windows: add device event stubs".
2021-04-13 10:19 (UTC-0700), Jie Zhou:
> Add hot_plug related device event stubs in eal_dev.c on Windows.
>
> Signed-off-by: Jie Zhou <jizh at microsoft.com>
> Signed-off-by: Jie Zhou <jizh at linux.microsoft.com>
> ---
> lib/librte_eal/windows/eal_dev.c | 35 ++++++++++++++++++++++++++++++
> lib/librte_eal/windows/meson.build | 1 +
> 2 files changed, 36 insertions(+)
> create mode 100644 lib/librte_eal/windows/eal_dev.c
>
> diff --git a/lib/librte_eal/windows/eal_dev.c b/lib/librte_eal/windows/eal_dev.c
> new file mode 100644
> index 000000000..4c51d07df
> --- /dev/null
> +++ b/lib/librte_eal/windows/eal_dev.c
> @@ -0,0 +1,35 @@
> +/* SPDX-License-Identifier: BSD-3-Clause
> + * Copyright(c) 2018 Intel Corporation
2018 Intel?
> + */
> +
> +#include <rte_log.h>
> +#include <rte_compat.h>
Not needed.
[...]
More information about the dev
mailing list