DPDK
21.02.0
Main Page
Related Pages
Data Structures
Files
Examples
File List
Globals
drivers
net
dpaa2
rte_pmd_dpaa2.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright 2018-2020 NXP
3
*/
4
5
#ifndef _RTE_PMD_DPAA2_H
6
#define _RTE_PMD_DPAA2_H
7
18
#include <
rte_flow.h
>
19
37
__rte_experimental
38
struct
rte_flow *
39
rte_pmd_dpaa2_mux_flow_create
(uint32_t dpdmux_id,
40
struct
rte_flow_item
*pattern[],
41
struct
rte_flow_action *actions[]);
42
65
__rte_experimental
66
int
67
rte_pmd_dpaa2_set_custom_hash
(uint16_t port_id,
68
uint16_t offset,
69
uint8_t size);
70
71
#endif
/* _RTE_PMD_DPAA2_H */
rte_pmd_dpaa2_mux_flow_create
__rte_experimental struct rte_flow * rte_pmd_dpaa2_mux_flow_create(uint32_t dpdmux_id, struct rte_flow_item *pattern[], struct rte_flow_action *actions[])
rte_flow_item
Definition:
rte_flow.h:1690
rte_flow.h
rte_pmd_dpaa2_set_custom_hash
__rte_experimental int rte_pmd_dpaa2_set_custom_hash(uint16_t port_id, uint16_t offset, uint8_t size)
Generated by
1.8.9.1