DPDK 22.11.4
rte_swx_port_ethdev.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2020 Intel Corporation
3 */
4#ifndef __INCLUDE_RTE_SWX_PORT_ETHDEV_H__
5#define __INCLUDE_RTE_SWX_PORT_ETHDEV_H__
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
16#include <stdint.h>
17
18#include "rte_swx_port.h"
19
23 const char *dev_name;
24
26 uint16_t queue_id;
27
29 uint32_t burst_size;
30};
31
34
38 const char *dev_name;
39
41 uint16_t queue_id;
42
44 uint32_t burst_size;
45};
46
49
50#ifdef __cplusplus
51}
52#endif
53
54#endif
struct rte_swx_port_in_ops rte_swx_port_ethdev_reader_ops
struct rte_swx_port_out_ops rte_swx_port_ethdev_writer_ops