DPDK  16.04.0
rte_pci_dev_ids.h
Go to the documentation of this file.
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 
99 #ifndef RTE_PCI_DEV_ID_DECL_EM
100 #define RTE_PCI_DEV_ID_DECL_EM(vend, dev)
101 #endif
102 
103 #ifndef RTE_PCI_DEV_ID_DECL_IGB
104 #define RTE_PCI_DEV_ID_DECL_IGB(vend, dev)
105 #endif
106 
107 #ifndef RTE_PCI_DEV_ID_DECL_IGBVF
108 #define RTE_PCI_DEV_ID_DECL_IGBVF(vend, dev)
109 #endif
110 
111 #ifndef RTE_PCI_DEV_ID_DECL_IXGBE
112 #define RTE_PCI_DEV_ID_DECL_IXGBE(vend, dev)
113 #endif
114 
115 #ifndef RTE_PCI_DEV_ID_DECL_IXGBEVF
116 #define RTE_PCI_DEV_ID_DECL_IXGBEVF(vend, dev)
117 #endif
118 
119 #ifndef RTE_PCI_DEV_ID_DECL_I40E
120 #define RTE_PCI_DEV_ID_DECL_I40E(vend, dev)
121 #endif
122 
123 #ifndef RTE_PCI_DEV_ID_DECL_I40EVF
124 #define RTE_PCI_DEV_ID_DECL_I40EVF(vend, dev)
125 #endif
126 
127 #ifndef RTE_PCI_DEV_ID_DECL_VIRTIO
128 #define RTE_PCI_DEV_ID_DECL_VIRTIO(vend, dev)
129 #endif
130 
131 #ifndef RTE_PCI_DEV_ID_DECL_VMXNET3
132 #define RTE_PCI_DEV_ID_DECL_VMXNET3(vend, dev)
133 #endif
134 
135 #ifndef RTE_PCI_DEV_ID_DECL_FM10K
136 #define RTE_PCI_DEV_ID_DECL_FM10K(vend, dev)
137 #endif
138 
139 #ifndef RTE_PCI_DEV_ID_DECL_FM10KVF
140 #define RTE_PCI_DEV_ID_DECL_FM10KVF(vend, dev)
141 #endif
142 
143 #ifndef RTE_PCI_DEV_ID_DECL_ENIC
144 #define RTE_PCI_DEV_ID_DECL_ENIC(vend, dev)
145 #endif
146 
147 #ifndef RTE_PCI_DEV_ID_DECL_BNX2X
148 #define RTE_PCI_DEV_ID_DECL_BNX2X(vend, dev)
149 #endif
150 
151 #ifndef RTE_PCI_DEV_ID_DECL_BNX2XVF
152 #define RTE_PCI_DEV_ID_DECL_BNX2XVF(vend, dev)
153 #endif
154 
155 #ifndef PCI_VENDOR_ID_INTEL
156 
157 #define PCI_VENDOR_ID_INTEL 0x8086
158 #endif
159 
160 #ifndef PCI_VENDOR_ID_QUMRANET
161 
162 #define PCI_VENDOR_ID_QUMRANET 0x1AF4
163 #endif
164 
165 #ifndef PCI_VENDOR_ID_VMWARE
166 
167 #define PCI_VENDOR_ID_VMWARE 0x15AD
168 #endif
169 
170 #ifndef PCI_VENDOR_ID_CISCO
171 
172 #define PCI_VENDOR_ID_CISCO 0x1137
173 #endif
174 
175 #ifndef PCI_VENDOR_ID_BROADCOM
176 
177 #define PCI_VENDOR_ID_BROADCOM 0x14E4
178 #endif
179 
180 /******************** Physical EM devices from e1000_hw.h ********************/
181 
182 #define E1000_DEV_ID_82542 0x1000
183 #define E1000_DEV_ID_82543GC_FIBER 0x1001
184 #define E1000_DEV_ID_82543GC_COPPER 0x1004
185 #define E1000_DEV_ID_82544EI_COPPER 0x1008
186 #define E1000_DEV_ID_82544EI_FIBER 0x1009
187 #define E1000_DEV_ID_82544GC_COPPER 0x100C
188 #define E1000_DEV_ID_82544GC_LOM 0x100D
189 #define E1000_DEV_ID_82540EM 0x100E
190 #define E1000_DEV_ID_82540EM_LOM 0x1015
191 #define E1000_DEV_ID_82540EP_LOM 0x1016
192 #define E1000_DEV_ID_82540EP 0x1017
193 #define E1000_DEV_ID_82540EP_LP 0x101E
194 #define E1000_DEV_ID_82545EM_COPPER 0x100F
195 #define E1000_DEV_ID_82545EM_FIBER 0x1011
196 #define E1000_DEV_ID_82545GM_COPPER 0x1026
197 #define E1000_DEV_ID_82545GM_FIBER 0x1027
198 #define E1000_DEV_ID_82545GM_SERDES 0x1028
199 #define E1000_DEV_ID_82546EB_COPPER 0x1010
200 #define E1000_DEV_ID_82546EB_FIBER 0x1012
201 #define E1000_DEV_ID_82546EB_QUAD_COPPER 0x101D
202 #define E1000_DEV_ID_82546GB_COPPER 0x1079
203 #define E1000_DEV_ID_82546GB_FIBER 0x107A
204 #define E1000_DEV_ID_82546GB_SERDES 0x107B
205 #define E1000_DEV_ID_82546GB_PCIE 0x108A
206 #define E1000_DEV_ID_82546GB_QUAD_COPPER 0x1099
207 #define E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3 0x10B5
208 #define E1000_DEV_ID_82541EI 0x1013
209 #define E1000_DEV_ID_82541EI_MOBILE 0x1018
210 #define E1000_DEV_ID_82541ER_LOM 0x1014
211 #define E1000_DEV_ID_82541ER 0x1078
212 #define E1000_DEV_ID_82541GI 0x1076
213 #define E1000_DEV_ID_82541GI_LF 0x107C
214 #define E1000_DEV_ID_82541GI_MOBILE 0x1077
215 #define E1000_DEV_ID_82547EI 0x1019
216 #define E1000_DEV_ID_82547EI_MOBILE 0x101A
217 #define E1000_DEV_ID_82547GI 0x1075
218 #define E1000_DEV_ID_82571EB_COPPER 0x105E
219 #define E1000_DEV_ID_82571EB_FIBER 0x105F
220 #define E1000_DEV_ID_82571EB_SERDES 0x1060
221 #define E1000_DEV_ID_82571EB_SERDES_DUAL 0x10D9
222 #define E1000_DEV_ID_82571EB_SERDES_QUAD 0x10DA
223 #define E1000_DEV_ID_82571EB_QUAD_COPPER 0x10A4
224 #define E1000_DEV_ID_82571PT_QUAD_COPPER 0x10D5
225 #define E1000_DEV_ID_82571EB_QUAD_FIBER 0x10A5
226 #define E1000_DEV_ID_82571EB_QUAD_COPPER_LP 0x10BC
227 #define E1000_DEV_ID_82572EI_COPPER 0x107D
228 #define E1000_DEV_ID_82572EI_FIBER 0x107E
229 #define E1000_DEV_ID_82572EI_SERDES 0x107F
230 #define E1000_DEV_ID_82572EI 0x10B9
231 #define E1000_DEV_ID_82573E 0x108B
232 #define E1000_DEV_ID_82573E_IAMT 0x108C
233 #define E1000_DEV_ID_82573L 0x109A
234 #define E1000_DEV_ID_82574L 0x10D3
235 #define E1000_DEV_ID_82574LA 0x10F6
236 #define E1000_DEV_ID_82583V 0x150C
237 #define E1000_DEV_ID_80003ES2LAN_COPPER_DPT 0x1096
238 #define E1000_DEV_ID_80003ES2LAN_SERDES_DPT 0x1098
239 #define E1000_DEV_ID_80003ES2LAN_COPPER_SPT 0x10BA
240 #define E1000_DEV_ID_80003ES2LAN_SERDES_SPT 0x10BB
241 #define E1000_DEV_ID_ICH8_82567V_3 0x1501
242 #define E1000_DEV_ID_ICH8_IGP_M_AMT 0x1049
243 #define E1000_DEV_ID_ICH8_IGP_AMT 0x104A
244 #define E1000_DEV_ID_ICH8_IGP_C 0x104B
245 #define E1000_DEV_ID_ICH8_IFE 0x104C
246 #define E1000_DEV_ID_ICH8_IFE_GT 0x10C4
247 #define E1000_DEV_ID_ICH8_IFE_G 0x10C5
248 #define E1000_DEV_ID_ICH8_IGP_M 0x104D
249 #define E1000_DEV_ID_ICH9_IGP_M 0x10BF
250 #define E1000_DEV_ID_ICH9_IGP_M_AMT 0x10F5
251 #define E1000_DEV_ID_ICH9_IGP_M_V 0x10CB
252 #define E1000_DEV_ID_ICH9_IGP_AMT 0x10BD
253 #define E1000_DEV_ID_ICH9_BM 0x10E5
254 #define E1000_DEV_ID_ICH9_IGP_C 0x294C
255 #define E1000_DEV_ID_ICH9_IFE 0x10C0
256 #define E1000_DEV_ID_ICH9_IFE_GT 0x10C3
257 #define E1000_DEV_ID_ICH9_IFE_G 0x10C2
258 #define E1000_DEV_ID_ICH10_R_BM_LM 0x10CC
259 #define E1000_DEV_ID_ICH10_R_BM_LF 0x10CD
260 #define E1000_DEV_ID_ICH10_R_BM_V 0x10CE
261 #define E1000_DEV_ID_ICH10_D_BM_LM 0x10DE
262 #define E1000_DEV_ID_ICH10_D_BM_LF 0x10DF
263 #define E1000_DEV_ID_ICH10_D_BM_V 0x1525
264 
265 #define E1000_DEV_ID_PCH_M_HV_LM 0x10EA
266 #define E1000_DEV_ID_PCH_M_HV_LC 0x10EB
267 #define E1000_DEV_ID_PCH_D_HV_DM 0x10EF
268 #define E1000_DEV_ID_PCH_D_HV_DC 0x10F0
269 #define E1000_DEV_ID_PCH2_LV_LM 0x1502
270 #define E1000_DEV_ID_PCH2_LV_V 0x1503
271 #define E1000_DEV_ID_PCH_LPT_I217_LM 0x153A
272 #define E1000_DEV_ID_PCH_LPT_I217_V 0x153B
273 #define E1000_DEV_ID_PCH_LPTLP_I218_LM 0x155A
274 #define E1000_DEV_ID_PCH_LPTLP_I218_V 0x1559
275 #define E1000_DEV_ID_PCH_I218_LM2 0x15A0
276 #define E1000_DEV_ID_PCH_I218_V2 0x15A1
277 #define E1000_DEV_ID_PCH_I218_LM3 0x15A2
278 #define E1000_DEV_ID_PCH_I218_V3 0x15A3
279 
280 
281 /*
282  * Tested (supported) on VM emulated HW.
283  */
284 
285 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82540EM)
286 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82545EM_COPPER)
287 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82545EM_FIBER)
288 
289 /*
290  * Tested (supported) on real HW.
291  */
292 
293 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82546EB_COPPER)
294 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82546EB_FIBER)
295 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82546EB_QUAD_COPPER)
296 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_COPPER)
297 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_FIBER)
298 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_SERDES)
299 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_SERDES_DUAL)
300 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_SERDES_QUAD)
301 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_QUAD_COPPER)
302 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571PT_QUAD_COPPER)
303 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_QUAD_FIBER)
304 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_QUAD_COPPER_LP)
305 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82572EI_COPPER)
306 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82572EI_FIBER)
307 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82572EI_SERDES)
308 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82572EI)
309 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82573L)
310 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82574L)
311 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82574LA)
312 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82583V)
313 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_PCH_LPT_I217_LM)
314 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_PCH_LPT_I217_V)
315 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_PCH_LPTLP_I218_LM)
316 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_PCH_LPTLP_I218_V)
317 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_PCH_I218_LM2)
318 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_PCH_I218_V2)
319 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_PCH_I218_LM3)
320 RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_PCH_I218_V3)
321 
322 
323 /******************** Physical IGB devices from e1000_hw.h ********************/
324 
325 #define E1000_DEV_ID_82576 0x10C9
326 #define E1000_DEV_ID_82576_FIBER 0x10E6
327 #define E1000_DEV_ID_82576_SERDES 0x10E7
328 #define E1000_DEV_ID_82576_QUAD_COPPER 0x10E8
329 #define E1000_DEV_ID_82576_QUAD_COPPER_ET2 0x1526
330 #define E1000_DEV_ID_82576_NS 0x150A
331 #define E1000_DEV_ID_82576_NS_SERDES 0x1518
332 #define E1000_DEV_ID_82576_SERDES_QUAD 0x150D
333 #define E1000_DEV_ID_82575EB_COPPER 0x10A7
334 #define E1000_DEV_ID_82575EB_FIBER_SERDES 0x10A9
335 #define E1000_DEV_ID_82575GB_QUAD_COPPER 0x10D6
336 #define E1000_DEV_ID_82580_COPPER 0x150E
337 #define E1000_DEV_ID_82580_FIBER 0x150F
338 #define E1000_DEV_ID_82580_SERDES 0x1510
339 #define E1000_DEV_ID_82580_SGMII 0x1511
340 #define E1000_DEV_ID_82580_COPPER_DUAL 0x1516
341 #define E1000_DEV_ID_82580_QUAD_FIBER 0x1527
342 #define E1000_DEV_ID_I350_COPPER 0x1521
343 #define E1000_DEV_ID_I350_FIBER 0x1522
344 #define E1000_DEV_ID_I350_SERDES 0x1523
345 #define E1000_DEV_ID_I350_SGMII 0x1524
346 #define E1000_DEV_ID_I350_DA4 0x1546
347 #define E1000_DEV_ID_I210_COPPER 0x1533
348 #define E1000_DEV_ID_I210_COPPER_OEM1 0x1534
349 #define E1000_DEV_ID_I210_COPPER_IT 0x1535
350 #define E1000_DEV_ID_I210_FIBER 0x1536
351 #define E1000_DEV_ID_I210_SERDES 0x1537
352 #define E1000_DEV_ID_I210_SGMII 0x1538
353 #define E1000_DEV_ID_I210_COPPER_FLASHLESS 0x157B
354 #define E1000_DEV_ID_I210_SERDES_FLASHLESS 0x157C
355 #define E1000_DEV_ID_I211_COPPER 0x1539
356 #define E1000_DEV_ID_I354_BACKPLANE_1GBPS 0x1F40
357 #define E1000_DEV_ID_I354_SGMII 0x1F41
358 #define E1000_DEV_ID_I354_BACKPLANE_2_5GBPS 0x1F45
359 #define E1000_DEV_ID_DH89XXCC_SGMII 0x0438
360 #define E1000_DEV_ID_DH89XXCC_SERDES 0x043A
361 #define E1000_DEV_ID_DH89XXCC_BACKPLANE 0x043C
362 #define E1000_DEV_ID_DH89XXCC_SFP 0x0440
363 
364 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576)
365 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_FIBER)
366 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_SERDES)
367 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_QUAD_COPPER)
368 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_QUAD_COPPER_ET2)
369 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_NS)
370 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_NS_SERDES)
371 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_SERDES_QUAD)
372 
373 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575EB_COPPER)
374 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575EB_FIBER_SERDES)
375 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575GB_QUAD_COPPER)
376 
377 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_COPPER)
378 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_FIBER)
379 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_SERDES)
380 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_SGMII)
381 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_COPPER_DUAL)
382 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_QUAD_FIBER)
383 
384 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_COPPER)
385 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_FIBER)
386 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_SERDES)
387 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_SGMII)
388 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_DA4)
389 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_COPPER)
390 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_COPPER_OEM1)
391 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_COPPER_IT)
392 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_FIBER)
393 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_SERDES)
394 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_SGMII)
395 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I211_COPPER)
396 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I354_BACKPLANE_1GBPS)
397 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I354_SGMII)
398 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I354_BACKPLANE_2_5GBPS)
399 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_SGMII)
400 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_SERDES)
401 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_BACKPLANE)
402 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_SFP)
403 
404 /****************** Physical IXGBE devices from ixgbe_type.h ******************/
405 
406 #define IXGBE_DEV_ID_82598 0x10B6
407 #define IXGBE_DEV_ID_82598_BX 0x1508
408 #define IXGBE_DEV_ID_82598AF_DUAL_PORT 0x10C6
409 #define IXGBE_DEV_ID_82598AF_SINGLE_PORT 0x10C7
410 #define IXGBE_DEV_ID_82598AT 0x10C8
411 #define IXGBE_DEV_ID_82598AT2 0x150B
412 #define IXGBE_DEV_ID_82598EB_SFP_LOM 0x10DB
413 #define IXGBE_DEV_ID_82598EB_CX4 0x10DD
414 #define IXGBE_DEV_ID_82598_CX4_DUAL_PORT 0x10EC
415 #define IXGBE_DEV_ID_82598_DA_DUAL_PORT 0x10F1
416 #define IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM 0x10E1
417 #define IXGBE_DEV_ID_82598EB_XF_LR 0x10F4
418 #define IXGBE_DEV_ID_82599_KX4 0x10F7
419 #define IXGBE_DEV_ID_82599_KX4_MEZZ 0x1514
420 #define IXGBE_DEV_ID_82599_KR 0x1517
421 #define IXGBE_DEV_ID_82599_COMBO_BACKPLANE 0x10F8
422 #define IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ 0x000C
423 #define IXGBE_DEV_ID_82599_CX4 0x10F9
424 #define IXGBE_DEV_ID_82599_SFP 0x10FB
425 #define IXGBE_SUBDEV_ID_82599_SFP 0x11A9
426 #define IXGBE_SUBDEV_ID_82599_RNDC 0x1F72
427 #define IXGBE_SUBDEV_ID_82599_560FLR 0x17D0
428 #define IXGBE_SUBDEV_ID_82599_ECNA_DP 0x0470
429 #define IXGBE_DEV_ID_82599_BACKPLANE_FCOE 0x152A
430 #define IXGBE_DEV_ID_82599_SFP_FCOE 0x1529
431 #define IXGBE_DEV_ID_82599_SFP_EM 0x1507
432 #define IXGBE_DEV_ID_82599_SFP_SF2 0x154D
433 #define IXGBE_DEV_ID_82599_SFP_SF_QP 0x154A
434 #define IXGBE_DEV_ID_82599_QSFP_SF_QP 0x1558
435 #define IXGBE_DEV_ID_82599EN_SFP 0x1557
436 #define IXGBE_DEV_ID_82599_XAUI_LOM 0x10FC
437 #define IXGBE_DEV_ID_82599_T3_LOM 0x151C
438 #define IXGBE_DEV_ID_82599_LS 0x154F
439 #define IXGBE_DEV_ID_X540T 0x1528
440 #define IXGBE_DEV_ID_X540T1 0x1560
441 #define IXGBE_DEV_ID_X550EM_X_SFP 0x15AC
442 #define IXGBE_DEV_ID_X550EM_X_10G_T 0x15AD
443 #define IXGBE_DEV_ID_X550EM_X_1G_T 0x15AE
444 #define IXGBE_DEV_ID_X550T 0x1563
445 #define IXGBE_DEV_ID_X550T1 0x15D1
446 #define IXGBE_DEV_ID_X550EM_A_KR 0x15C2
447 #define IXGBE_DEV_ID_X550EM_A_KR_L 0x15C3
448 #define IXGBE_DEV_ID_X550EM_A_SFP_N 0x15C4
449 #define IXGBE_DEV_ID_X550EM_A_1G_T 0x15C6
450 #define IXGBE_DEV_ID_X550EM_A_1G_T_L 0x15C7
451 #define IXGBE_DEV_ID_X550EM_A_10G_T 0x15C8
452 #define IXGBE_DEV_ID_X550EM_A_QSFP 0x15CA
453 #define IXGBE_DEV_ID_X550EM_A_QSFP_N 0x15CC
454 #define IXGBE_DEV_ID_X550EM_A_SFP 0x15CE
455 #define IXGBE_DEV_ID_X550EM_X_KX4 0x15AA
456 #define IXGBE_DEV_ID_X550EM_X_KR 0x15AB
457 
458 #ifdef RTE_NIC_BYPASS
459 #define IXGBE_DEV_ID_82599_BYPASS 0x155D
460 #endif
461 
462 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598)
463 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598_BX)
464 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598AF_DUAL_PORT)
465 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
466  IXGBE_DEV_ID_82598AF_SINGLE_PORT)
467 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598AT)
468 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598AT2)
469 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598EB_SFP_LOM)
470 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598EB_CX4)
471 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598_CX4_DUAL_PORT)
472 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598_DA_DUAL_PORT)
473 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
474  IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM)
475 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598EB_XF_LR)
476 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_KX4)
477 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_KX4_MEZZ)
478 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_KR)
479 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
480  IXGBE_DEV_ID_82599_COMBO_BACKPLANE)
481 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
482  IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ)
483 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_CX4)
484 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP)
485 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_SFP)
486 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_RNDC)
487 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_560FLR)
488 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_ECNA_DP)
489 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_BACKPLANE_FCOE)
490 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_FCOE)
491 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_EM)
492 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_SF2)
493 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_SF_QP)
494 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_QSFP_SF_QP)
495 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599EN_SFP)
496 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_XAUI_LOM)
497 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_T3_LOM)
498 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_LS)
499 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540T)
500 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540T1)
501 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_SFP)
502 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_10G_T)
503 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_1G_T)
504 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550T)
505 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550T1)
506 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_KR)
507 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_KR_L)
508 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_SFP_N)
509 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_1G_T)
510 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_1G_T_L)
511 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_10G_T)
512 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_QSFP)
513 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_QSFP_N)
514 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_SFP)
515 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_KX4)
516 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_KR)
517 
518 #ifdef RTE_NIC_BYPASS
519 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_BYPASS)
520 #endif
521 
522 /*************** Physical I40E devices from i40e_type.h *****************/
523 
524 #define I40E_DEV_ID_SFP_XL710 0x1572
525 #define I40E_DEV_ID_QEMU 0x1574
526 #define I40E_DEV_ID_KX_B 0x1580
527 #define I40E_DEV_ID_KX_C 0x1581
528 #define I40E_DEV_ID_QSFP_A 0x1583
529 #define I40E_DEV_ID_QSFP_B 0x1584
530 #define I40E_DEV_ID_QSFP_C 0x1585
531 #define I40E_DEV_ID_10G_BASE_T 0x1586
532 #define I40E_DEV_ID_20G_KR2 0x1587
533 #define I40E_DEV_ID_20G_KR2_A 0x1588
534 #define I40E_DEV_ID_10G_BASE_T4 0x1589
535 #define I40E_DEV_ID_X722_A0 0x374C
536 #define I40E_DEV_ID_KX_X722 0x37CE
537 #define I40E_DEV_ID_QSFP_X722 0x37CF
538 #define I40E_DEV_ID_SFP_X722 0x37D0
539 #define I40E_DEV_ID_1G_BASE_T_X722 0x37D1
540 #define I40E_DEV_ID_10G_BASE_T_X722 0x37D2
541 
542 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_SFP_XL710)
543 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_QEMU)
544 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_KX_B)
545 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_KX_C)
546 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_QSFP_A)
547 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_QSFP_B)
548 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_QSFP_C)
549 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_10G_BASE_T)
550 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_20G_KR2)
551 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_20G_KR2_A)
552 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_10G_BASE_T4)
553 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_X722_A0)
554 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_KX_X722)
555 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_QSFP_X722)
556 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_SFP_X722)
557 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_1G_BASE_T_X722)
558 RTE_PCI_DEV_ID_DECL_I40E(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_10G_BASE_T_X722)
559 
560 /*************** Physical FM10K devices from fm10k_type.h ***************/
561 
562 #define FM10K_DEV_ID_PF 0x15A4
563 #define FM10K_DEV_ID_SDI_FM10420_QDA2 0x15D0
564 
565 RTE_PCI_DEV_ID_DECL_FM10K(PCI_VENDOR_ID_INTEL, FM10K_DEV_ID_PF)
566 RTE_PCI_DEV_ID_DECL_FM10K(PCI_VENDOR_ID_INTEL, FM10K_DEV_ID_SDI_FM10420_QDA2)
567 
568 /****************** Virtual IGB devices from e1000_hw.h ******************/
569 
570 #define E1000_DEV_ID_82576_VF 0x10CA
571 #define E1000_DEV_ID_82576_VF_HV 0x152D
572 #define E1000_DEV_ID_I350_VF 0x1520
573 #define E1000_DEV_ID_I350_VF_HV 0x152F
574 
575 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_VF)
576 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_VF_HV)
577 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_VF)
578 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_VF_HV)
579 
580 /****************** Virtual IXGBE devices from ixgbe_type.h ******************/
581 
582 #define IXGBE_DEV_ID_82599_VF 0x10ED
583 #define IXGBE_DEV_ID_82599_VF_HV 0x152E
584 #define IXGBE_DEV_ID_X540_VF 0x1515
585 #define IXGBE_DEV_ID_X540_VF_HV 0x1530
586 #define IXGBE_DEV_ID_X550_VF_HV 0x1564
587 #define IXGBE_DEV_ID_X550_VF 0x1565
588 #define IXGBE_DEV_ID_X550EM_A_VF 0x15C5
589 #define IXGBE_DEV_ID_X550EM_A_VF_HV 0x15B4
590 #define IXGBE_DEV_ID_X550EM_X_VF 0x15A8
591 #define IXGBE_DEV_ID_X550EM_X_VF_HV 0x15A9
592 
593 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_VF)
594 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_VF_HV)
595 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540_VF)
596 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540_VF_HV)
597 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550_VF_HV)
598 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550_VF)
599 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_VF)
600 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_VF_HV)
601 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_VF)
602 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_VF_HV)
603 
604 /****************** Virtual I40E devices from i40e_type.h ********************/
605 
606 #define I40E_DEV_ID_VF 0x154C
607 #define I40E_DEV_ID_VF_HV 0x1571
608 #define I40E_DEV_ID_X722_A0_VF 0x374D
609 #define I40E_DEV_ID_X722_VF 0x37CD
610 #define I40E_DEV_ID_X722_VF_HV 0x37D9
611 
612 RTE_PCI_DEV_ID_DECL_I40EVF(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_VF)
613 RTE_PCI_DEV_ID_DECL_I40EVF(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_VF_HV)
614 RTE_PCI_DEV_ID_DECL_I40EVF(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_X722_A0_VF)
615 RTE_PCI_DEV_ID_DECL_I40EVF(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_X722_VF)
616 RTE_PCI_DEV_ID_DECL_I40EVF(PCI_VENDOR_ID_INTEL, I40E_DEV_ID_X722_VF_HV)
617 
618 /****************** Virtio devices from virtio.h ******************/
619 
620 #define QUMRANET_DEV_ID_VIRTIO 0x1000
621 
622 RTE_PCI_DEV_ID_DECL_VIRTIO(PCI_VENDOR_ID_QUMRANET, QUMRANET_DEV_ID_VIRTIO)
623 
624 /****************** VMware VMXNET3 devices ******************/
625 
626 #define VMWARE_DEV_ID_VMXNET3 0x07B0
627 
628 RTE_PCI_DEV_ID_DECL_VMXNET3(PCI_VENDOR_ID_VMWARE, VMWARE_DEV_ID_VMXNET3)
629 
630 /*************** Virtual FM10K devices from fm10k_type.h ***************/
631 
632 #define FM10K_DEV_ID_VF 0x15A5
633 
634 RTE_PCI_DEV_ID_DECL_FM10KVF(PCI_VENDOR_ID_INTEL, FM10K_DEV_ID_VF)
635 
636 /****************** Cisco VIC devices ******************/
637 
638 #define PCI_DEVICE_ID_CISCO_VIC_ENET 0x0043 /* ethernet vnic */
639 #define PCI_DEVICE_ID_CISCO_VIC_ENET_VF 0x0071 /* enet SRIOV VF */
640 
641 RTE_PCI_DEV_ID_DECL_ENIC(PCI_VENDOR_ID_CISCO, PCI_DEVICE_ID_CISCO_VIC_ENET)
642 RTE_PCI_DEV_ID_DECL_ENIC(PCI_VENDOR_ID_CISCO, PCI_DEVICE_ID_CISCO_VIC_ENET_VF)
643 
644 /****************** QLogic devices ******************/
645 
646 /* Broadcom/QLogic BNX2X */
647 #define BNX2X_DEV_ID_57710 0x164e
648 #define BNX2X_DEV_ID_57711 0x164f
649 #define BNX2X_DEV_ID_57711E 0x1650
650 #define BNX2X_DEV_ID_57712 0x1662
651 #define BNX2X_DEV_ID_57712_MF 0x1663
652 #define BNX2X_DEV_ID_57712_VF 0x166f
653 #define BNX2X_DEV_ID_57713 0x1651
654 #define BNX2X_DEV_ID_57713E 0x1652
655 #define BNX2X_DEV_ID_57800 0x168a
656 #define BNX2X_DEV_ID_57800_MF 0x16a5
657 #define BNX2X_DEV_ID_57800_VF 0x16a9
658 #define BNX2X_DEV_ID_57810 0x168e
659 #define BNX2X_DEV_ID_57810_MF 0x16ae
660 #define BNX2X_DEV_ID_57810_VF 0x16af
661 #define BNX2X_DEV_ID_57811 0x163d
662 #define BNX2X_DEV_ID_57811_MF 0x163e
663 #define BNX2X_DEV_ID_57811_VF 0x163f
664 
665 #define BNX2X_DEV_ID_57840_OBS 0x168d
666 #define BNX2X_DEV_ID_57840_OBS_MF 0x16ab
667 #define BNX2X_DEV_ID_57840_4_10 0x16a1
668 #define BNX2X_DEV_ID_57840_2_20 0x16a2
669 #define BNX2X_DEV_ID_57840_MF 0x16a4
670 #define BNX2X_DEV_ID_57840_VF 0x16ad
671 
672 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57800)
673 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57800_VF)
674 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57711)
675 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57810)
676 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57810_VF)
677 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57811)
678 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57811_VF)
679 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_OBS)
680 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_4_10)
681 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_2_20)
682 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_VF)
683 #ifdef RTE_LIBRTE_BNX2X_MF_SUPPORT
684 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57810_MF)
685 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57811_MF)
686 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_MF)
687 #endif
688 
689 /*
690  * Undef all RTE_PCI_DEV_ID_DECL_* here.
691  */
692 #undef RTE_PCI_DEV_ID_DECL_BNX2X
693 #undef RTE_PCI_DEV_ID_DECL_BNX2XVF
694 #undef RTE_PCI_DEV_ID_DECL_EM
695 #undef RTE_PCI_DEV_ID_DECL_IGB
696 #undef RTE_PCI_DEV_ID_DECL_IGBVF
697 #undef RTE_PCI_DEV_ID_DECL_IXGBE
698 #undef RTE_PCI_DEV_ID_DECL_IXGBEVF
699 #undef RTE_PCI_DEV_ID_DECL_I40E
700 #undef RTE_PCI_DEV_ID_DECL_I40EVF
701 #undef RTE_PCI_DEV_ID_DECL_VIRTIO
702 #undef RTE_PCI_DEV_ID_DECL_VMXNET3
703 #undef RTE_PCI_DEV_ID_DECL_FM10K
704 #undef RTE_PCI_DEV_ID_DECL_FM10KVF