SAI Metadata
|
This module defines SAI multicast FDB interface. More...
#include <saitypes.h>
Go to the source code of this file.
Classes | |
struct | _sai_mcast_fdb_entry_t |
MCAST FDB entry key. More... | |
struct | _sai_mcast_fdb_api_t |
Multicast FDB method table retrieved with sai_api_query() More... | |
Typedefs | |
typedef struct _sai_mcast_fdb_entry_t | sai_mcast_fdb_entry_t |
MCAST FDB entry key. | |
typedef enum _sai_mcast_fdb_entry_attr_t | sai_mcast_fdb_entry_attr_t |
Attribute Id for multicast FDB entry. | |
typedef sai_status_t(* | sai_create_mcast_fdb_entry_fn) (_In_ const sai_mcast_fdb_entry_t *mcast_fdb_entry, _In_ uint32_t attr_count, _In_ const sai_attribute_t *attr_list) |
Create Multicast FDB entry. | |
typedef sai_status_t(* | sai_remove_mcast_fdb_entry_fn) (_In_ const sai_mcast_fdb_entry_t *mcast_fdb_entry) |
Remove Multicast FDB entry. | |
typedef sai_status_t(* | sai_set_mcast_fdb_entry_attribute_fn) (_In_ const sai_mcast_fdb_entry_t *mcast_fdb_entry, _In_ const sai_attribute_t *attr) |
Set multicast FDB entry attribute value. | |
typedef sai_status_t(* | sai_get_mcast_fdb_entry_attribute_fn) (_In_ const sai_mcast_fdb_entry_t *mcast_fdb_entry, _In_ uint32_t attr_count, _Inout_ sai_attribute_t *attr_list) |
Get FDB entry attribute value. | |
typedef struct _sai_mcast_fdb_api_t | sai_mcast_fdb_api_t |
Multicast FDB method table retrieved with sai_api_query() | |
Enumerations | |
enum | _sai_mcast_fdb_entry_attr_t { SAI_MCAST_FDB_ENTRY_ATTR_START , SAI_MCAST_FDB_ENTRY_ATTR_GROUP_ID = SAI_MCAST_FDB_ENTRY_ATTR_START , SAI_MCAST_FDB_ENTRY_ATTR_PACKET_ACTION , SAI_MCAST_FDB_ENTRY_ATTR_META_DATA , SAI_MCAST_FDB_ENTRY_ATTR_END , SAI_MCAST_FDB_ENTRY_ATTR_CUSTOM_RANGE_START = 0x10000000 , SAI_MCAST_FDB_ENTRY_ATTR_CUSTOM_RANGE_END } |
Attribute Id for multicast FDB entry. More... | |
This module defines SAI multicast FDB 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 saimcastfdb.h.