4 Contact: mlxsw@mellanox.com
5 Description: The main database in the Spectrum device is a centralized
6 KVD database used for many of the tables used to configure
7 the chip including L2 FDB, L3 LPM, ECMP and more. The KVD
8 is divided into two sections, the first is hash-based table
9 and the second is a linear access table. The division
10 between the linear and hash-based sections is static and
11 require reload before the changes take effect.
16 Contact: mlxsw@mellanox.com
17 Description: The linear section of the KVD is managed by software as a
18 flat memory accessed using an index.
20 What: /kvd/hash_single
23 Contact: mlxsw@mellanox.com
24 Description: The hash based section of the KVD is managed by the switch
25 device. Used in case the key size is smaller or equal to
28 What: /kvd/hash_double
31 Contact: mlxsw@mellanox.com
32 Description: The hash based section of the KVD is managed by the switch
33 device. Used in case the key is larger than 64 bit.