1c667847afd61d9b71e499cbcfb4ed6544f27449
[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_VMXNET3
77 #define RTE_PCI_DEV_ID_DECL_VMXNET3(vend, dev)
78 #endif
79
80 #ifndef RTE_PCI_DEV_ID_DECL_ENIC
81 #define RTE_PCI_DEV_ID_DECL_ENIC(vend, dev)
82 #endif
83
84 #ifndef RTE_PCI_DEV_ID_DECL_BNX2X
85 #define RTE_PCI_DEV_ID_DECL_BNX2X(vend, dev)
86 #endif
87
88 #ifndef RTE_PCI_DEV_ID_DECL_BNX2XVF
89 #define RTE_PCI_DEV_ID_DECL_BNX2XVF(vend, dev)
90 #endif
91
92 #ifndef RTE_PCI_DEV_ID_DECL_BNXT
93 #define RTE_PCI_DEV_ID_DECL_BNXT(vend, dev)
94 #endif
95
96 #ifndef PCI_VENDOR_ID_INTEL
97 /** Vendor ID used by Intel devices */
98 #define PCI_VENDOR_ID_INTEL 0x8086
99 #endif
100
101 #ifndef PCI_VENDOR_ID_VMWARE
102 /** Vendor ID used by VMware devices */
103 #define PCI_VENDOR_ID_VMWARE 0x15AD
104 #endif
105
106 #ifndef PCI_VENDOR_ID_CISCO
107 /** Vendor ID used by Cisco VIC devices */
108 #define PCI_VENDOR_ID_CISCO 0x1137
109 #endif
110
111 #ifndef PCI_VENDOR_ID_BROADCOM
112 /** Vendor ID used by Broadcom devices */
113 #define PCI_VENDOR_ID_BROADCOM 0x14E4
114 #endif
115
116 /******************** Physical IGB devices from e1000_hw.h ********************/
117
118 #define E1000_DEV_ID_82576                      0x10C9
119 #define E1000_DEV_ID_82576_FIBER                0x10E6
120 #define E1000_DEV_ID_82576_SERDES               0x10E7
121 #define E1000_DEV_ID_82576_QUAD_COPPER          0x10E8
122 #define E1000_DEV_ID_82576_QUAD_COPPER_ET2      0x1526
123 #define E1000_DEV_ID_82576_NS                   0x150A
124 #define E1000_DEV_ID_82576_NS_SERDES            0x1518
125 #define E1000_DEV_ID_82576_SERDES_QUAD          0x150D
126 #define E1000_DEV_ID_82575EB_COPPER             0x10A7
127 #define E1000_DEV_ID_82575EB_FIBER_SERDES       0x10A9
128 #define E1000_DEV_ID_82575GB_QUAD_COPPER        0x10D6
129 #define E1000_DEV_ID_82580_COPPER               0x150E
130 #define E1000_DEV_ID_82580_FIBER                0x150F
131 #define E1000_DEV_ID_82580_SERDES               0x1510
132 #define E1000_DEV_ID_82580_SGMII                0x1511
133 #define E1000_DEV_ID_82580_COPPER_DUAL          0x1516
134 #define E1000_DEV_ID_82580_QUAD_FIBER           0x1527
135 #define E1000_DEV_ID_I350_COPPER                0x1521
136 #define E1000_DEV_ID_I350_FIBER                 0x1522
137 #define E1000_DEV_ID_I350_SERDES                0x1523
138 #define E1000_DEV_ID_I350_SGMII                 0x1524
139 #define E1000_DEV_ID_I350_DA4                   0x1546
140 #define E1000_DEV_ID_I210_COPPER                0x1533
141 #define E1000_DEV_ID_I210_COPPER_OEM1           0x1534
142 #define E1000_DEV_ID_I210_COPPER_IT             0x1535
143 #define E1000_DEV_ID_I210_FIBER                 0x1536
144 #define E1000_DEV_ID_I210_SERDES                0x1537
145 #define E1000_DEV_ID_I210_SGMII                 0x1538
146 #define E1000_DEV_ID_I210_COPPER_FLASHLESS      0x157B
147 #define E1000_DEV_ID_I210_SERDES_FLASHLESS      0x157C
148 #define E1000_DEV_ID_I211_COPPER                0x1539
149 #define E1000_DEV_ID_I354_BACKPLANE_1GBPS       0x1F40
150 #define E1000_DEV_ID_I354_SGMII                 0x1F41
151 #define E1000_DEV_ID_I354_BACKPLANE_2_5GBPS     0x1F45
152 #define E1000_DEV_ID_DH89XXCC_SGMII             0x0438
153 #define E1000_DEV_ID_DH89XXCC_SERDES            0x043A
154 #define E1000_DEV_ID_DH89XXCC_BACKPLANE         0x043C
155 #define E1000_DEV_ID_DH89XXCC_SFP               0x0440
156
157 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576)
158 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_FIBER)
159 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_SERDES)
160 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_QUAD_COPPER)
161 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_QUAD_COPPER_ET2)
162 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_NS)
163 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_NS_SERDES)
164 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_SERDES_QUAD)
165
166 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575EB_COPPER)
167 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575EB_FIBER_SERDES)
168 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82575GB_QUAD_COPPER)
169
170 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_COPPER)
171 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_FIBER)
172 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_SERDES)
173 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_SGMII)
174 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_COPPER_DUAL)
175 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82580_QUAD_FIBER)
176
177 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_COPPER)
178 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_FIBER)
179 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_SERDES)
180 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_SGMII)
181 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_DA4)
182 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_COPPER)
183 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_COPPER_OEM1)
184 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_COPPER_IT)
185 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_FIBER)
186 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_SERDES)
187 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I210_SGMII)
188 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I211_COPPER)
189 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I354_BACKPLANE_1GBPS)
190 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I354_SGMII)
191 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I354_BACKPLANE_2_5GBPS)
192 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_SGMII)
193 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_SERDES)
194 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_BACKPLANE)
195 RTE_PCI_DEV_ID_DECL_IGB(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_DH89XXCC_SFP)
196
197 /****************** Physical IXGBE devices from ixgbe_type.h ******************/
198
199 #define IXGBE_DEV_ID_82598                      0x10B6
200 #define IXGBE_DEV_ID_82598_BX                   0x1508
201 #define IXGBE_DEV_ID_82598AF_DUAL_PORT          0x10C6
202 #define IXGBE_DEV_ID_82598AF_SINGLE_PORT        0x10C7
203 #define IXGBE_DEV_ID_82598AT                    0x10C8
204 #define IXGBE_DEV_ID_82598AT2                   0x150B
205 #define IXGBE_DEV_ID_82598EB_SFP_LOM            0x10DB
206 #define IXGBE_DEV_ID_82598EB_CX4                0x10DD
207 #define IXGBE_DEV_ID_82598_CX4_DUAL_PORT        0x10EC
208 #define IXGBE_DEV_ID_82598_DA_DUAL_PORT         0x10F1
209 #define IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM      0x10E1
210 #define IXGBE_DEV_ID_82598EB_XF_LR              0x10F4
211 #define IXGBE_DEV_ID_82599_KX4                  0x10F7
212 #define IXGBE_DEV_ID_82599_KX4_MEZZ             0x1514
213 #define IXGBE_DEV_ID_82599_KR                   0x1517
214 #define IXGBE_DEV_ID_82599_COMBO_BACKPLANE      0x10F8
215 #define IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ       0x000C
216 #define IXGBE_DEV_ID_82599_CX4                  0x10F9
217 #define IXGBE_DEV_ID_82599_SFP                  0x10FB
218 #define IXGBE_SUBDEV_ID_82599_SFP               0x11A9
219 #define IXGBE_SUBDEV_ID_82599_RNDC              0x1F72
220 #define IXGBE_SUBDEV_ID_82599_560FLR            0x17D0
221 #define IXGBE_SUBDEV_ID_82599_ECNA_DP           0x0470
222 #define IXGBE_DEV_ID_82599_BACKPLANE_FCOE       0x152A
223 #define IXGBE_DEV_ID_82599_SFP_FCOE             0x1529
224 #define IXGBE_DEV_ID_82599_SFP_EM               0x1507
225 #define IXGBE_DEV_ID_82599_SFP_SF2              0x154D
226 #define IXGBE_DEV_ID_82599_SFP_SF_QP            0x154A
227 #define IXGBE_DEV_ID_82599_QSFP_SF_QP           0x1558
228 #define IXGBE_DEV_ID_82599EN_SFP                0x1557
229 #define IXGBE_DEV_ID_82599_XAUI_LOM             0x10FC
230 #define IXGBE_DEV_ID_82599_T3_LOM               0x151C
231 #define IXGBE_DEV_ID_82599_LS                   0x154F
232 #define IXGBE_DEV_ID_X540T                      0x1528
233 #define IXGBE_DEV_ID_X540T1                     0x1560
234 #define IXGBE_DEV_ID_X550EM_X_SFP               0x15AC
235 #define IXGBE_DEV_ID_X550EM_X_10G_T             0x15AD
236 #define IXGBE_DEV_ID_X550EM_X_1G_T              0x15AE
237 #define IXGBE_DEV_ID_X550T                      0x1563
238 #define IXGBE_DEV_ID_X550T1                     0x15D1
239 #define IXGBE_DEV_ID_X550EM_A_KR                0x15C2
240 #define IXGBE_DEV_ID_X550EM_A_KR_L              0x15C3
241 #define IXGBE_DEV_ID_X550EM_A_SFP_N             0x15C4
242 #define IXGBE_DEV_ID_X550EM_A_SGMII             0x15C6
243 #define IXGBE_DEV_ID_X550EM_A_SGMII_L           0x15C7
244 #define IXGBE_DEV_ID_X550EM_A_10G_T             0x15C8
245 #define IXGBE_DEV_ID_X550EM_A_QSFP              0x15CA
246 #define IXGBE_DEV_ID_X550EM_A_QSFP_N            0x15CC
247 #define IXGBE_DEV_ID_X550EM_A_SFP               0x15CE
248 #define IXGBE_DEV_ID_X550EM_A_1G_T              0x15E4
249 #define IXGBE_DEV_ID_X550EM_A_1G_T_L            0x15E5
250 #define IXGBE_DEV_ID_X550EM_X_KX4               0x15AA
251 #define IXGBE_DEV_ID_X550EM_X_KR                0x15AB
252
253 #ifdef RTE_NIC_BYPASS
254 #define IXGBE_DEV_ID_82599_BYPASS               0x155D
255 #endif
256
257 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598)
258 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598_BX)
259 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598AF_DUAL_PORT)
260 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
261         IXGBE_DEV_ID_82598AF_SINGLE_PORT)
262 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598AT)
263 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598AT2)
264 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598EB_SFP_LOM)
265 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598EB_CX4)
266 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598_CX4_DUAL_PORT)
267 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598_DA_DUAL_PORT)
268 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
269         IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM)
270 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82598EB_XF_LR)
271 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_KX4)
272 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_KX4_MEZZ)
273 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_KR)
274 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
275         IXGBE_DEV_ID_82599_COMBO_BACKPLANE)
276 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, \
277         IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ)
278 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_CX4)
279 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP)
280 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_SFP)
281 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_RNDC)
282 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_560FLR)
283 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_SUBDEV_ID_82599_ECNA_DP)
284 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_BACKPLANE_FCOE)
285 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_FCOE)
286 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_EM)
287 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_SF2)
288 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_SFP_SF_QP)
289 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_QSFP_SF_QP)
290 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599EN_SFP)
291 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_XAUI_LOM)
292 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_T3_LOM)
293 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_LS)
294 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540T)
295 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540T1)
296 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_SFP)
297 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_10G_T)
298 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_1G_T)
299 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550T)
300 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550T1)
301 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_KR)
302 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_KR_L)
303 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_SFP_N)
304 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_SGMII)
305 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_SGMII_L)
306 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_10G_T)
307 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_QSFP)
308 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_QSFP_N)
309 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_SFP)
310 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_1G_T)
311 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_1G_T_L)
312 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_KX4)
313 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_KR)
314
315 #ifdef RTE_NIC_BYPASS
316 RTE_PCI_DEV_ID_DECL_IXGBE(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_BYPASS)
317 #endif
318
319 /****************** Virtual IGB devices from e1000_hw.h ******************/
320
321 #define E1000_DEV_ID_82576_VF                   0x10CA
322 #define E1000_DEV_ID_82576_VF_HV                0x152D
323 #define E1000_DEV_ID_I350_VF                    0x1520
324 #define E1000_DEV_ID_I350_VF_HV                 0x152F
325
326 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_VF)
327 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82576_VF_HV)
328 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_VF)
329 RTE_PCI_DEV_ID_DECL_IGBVF(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_I350_VF_HV)
330
331 /****************** Virtual IXGBE devices from ixgbe_type.h ******************/
332
333 #define IXGBE_DEV_ID_82599_VF                   0x10ED
334 #define IXGBE_DEV_ID_82599_VF_HV                0x152E
335 #define IXGBE_DEV_ID_X540_VF                    0x1515
336 #define IXGBE_DEV_ID_X540_VF_HV                 0x1530
337 #define IXGBE_DEV_ID_X550_VF_HV                 0x1564
338 #define IXGBE_DEV_ID_X550_VF                    0x1565
339 #define IXGBE_DEV_ID_X550EM_A_VF                0x15C5
340 #define IXGBE_DEV_ID_X550EM_A_VF_HV             0x15B4
341 #define IXGBE_DEV_ID_X550EM_X_VF                0x15A8
342 #define IXGBE_DEV_ID_X550EM_X_VF_HV             0x15A9
343
344 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_VF)
345 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_82599_VF_HV)
346 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540_VF)
347 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X540_VF_HV)
348 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550_VF_HV)
349 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550_VF)
350 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_VF)
351 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_A_VF_HV)
352 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_VF)
353 RTE_PCI_DEV_ID_DECL_IXGBEVF(PCI_VENDOR_ID_INTEL, IXGBE_DEV_ID_X550EM_X_VF_HV)
354
355 /****************** VMware VMXNET3 devices ******************/
356
357 #define VMWARE_DEV_ID_VMXNET3                   0x07B0
358
359 RTE_PCI_DEV_ID_DECL_VMXNET3(PCI_VENDOR_ID_VMWARE, VMWARE_DEV_ID_VMXNET3)
360
361 /****************** Cisco VIC devices ******************/
362
363 #define PCI_DEVICE_ID_CISCO_VIC_ENET         0x0043  /* ethernet vnic */
364 #define PCI_DEVICE_ID_CISCO_VIC_ENET_VF      0x0071  /* enet SRIOV VF */
365
366 RTE_PCI_DEV_ID_DECL_ENIC(PCI_VENDOR_ID_CISCO, PCI_DEVICE_ID_CISCO_VIC_ENET)
367 RTE_PCI_DEV_ID_DECL_ENIC(PCI_VENDOR_ID_CISCO, PCI_DEVICE_ID_CISCO_VIC_ENET_VF)
368
369 /****************** QLogic devices ******************/
370
371 /* Broadcom/QLogic BNX2X */
372 #define BNX2X_DEV_ID_57710      0x164e
373 #define BNX2X_DEV_ID_57711      0x164f
374 #define BNX2X_DEV_ID_57711E     0x1650
375 #define BNX2X_DEV_ID_57712      0x1662
376 #define BNX2X_DEV_ID_57712_MF   0x1663
377 #define BNX2X_DEV_ID_57712_VF   0x166f
378 #define BNX2X_DEV_ID_57713      0x1651
379 #define BNX2X_DEV_ID_57713E     0x1652
380 #define BNX2X_DEV_ID_57800      0x168a
381 #define BNX2X_DEV_ID_57800_MF   0x16a5
382 #define BNX2X_DEV_ID_57800_VF   0x16a9
383 #define BNX2X_DEV_ID_57810      0x168e
384 #define BNX2X_DEV_ID_57810_MF   0x16ae
385 #define BNX2X_DEV_ID_57810_VF   0x16af
386 #define BNX2X_DEV_ID_57811      0x163d
387 #define BNX2X_DEV_ID_57811_MF   0x163e
388 #define BNX2X_DEV_ID_57811_VF   0x163f
389
390 #define BNX2X_DEV_ID_57840_OBS          0x168d
391 #define BNX2X_DEV_ID_57840_OBS_MF       0x16ab
392 #define BNX2X_DEV_ID_57840_4_10         0x16a1
393 #define BNX2X_DEV_ID_57840_2_20         0x16a2
394 #define BNX2X_DEV_ID_57840_MF           0x16a4
395 #define BNX2X_DEV_ID_57840_VF           0x16ad
396
397 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57800)
398 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57800_VF)
399 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57711)
400 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57810)
401 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57810_VF)
402 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57811)
403 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57811_VF)
404 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_OBS)
405 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_4_10)
406 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_2_20)
407 RTE_PCI_DEV_ID_DECL_BNX2XVF(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_VF)
408 #ifdef RTE_LIBRTE_BNX2X_MF_SUPPORT
409 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57810_MF)
410 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57811_MF)
411 RTE_PCI_DEV_ID_DECL_BNX2X(PCI_VENDOR_ID_BROADCOM, BNX2X_DEV_ID_57840_MF)
412 #endif
413
414 /****************** Broadcom bnxt devices ******************/
415
416 #define BROADCOM_DEV_ID_57301                  0x16c8
417 #define BROADCOM_DEV_ID_57302                  0x16c9
418 #define BROADCOM_DEV_ID_57304_PF               0x16ca
419 #define BROADCOM_DEV_ID_57304_VF               0x16cb
420 #define BROADCOM_DEV_ID_57402                  0x16d0
421 #define BROADCOM_DEV_ID_57404                  0x16d1
422 #define BROADCOM_DEV_ID_57406_PF               0x16d2
423 #define BROADCOM_DEV_ID_57406_VF               0x16d3
424 #define BROADCOM_DEV_ID_57406_MF               0x16d4
425 #define BROADCOM_DEV_ID_57314                  0x16df
426
427 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57301)
428 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57302)
429 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57304_PF)
430 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57304_VF)
431 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57402)
432 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57404)
433 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57406_PF)
434 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57406_VF)
435 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57406_MF)
436 RTE_PCI_DEV_ID_DECL_BNXT(PCI_VENDOR_ID_BROADCOM, BROADCOM_DEV_ID_57314)
437
438 /*
439  * Undef all RTE_PCI_DEV_ID_DECL_* here.
440  */
441 #undef RTE_PCI_DEV_ID_DECL_BNX2X
442 #undef RTE_PCI_DEV_ID_DECL_BNX2XVF
443 #undef RTE_PCI_DEV_ID_DECL_IGB
444 #undef RTE_PCI_DEV_ID_DECL_IGBVF
445 #undef RTE_PCI_DEV_ID_DECL_IXGBE
446 #undef RTE_PCI_DEV_ID_DECL_IXGBEVF
447 #undef RTE_PCI_DEV_ID_DECL_VMXNET3
448 #undef RTE_PCI_DEV_ID_DECL_BNXT