brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 259ed29 Raw
34 lines · plain
1What: 		/kvd/2Date:		08-Jan-20183KernelVersion:	v4.164Contact:	mlxsw@mellanox.com5Description:	The main database in the Spectrum device is a centralized6		KVD database used for many of the tables used to configure7		the chip including L2 FDB, L3 LPM, ECMP and more. The KVD8		is divided into two sections, the first is hash-based table9		and the second is a linear access table. The division10		between the linear and hash-based sections is static and11		require reload before the changes take effect.12 13What: 		/kvd/linear14Date:		08-Jan-201815KernelVersion:	v4.1616Contact:	mlxsw@mellanox.com17Description:	The linear section of the KVD is managed by software as a18		flat memory accessed using an index.19 20What: 		/kvd/hash_single21Date:		08-Jan-201822KernelVersion:	v4.1623Contact:	mlxsw@mellanox.com24Description:	The hash based section of the KVD is managed by the switch25		device. Used in case the key size is smaller or equal to26		64bit.27 28What: 		/kvd/hash_double29Date:		08-Jan-201830KernelVersion:	v4.1631Contact:	mlxsw@mellanox.com32Description:	The hash based section of the KVD is managed by the switch33		device. Used in case the key is larger than 64 bit.34