9e97d7c5fce46ecb6a53b8c583755463e0a9853f
[dpdk.git] / lib / librte_eal / common / include / rte_pci_dev_ids.h
1 /*-
2  * This file is provided under a dual BSD/GPLv2 license.  When using or
3  *   redistributing this file, you may do so under either license.
4  *
5  *   GPL LICENSE SUMMARY
6  *
7  *   Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
8  *
9  *   This program is free software; you can redistribute it and/or modify
10  *   it under the terms of version 2 of the GNU General Public License as
11  *   published by the Free Software Foundation.
12  *
13  *   This program is distributed in the hope that it will be useful, but
14  *   WITHOUT ANY WARRANTY; without even the implied warranty of
15  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  *   General Public License for more details.
17  *
18  *   You should have received a copy of the GNU General Public License
19  *   along with this program; if not, write to the Free Software
20  *   Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
21  *   The full GNU General Public License is included in this distribution
22  *   in the file called LICENSE.GPL.
23  *
24  *   Contact Information:
25  *   Intel Corporation
26  *
27  *   BSD LICENSE
28  *
29  *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
30  *   All rights reserved.
31  *
32  *   Redistribution and use in source and binary forms, with or without
33  *   modification, are permitted provided that the following conditions
34  *   are met:
35  *
36  *     * Redistributions of source code must retain the above copyright
37  *       notice, this list of conditions and the following disclaimer.
38  *     * Redistributions in binary form must reproduce the above copyright
39  *       notice, this list of conditions and the following disclaimer in
40  *       the documentation and/or other materials provided with the
41  *       distribution.
42  *     * Neither the name of Intel Corporation nor the names of its
43  *       contributors may be used to endorse or promote products derived
44  *       from this software without specific prior written permission.
45  *
46  *   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
47  *   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
48  *   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
49  *   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
50  *   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
51  *   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
52  *   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
53  *   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
54  *   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
55  *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
56  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57  *
58  */
59
60 #ifndef RTE_PCI_DEV_ID_DECL_IGB
61 #define RTE_PCI_DEV_ID_DECL_IGB(vend, dev)
62 #endif
63
64 #ifndef RTE_PCI_DEV_ID_DECL_IGBVF
65 #define RTE_PCI_DEV_ID_DECL_IGBVF(vend, dev)
66 #endif
67
68 #ifndef RTE_PCI_DEV_ID_DECL_IXGBE
69 #define RTE_PCI_DEV_ID_DECL_IXGBE(vend, dev)
70 #endif
71
72 #ifndef RTE_PCI_DEV_ID_DECL_IXGBEVF
73 #define RTE_PCI_DEV_ID_DECL_IXGBEVF(vend, dev)
74 #endif
75
76 #ifndef RTE_PCI_DEV_ID_DECL_VIRTIO
77 #define RTE_PCI_DEV_ID_DECL_VIRTIO(vend, dev)
78 #endif
79
80 #ifndef RTE_PCI_DEV_ID_DECL_VMXNET3
81 #define RTE_PCI_DEV_ID_DECL_VMXNET3(vend, dev)
82 #endif
83
84 #ifndef RTE_PCI_DEV_ID_DECL_ENIC
85 #define RTE_PCI_DEV_ID_DECL_ENIC(vend, dev)
86 #endif
87
88 #ifndef RTE_PCI_DEV_ID_DECL_BNX2X
89 #define RTE_PCI_DEV_ID_DECL_BNX2X(vend, dev)
90 #endif
91
92 #ifndef RTE_PCI_DEV_ID_DECL_BNX2XVF
93 #define RTE_PCI_DEV_ID_DECL_BNX2XVF(vend, dev)
94 #endif
95
96 #ifndef RTE_PCI_DEV_ID_DECL_BNXT
97 #define RTE_PCI_DEV_ID_DECL_BNXT(vend, dev)
98 #endif
99
100 #ifndef PCI_VENDOR_ID_INTEL
101 /** Vendor ID used by Intel devices */
102 #define PCI_VENDOR_ID_INTEL 0x8086
103 #endif
104
105 #ifndef PCI_VENDOR_ID_QUMRANET
106 /** Vendor ID used by virtio devices */
107 #define PCI_VENDOR_ID_QUMRANET 0x1AF4
108 #endif
109
110 #ifndef PCI_VENDOR_ID_VMWARE
111 /** Vendor ID used by VMware devices */
112 #define PCI_VENDOR_ID_VMWARE 0x15AD
113 #endif
114
115 #ifndef PCI_VENDOR_ID_CISCO
116 /** Vendor ID used by Cisco VIC devices */
117 #define PCI_VENDOR_ID_CISCO 0x1137
118 #endif
119
120 #ifndef PCI_VENDOR_ID_BROADCOM
121 /** Vendor ID used by Broadcom devices */
122 #define PCI_VENDOR_ID_BROADCOM 0x14E4
123 #endif
124
125 /******************** Physical IGB devices from e1000_hw.h ********************/
126
127 #define E1000_DEV_ID_82576                      0x10C9
128 #define E1000_DEV_ID_82576_FIBER                0x10E6
129 #define E1000_DEV_ID_82576_SERDES               0x10E7
130 #define E1000_DEV_ID_82576_QUAD_COPPER          0x10E8
131 #define E1000_DEV_ID_82576_QUAD_COPPER_ET2      0x1526
132 #define E1000_DEV_ID_82576_NS                   0x150A
133 #define E1000_DEV_ID_82576_NS_SERDES            0x1518
134 #define E1000_DEV_ID_82576_SERDES_QUAD          0x150D
135 #define E1000_DEV_ID_82575EB_COPPER             0x10A7
136 #define E1000_DEV_ID_82575EB_FIBER_SERDES       0x10A9
137 #define E1000_DEV_ID_82575GB_QUAD_COPPER        0x10D6
138 #define E1000_DEV_ID_82580_COPPER               0x150E
139 #define E1000_DEV_ID_82580_FIBER                0x150F
140 #define E1000_DEV_ID_82580_SERDES               0x1510
141 #define E1000_DEV_ID_82580_SGMII                0x1511
142 #define E1000_DEV_ID_82580_COPPER_DUAL          0x1516
143 #define E1000_DEV_ID_82580_QUAD_FIBER           0x1527
144 #define E1000_DEV_ID_I350_COPPER                0x1521
145 #define E1000_DEV_ID_I350_FIBER                 0x1522
146 #define E1000_DEV_ID_I350_SERDES                0x1523
147 #define E1000_DEV_ID_I350_SGMII                 0x1524
148 #define E1000_DEV_ID_I350_DA4                   0x1546
149 #define E1000_DEV_ID_I210_COPPER                0x1533
150 #define E1000_DEV_ID_I210_COPPER_OEM1           0x1534
151 #define E1000_DEV_ID_I210_COPPER_IT             0x1535
152 #define E1000_DEV_ID_I210_FIBER                 0x1536
153 #define E1000_DEV_ID_I210_SERDES                0x1537
154 #define E1000_DEV_ID_I210_SGMII                 0x1538
155 #define E1000_DEV_ID_I210_COPPER_FLASHLESS      0x157B
156 #define E1000_DEV_ID_I210_SERDES_FLASHLESS      0x157C
157 #define E1000_DEV_ID_I211_COPPER                0x1539
158 #define E1000_DEV_ID_I354_BACKPLANE_1GBPS       0x1F40
159 #define E1000_DEV_ID_I354_SGMII                 0x1F41
160 #define E1000_DEV_ID_I354_BACKPLANE_2_5GBPS     0x1F45
161 #define E1000_DEV_ID_DH89XXCC_SGMII             0x0438
162 #define E1000_DEV_ID_DH89XXCC_SERDES            0x043A
163 #define E1000_DEV_ID_DH89XXCC_BACKPLANE         0x043C
164 #define E1000_DEV_ID_DH89XXCC_SFP               0x0440
165
166 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576)
167 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_FIBER)
168 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_SERDES)
169 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_QUAD_COPPER)
170 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_QUAD_COPPER_ET2)
171 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_NS)
172 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_NS_SERDES)
173 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_SERDES_QUAD)
174
175 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575EB_COPPER)
176 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575EB_FIBER_SERDES)
177 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575GB_QUAD_COPPER)
178
179 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_COPPER)
180 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_FIBER)
181 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_SERDES)
182 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_SGMII)
183 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_COPPER_DUAL)
184 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_QUAD_FIBER)
185
186 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_COPPER)
187 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_FIBER)
188 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_SERDES)
189 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_SGMII)
190 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_DA4)
191 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_COPPER)
192 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_COPPER_OEM1)
193 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_COPPER_IT)
194 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_FIBER)
195 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_SERDES)
196 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_SGMII)
197 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I211_COPPER)
198 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I354_BACKPLANE_1GBPS)
199 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I354_SGMII)
200 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I354_BACKPLANE_2_5GBPS)
201 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_SGMII)
202 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_SERDES)
203 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_BACKPLANE)
204 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_SFP)
205
206 /****************** Physical IXGBE devices from ixgbe_type.h ******************/
207
208 #define IXGBE_DEV_ID_82598                      0x10B6
209 #define IXGBE_DEV_ID_82598_BX                   0x1508
210 #define IXGBE_DEV_ID_82598AF_DUAL_PORT          0x10C6
211 #define IXGBE_DEV_ID_82598AF_SINGLE_PORT        0x10C7
212 #define IXGBE_DEV_ID_82598AT                    0x10C8
213 #define IXGBE_DEV_ID_82598AT2                   0x150B
214 #define IXGBE_DEV_ID_82598EB_SFP_LOM            0x10DB
215 #define IXGBE_DEV_ID_82598EB_CX4                0x10DD
216 #define IXGBE_DEV_ID_82598_CX4_DUAL_PORT        0x10EC
217 #define IXGBE_DEV_ID_82598_DA_DUAL_PORT         0x10F1
218 #define IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM      0x10E1
219 #define IXGBE_DEV_ID_82598EB_XF_LR              0x10F4
220 #define IXGBE_DEV_ID_82599_KX4                  0x10F7
221 #define IXGBE_DEV_ID_82599_KX4_MEZZ             0x1514
222 #define IXGBE_DEV_ID_82599_KR                   0x1517
223 #define IXGBE_DEV_ID_82599_COMBO_BACKPLANE      0x10F8
224 #define IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ       0x000C
225 #define IXGBE_DEV_ID_82599_CX4                  0x10F9
226 #define IXGBE_DEV_ID_82599_SFP                  0x10FB
227 #define IXGBE_SUBDEV_ID_82599_SFP               0x11A9
228 #define IXGBE_SUBDEV_ID_82599_RNDC              0x1F72
229 #define IXGBE_SUBDEV_ID_82599_560FLR            0x17D0
230 #define IXGBE_SUBDEV_ID_82599_ECNA_DP           0x0470
231 #define IXGBE_DEV_ID_82599_BACKPLANE_FCOE       0x152A
232 #define IXGBE_DEV_ID_82599_SFP_FCOE             0x1529
233 #define IXGBE_DEV_ID_82599_SFP_EM               0x1507
234 #define IXGBE_DEV_ID_82599_SFP_SF2              0x154D
235 #define IXGBE_DEV_ID_82599_SFP_SF_QP            0x154A
236 #define IXGBE_DEV_ID_82599_QSFP_SF_QP           0x1558
237 #define IXGBE_DEV_ID_82599EN_SFP                0x1557
238 #define IXGBE_DEV_ID_82599_XAUI_LOM             0x10FC
239 #define IXGBE_DEV_ID_82599_T3_LOM               0x151C
240 #define IXGBE_DEV_ID_82599_LS                   0x154F
241 #define IXGBE_DEV_ID_X540T                      0x1528
242 #define IXGBE_DEV_ID_X540T1                     0x1560
243 #define IXGBE_DEV_ID_X550EM_X_SFP               0x15AC
244 #define IXGBE_DEV_ID_X550EM_X_10G_T             0x15AD
245 #define IXGBE_DEV_ID_X550EM_X_1G_T              0x15AE
246 #define IXGBE_DEV_ID_X550T                      0x1563
247 #define IXGBE_DEV_ID_X550T1                     0x15D1
248 #define IXGBE_DEV_ID_X550EM_A_KR                0x15C2
249 #define IXGBE_DEV_ID_X550EM_A_KR_L              0x15C3
250 #define IXGBE_DEV_ID_X550EM_A_SFP_N             0x15C4
251 #define IXGBE_DEV_ID_X550EM_A_SGMII             0x15C6
252 #define IXGBE_DEV_ID_X550EM_A_SGMII_L           0x15C7
253 #define IXGBE_DEV_ID_X550EM_A_10G_T             0x15C8
254 #define IXGBE_DEV_ID_X550EM_A_QSFP              0x15CA
255 #define IXGBE_DEV_ID_X550EM_A_QSFP_N            0x15CC
256 #define IXGBE_DEV_ID_X550EM_A_SFP               0x15CE
257 #define IXGBE_DEV_ID_X550EM_A_1G_T              0x15E4
258 #define IXGBE_DEV_ID_X550EM_A_1G_T_L            0x15E5
259 #define IXGBE_DEV_ID_X550EM_X_KX4               0x15AA
260 #define IXGBE_DEV_ID_X550EM_X_KR                0x15AB
261
262 #ifdef RTE_NIC_BYPASS
263 #define IXGBE_DEV_ID_82599_BYPASS               0x155D
264 #endif
265
266 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598)
267 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598_BX)
268 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598AF_DUAL_PORT)
269 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
270         IXGBE_DEV_ID_82598AF_SINGLE_PORT)
271 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598AT)
272 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598AT2)
273 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598EB_SFP_LOM)
274 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598EB_CX4)
275 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598_CX4_DUAL_PORT)
276 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598_DA_DUAL_PORT)
277 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
278         IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM)
279 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598EB_XF_LR)
280 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_KX4)
281 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_KX4_MEZZ)
282 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_KR)
283 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
284         IXGBE_DEV_ID_82599_COMBO_BACKPLANE)
285 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
286         IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ)
287 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_CX4)
288 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP)
289 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_SFP)
290 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_RNDC)
291 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_560FLR)
292 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_ECNA_DP)
293 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_BACKPLANE_FCOE)
294 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_FCOE)
295 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_EM)
296 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_SF2)
297 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_SF_QP)
298 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_QSFP_SF_QP)
299 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599EN_SFP)
300 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_XAUI_LOM)
301 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_T3_LOM)
302 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_LS)
303 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540T)
304 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540T1)
305 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_SFP)
306 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_10G_T)
307 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_1G_T)
308 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550T)
309 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550T1)
310 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_KR)
311 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_KR_L)
312 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_SFP_N)
313 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_SGMII)
314 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_SGMII_L)
315 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_10G_T)
316 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_QSFP)
317 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_QSFP_N)
318 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_SFP)
319 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_1G_T)
320 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_1G_T_L)
321 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_KX4)
322 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_KR)
323
324 #ifdef RTE_NIC_BYPASS
325 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_BYPASS)
326 #endif
327
328 /****************** Virtual IGB devices from e1000_hw.h ******************/
329
330 #define E1000_DEV_ID_82576_VF                   0x10CA
331 #define E1000_DEV_ID_82576_VF_HV                0x152D
332 #define E1000_DEV_ID_I350_VF                    0x1520
333 #define E1000_DEV_ID_I350_VF_HV                 0x152F
334
335 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_VF)
336 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_VF_HV)
337 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_VF)
338 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_VF_HV)
339
340 /****************** Virtual IXGBE devices from ixgbe_type.h ******************/
341
342 #define IXGBE_DEV_ID_82599_VF                   0x10ED
343 #define IXGBE_DEV_ID_82599_VF_HV                0x152E
344 #define IXGBE_DEV_ID_X540_VF                    0x1515
345 #define IXGBE_DEV_ID_X540_VF_HV                 0x1530
346 #define IXGBE_DEV_ID_X550_VF_HV                 0x1564
347 #define IXGBE_DEV_ID_X550_VF                    0x1565
348 #define IXGBE_DEV_ID_X550EM_A_VF                0x15C5
349 #define IXGBE_DEV_ID_X550EM_A_VF_HV             0x15B4
350 #define IXGBE_DEV_ID_X550EM_X_VF                0x15A8
351 #define IXGBE_DEV_ID_X550EM_X_VF_HV             0x15A9
352
353 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_VF)
354 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_VF_HV)
355 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540_VF)
356 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540_VF_HV)
357 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550_VF_HV)
358 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550_VF)
359 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_VF)
360 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_VF_HV)
361 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_VF)
362 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_VF_HV)
363
364 /****************** Virtio devices from virtio.h ******************/
365
366 #define QUMRANET_DEV_ID_VIRTIO                  0x1000
367
368 RTE_PCI_DEV_ID_DECL_VIRTIO(PCI_VENDOR_ID_QUMRANET, QUMRANET_DEV_ID_VIRTIO)
369
370 /****************** VMware VMXNET3 devices ******************/
371
372 #define VMWARE_DEV_ID_VMXNET3                   0x07B0
373
374 RTE_PCI_DEV_ID_DECL_VMXNET3(PCI_VENDOR_ID_VMWARE, VMWARE_DEV_ID_VMXNET3)
375
376 /****************** Cisco VIC devices ******************/
377
378 #define PCI_DEVICE_ID_CISCO_VIC_ENET         0x0043  /* ethernet vnic */
379 #define PCI_DEVICE_ID_CISCO_VIC_ENET_VF      0x0071  /* enet SRIOV VF */
380
381 RTE_PCI_DEV_ID_DECL_ENIC(PCI_VENDOR_ID_CISCO, PCI_DEVICE_ID_CISCO_VIC_ENET)
382 RTE_PCI_DEV_ID_DECL_ENIC(PCI_VENDOR_ID_CISCO, PCI_DEVICE_ID_CISCO_VIC_ENET_VF)
383
384 /****************** QLogic devices ******************/
385
386 /* Broadcom/QLogic BNX2X */
387 #define BNX2X_DEV_ID_57710      0x164e
388 #define BNX2X_DEV_ID_57711      0x164f
389 #define BNX2X_DEV_ID_57711E     0x1650
390 #define BNX2X_DEV_ID_57712      0x1662
391 #define BNX2X_DEV_ID_57712_MF   0x1663
392 #define BNX2X_DEV_ID_57712_VF   0x166f
393 #define BNX2X_DEV_ID_57713      0x1651
394 #define BNX2X_DEV_ID_57713E     0x1652
395 #define BNX2X_DEV_ID_57800      0x168a
396 #define BNX2X_DEV_ID_57800_MF   0x16a5
397 #define BNX2X_DEV_ID_57800_VF   0x16a9
398 #define BNX2X_DEV_ID_57810      0x168e
399 #define BNX2X_DEV_ID_57810_MF   0x16ae
400 #define BNX2X_DEV_ID_57810_VF   0x16af
401 #define BNX2X_DEV_ID_57811      0x163d
402 #define BNX2X_DEV_ID_57811_MF   0x163e
403 #define BNX2X_DEV_ID_57811_VF   0x163f
404
405 #define BNX2X_DEV_ID_57840_OBS          0x168d
406 #define BNX2X_DEV_ID_57840_OBS_MF       0x16ab
407 #define BNX2X_DEV_ID_57840_4_10         0x16a1
408 #define BNX2X_DEV_ID_57840_2_20         0x16a2
409 #define BNX2X_DEV_ID_57840_MF           0x16a4
410 #define BNX2X_DEV_ID_57840_VF           0x16ad
411
412 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57800)
413 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57800_VF)
414 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57711)
415 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57810)
416 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57810_VF)
417 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57811)
418 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57811_VF)
419 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_OBS)
420 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_4_10)
421 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_2_20)
422 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_VF)
423 #ifdef RTE_LIBRTE_BNX2X_MF_SUPPORT
424 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57810_MF)
425 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57811_MF)
426 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_MF)
427 #endif
428
429 /****************** Broadcom bnxt devices ******************/
430
431 #define BROADCOM_DEV_ID_57301                  0x16c8
432 #define BROADCOM_DEV_ID_57302                  0x16c9
433 #define BROADCOM_DEV_ID_57304_PF               0x16ca
434 #define BROADCOM_DEV_ID_57304_VF               0x16cb
435 #define BROADCOM_DEV_ID_57402                  0x16d0
436 #define BROADCOM_DEV_ID_57404                  0x16d1
437 #define BROADCOM_DEV_ID_57406_PF               0x16d2
438 #define BROADCOM_DEV_ID_57406_VF               0x16d3
439 #define BROADCOM_DEV_ID_57406_MF               0x16d4
440 #define BROADCOM_DEV_ID_57314                  0x16df
441
442 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57301)
443 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57302)
444 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57304_PF)
445 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57304_VF)
446 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57402)
447 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57404)
448 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57406_PF)
449 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57406_VF)
450 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57406_MF)
451 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57314)
452
453 /*
454  * Undef all RTE_PCI_DEV_ID_DECL_* here.
455  */
456 #undef RTE_PCI_DEV_ID_DECL_BNX2X
457 #undef RTE_PCI_DEV_ID_DECL_BNX2XVF
458 #undef RTE_PCI_DEV_ID_DECL_IGB
459 #undef RTE_PCI_DEV_ID_DECL_IGBVF
460 #undef RTE_PCI_DEV_ID_DECL_IXGBE
461 #undef RTE_PCI_DEV_ID_DECL_IXGBEVF
462 #undef RTE_PCI_DEV_ID_DECL_VIRTIO
463 #undef RTE_PCI_DEV_ID_DECL_VMXNET3
464 #undef RTE_PCI_DEV_ID_DECL_BNXT