FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
pp2.api
Go to the documentation of this file.
1 /*
2  *------------------------------------------------------------------
3  * Copyright (c) 2019 Arm Limited.
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at:
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *------------------------------------------------------------------
16  */
17 
18 option version = "1.0.0";
19 
20 
21 /** \brief
22  @param client_index - opaque cookie to identify the sender
23  @param context - sender context, to match reply w/ request
24  @param if_name - interface name
25  @param rx_q_sz - receive queue size
26  @param tx_q_sz - transmit queue size
27 */
28 define mrvl_pp2_create
29 {
32 
33  u8 if_name[64];
36 };
37 
38 /** \brief
39  @param context - sender context, to match reply w/ request
40  @param retval - return value for request
41  @param sw_if_index - software index for the new pp2 interface
42 */
43 
44 define mrvl_pp2_create_reply
45 {
49 };
50 
51 
52 /** \brief
53  @param client_index - opaque cookie to identify the sender
54  @param context - sender context, to match reply w/ request
55  @param sw_if_index - interface index
56 */
57 
58 autoreply define mrvl_pp2_delete
59 {
62 
64 };
65 
66 /*
67  * Local Variables:
68  * eval: (c-set-style "gnu")
69  * End:
70  */
unsigned char u8
Definition: types.h:56
unsigned int u32
Definition: types.h:88
unsigned short u16
Definition: types.h:57
option version
Definition: pp2.api:18
signed int i32
Definition: types.h:77