DPDK
17.02.1
Main Page
Related Pages
Data Structures
Files
Examples
File List
Globals
drivers
net
ixgbe
rte_pmd_ixgbe.h
Go to the documentation of this file.
1
/*-
2
* BSD LICENSE
3
*
4
* Copyright (c) 2016 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
39
#ifndef _PMD_IXGBE_H_
40
#define _PMD_IXGBE_H_
41
42
#include <
rte_ethdev.h
>
43
58
int
rte_pmd_ixgbe_set_vf_mac_addr
(uint8_t
port
, uint16_t vf,
59
struct
ether_addr
*mac_addr);
60
76
int
rte_pmd_ixgbe_set_vf_vlan_anti_spoof
(uint8_t
port
, uint16_t vf, uint8_t on);
77
93
int
rte_pmd_ixgbe_set_vf_mac_anti_spoof
(uint8_t
port
, uint16_t vf, uint8_t on);
94
111
int
rte_pmd_ixgbe_set_vf_vlan_insert
(uint8_t
port
, uint16_t vf,
112
uint16_t vlan_id);
113
128
int
rte_pmd_ixgbe_set_tx_loopback
(uint8_t
port
, uint8_t on);
129
144
int
rte_pmd_ixgbe_set_all_queues_drop_en
(uint8_t
port
, uint8_t on);
145
163
int
rte_pmd_ixgbe_set_vf_split_drop_en
(uint8_t
port
, uint16_t vf, uint8_t on);
164
182
int
183
rte_pmd_ixgbe_set_vf_vlan_stripq
(uint8_t
port
, uint16_t vf, uint8_t on);
184
201
int
rte_pmd_ixgbe_macsec_enable
(uint8_t
port
, uint8_t en, uint8_t rp);
202
213
int
rte_pmd_ixgbe_macsec_disable
(uint8_t
port
);
214
227
int
rte_pmd_ixgbe_macsec_config_txsc
(uint8_t
port
, uint8_t *mac);
228
243
int
rte_pmd_ixgbe_macsec_config_rxsc
(uint8_t
port
, uint8_t *mac, uint16_t pi);
244
264
int
rte_pmd_ixgbe_macsec_select_txsa
(uint8_t
port
, uint8_t idx, uint8_t an,
265
uint32_t pn, uint8_t *key);
266
286
int
rte_pmd_ixgbe_macsec_select_rxsa
(uint8_t
port
, uint8_t idx, uint8_t an,
287
uint32_t pn, uint8_t *key);
288
311
int
312
rte_pmd_ixgbe_set_vf_rxmode
(uint8_t
port
, uint16_t vf, uint16_t rx_mask, uint8_t on);
313
330
int
331
rte_pmd_ixgbe_set_vf_rx
(uint8_t
port
, uint16_t vf, uint8_t on);
332
349
int
350
rte_pmd_ixgbe_set_vf_tx
(uint8_t
port
, uint16_t vf, uint8_t on);
351
371
int
372
rte_pmd_ixgbe_set_vf_vlan_filter
(uint8_t
port
, uint16_t vlan, uint64_t vf_mask, uint8_t vlan_on);
373
391
int
rte_pmd_ixgbe_set_vf_rate_limit
(uint8_t
port
, uint16_t vf, uint16_t tx_rate, uint64_t q_msk);
392
396
enum
rte_pmd_ixgbe_mb_event_rsp
{
397
RTE_PMD_IXGBE_MB_EVENT_NOOP_ACK
,
398
RTE_PMD_IXGBE_MB_EVENT_NOOP_NACK
,
399
RTE_PMD_IXGBE_MB_EVENT_PROCEED
,
400
RTE_PMD_IXGBE_MB_EVENT_MAX
401
};
402
406
struct
rte_pmd_ixgbe_mb_event_param
{
407
uint16_t
vfid
;
408
uint16_t
msg_type
;
409
uint16_t
retval
;
410
void
*
msg
;
411
};
412
#endif
/* _PMD_IXGBE_H_ */
Generated by
1.8.1.2