numam-dpdk/drivers/net/iavf/base/iavf_devids.h
Xiaolong Ye 317862a4e4 net/iavf: replace license text with SPDX tag
Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2019-07-24 18:44:40 +02:00

15 lines
282 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2013 - 2015 Intel Corporation
*/
#ifndef _IAVF_DEVIDS_H_
#define _IAVF_DEVIDS_H_
/* Vendor ID */
#define IAVF_INTEL_VENDOR_ID 0x8086
/* Device IDs */
#define IAVF_DEV_ID_ADAPTIVE_VF 0x1889
#endif /* _IAVF_DEVIDS_H_ */