DPDK
17.02.1
Main Page
Related Pages
Data Structures
Files
Examples
File List
Globals
drivers
net
i40e
rte_pmd_i40e.h
Go to the documentation of this file.
1
/*-
2
* BSD LICENSE
3
*
4
* Copyright (c) 2017 Intel Corporation. All rights reserved.
5
*
6
* Redistribution and use in source and binary forms, with or without
7
* modification, are permitted provided that the following conditions
8
* are met:
9
*
10
* * Redistributions of source code must retain the above copyright
11
* notice, this list of conditions and the following disclaimer.
12
* * Redistributions in binary form must reproduce the above copyright
13
* notice, this list of conditions and the following disclaimer in
14
* the documentation and/or other materials provided with the
15
* distribution.
16
* * Neither the name of Intel Corporation nor the names of its
17
* contributors may be used to endorse or promote products derived
18
* from this software without specific prior written permission.
19
*
20
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
*/
32
33
#ifndef _PMD_I40E_H_
34
#define _PMD_I40E_H_
35
45
#include <
rte_ethdev.h
>
46
50
enum
rte_pmd_i40e_mb_event_rsp
{
51
RTE_PMD_I40E_MB_EVENT_NOOP_ACK
,
52
RTE_PMD_I40E_MB_EVENT_NOOP_NACK
,
53
RTE_PMD_I40E_MB_EVENT_PROCEED
,
54
RTE_PMD_I40E_MB_EVENT_MAX
55
};
56
60
struct
rte_pmd_i40e_mb_event_param
{
61
uint16_t
vfid
;
62
uint16_t
msg_type
;
63
uint16_t
retval
;
64
void
*
msg
;
65
uint16_t
msglen
;
66
};
67
80
int
rte_pmd_i40e_ping_vfs
(uint8_t
port
, uint16_t vf);
81
97
int
rte_pmd_i40e_set_vf_mac_anti_spoof
(uint8_t
port
,
98
uint16_t vf_id,
99
uint8_t on);
100
116
int
rte_pmd_i40e_set_vf_vlan_anti_spoof
(uint8_t
port
,
117
uint16_t vf_id,
118
uint8_t on);
119
133
int
rte_pmd_i40e_set_tx_loopback
(uint8_t
port
,
134
uint8_t on);
135
151
int
rte_pmd_i40e_set_vf_unicast_promisc
(uint8_t
port
,
152
uint16_t vf_id,
153
uint8_t on);
154
170
int
rte_pmd_i40e_set_vf_multicast_promisc
(uint8_t
port
,
171
uint16_t vf_id,
172
uint8_t on);
173
194
int
rte_pmd_i40e_set_vf_mac_addr
(uint8_t
port
, uint16_t vf_id,
195
struct
ether_addr
*mac_addr);
196
213
int
214
rte_pmd_i40e_set_vf_vlan_stripq
(uint8_t
port
, uint16_t vf, uint8_t on);
215
232
int
rte_pmd_i40e_set_vf_vlan_insert
(uint8_t
port
, uint16_t vf_id,
233
uint16_t vlan_id);
234
251
int
rte_pmd_i40e_set_vf_broadcast
(uint8_t
port
, uint16_t vf_id,
252
uint8_t on);
253
270
int
rte_pmd_i40e_set_vf_vlan_tag
(uint8_t
port
, uint16_t vf_id, uint8_t on);
271
291
int
rte_pmd_i40e_set_vf_vlan_filter
(uint8_t
port
, uint16_t vlan_id,
292
uint64_t vf_mask, uint8_t on);
293
316
int
rte_pmd_i40e_get_vf_stats
(uint8_t
port
,
317
uint16_t vf_id,
318
struct
rte_eth_stats
*stats);
319
332
int
rte_pmd_i40e_reset_vf_stats
(uint8_t
port
,
333
uint16_t vf_id);
334
335
#endif
/* _PMD_I40E_H_ */
Generated by
1.8.1.2