Data Accelerator Offload
Loading...
Searching...
No Matches
dao_platform.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: Marvell-MIT
2 * Copyright (c) 2025 Marvell.
3 */
4
13#ifndef __DAO_PLATFORM_H__
14#define __DAO_PLATFORM_H__
15
18 DAO_PLATFORM_INVALID = -1, /* Invalid platform */
19 DAO_PLATFORM_CN10K = 0, /* CN10K with SDP DPI */
20 DAO_PLATFORM_ILIAD = 1, /* Iliad with ODM */
21};
22
35
36#endif /* __DAO_PLATFORM_H__ */
dao_platform
enum dao_platform dao_platform_detect(void)