xref: /dpdk/drivers/raw/ifpga/base/README (revision f8dbaebbf1c9efcbb2e2354b341ed62175466a57)
1..
2
3/* SPDX-License-Identifier: BSD-3-Clause
4 * Copyright(c) 2010-2018 Intel Corporation
5 */
6
7Intel iFPGA driver
8==================
9
10This directory contains source code of Intel FPGA driver released by
11the team which develops Intel FPGA Open Programmable Acceleration Engine (OPAE).
12The directory of base/ contains the original source package. The base code
13currently supports Intel FPGA solutions including integrated solution (Intel(R)
14Xeon(R) CPU with FPGAs) and discrete solution (Intel(R) Programmable Acceleration
15Card with Intel(R) Arria(R) 10 FPGA) and it could be extended to support more FPGA
16devices in the future.
17
18Please refer to [1][2] for more introduction on OPAE and Intel FPGAs.
19
20[1] https://01.org/OPAE
21[2] https://www.altera.com/solutions/acceleration-hub/overview.html
22
23
24Updating the driver
25===================
26
27NOTE: The source code in this directory should not be modified apart from
28the following file(s):
29
30	osdep_raw/osdep_generic.h
31	osdep_rte/osdep_generic.h
32
33
34New Features
35==================
36
372019-03:
38Support Intel FPGA PAC N3000 card.
39Some features added in this version:
401. Store private features in FME and Port list.
412. Add eth group devices driver.
423. Add altera SPI master driver and Intel MAX10 device driver.
434. Add Altera I2C master driver and AT24 eeprom driver.
445. Add Device Tree support to get the configuration from card.
456. Instruding and exposing APIs to DPDK PMD to access networking
46functionality.
47