aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/include/rte_pci_dev_features.h
blob: 6104123d277c00fbb32a3e17e15d2613ebb6fc15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
 * Copyright(c) 2010-2014 Intel Corporation
 */

#ifndef _RTE_PCI_DEV_FEATURES_H
#define _RTE_PCI_DEV_FEATURES_H

#include <rte_pci_dev_feature_defs.h>

#define RTE_INTR_MODE_NONE_NAME "none"
#define RTE_INTR_MODE_LEGACY_NAME "legacy"
#define RTE_INTR_MODE_MSI_NAME "msi"
#define RTE_INTR_MODE_MSIX_NAME "msix"

#endif