SAI Metadata
Loading...
Searching...
No Matches
saiexperimentaldashvip.h File Reference

This module defines SAI P4 extension interface. More...

#include <saitypes.h>

Go to the source code of this file.

Classes

struct  _sai_vip_entry_t
 Entry for vip_entry. More...
 
struct  _sai_dash_vip_api_t
 

Typedefs

typedef enum _sai_vip_entry_action_t sai_vip_entry_action_t
 Attribute data for SAI_VIP_ENTRY_ATTR_ACTION.
 
typedef struct _sai_vip_entry_t sai_vip_entry_t
 Entry for vip_entry.
 
typedef enum _sai_vip_entry_attr_t sai_vip_entry_attr_t
 Attribute ID for dash_vip_vip_entry.
 
typedef sai_status_t(* sai_create_vip_entry_fn) (_In_ const sai_vip_entry_t *vip_entry, _In_ uint32_t attr_count, _In_ const sai_attribute_t *attr_list)
 Create dash_vip_vip_entry.
 
typedef sai_status_t(* sai_remove_vip_entry_fn) (_In_ const sai_vip_entry_t *vip_entry)
 Remove dash_vip_vip_entry.
 
typedef sai_status_t(* sai_set_vip_entry_attribute_fn) (_In_ const sai_vip_entry_t *vip_entry, _In_ const sai_attribute_t *attr)
 Set attribute for dash_vip_vip_entry.
 
typedef sai_status_t(* sai_get_vip_entry_attribute_fn) (_In_ const sai_vip_entry_t *vip_entry, _In_ uint32_t attr_count, _Inout_ sai_attribute_t *attr_list)
 Get attribute for dash_vip_vip_entry.
 
typedef sai_status_t(* sai_bulk_create_vip_entry_fn) (_In_ uint32_t object_count, _In_ const sai_vip_entry_t *vip_entry, _In_ const uint32_t *attr_count, _In_ const sai_attribute_t **attr_list, _In_ sai_bulk_op_error_mode_t mode, _Out_ sai_status_t *object_statuses)
 Bulk create dash_vip_vip_entry.
 
typedef sai_status_t(* sai_bulk_remove_vip_entry_fn) (_In_ uint32_t object_count, _In_ const sai_vip_entry_t *vip_entry, _In_ sai_bulk_op_error_mode_t mode, _Out_ sai_status_t *object_statuses)
 Bulk remove dash_vip_vip_entry.
 
typedef struct _sai_dash_vip_api_t sai_dash_vip_api_t
 

Enumerations

enum  _sai_vip_entry_action_t { SAI_VIP_ENTRY_ACTION_ACCEPT }
 Attribute data for SAI_VIP_ENTRY_ATTR_ACTION. More...
 
enum  _sai_vip_entry_attr_t {
  SAI_VIP_ENTRY_ATTR_START , SAI_VIP_ENTRY_ATTR_ACTION = SAI_VIP_ENTRY_ATTR_START , SAI_VIP_ENTRY_ATTR_IP_ADDR_FAMILY , SAI_VIP_ENTRY_ATTR_END ,
  SAI_VIP_ENTRY_ATTR_CUSTOM_RANGE_START = 0x10000000 , SAI_VIP_ENTRY_ATTR_CUSTOM_RANGE_END
}
 Attribute ID for dash_vip_vip_entry. More...
 

Detailed Description

This module defines SAI P4 extension interface.

Copyright (c) 2014 Microsoft Open Technologies, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

THIS CODE IS PROVIDED ON AN AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT.

See the Apache Version 2.0 License for specific language governing permissions and limitations under the License.

Microsoft would like to thank the following companies for their review and assistance with these files: Intel Corporation, Mellanox Technologies Ltd, Dell Products, L.P., Facebook, Inc., Marvell International Ltd.

Definition in file saiexperimentaldashvip.h.