f-stack/dpdk/drivers/raw/ifpga_rawdev/base
jfb8856606 8850115bd8 DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
..
osdep_raw DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
osdep_rte DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
Makefile DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
README DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_api.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_api.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_compat.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_defines.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_enumerate.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_enumerate.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_feature_dev.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_feature_dev.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_fme.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_fme_dperf.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_fme_error.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_fme_iperf.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_fme_pr.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_hw.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_port.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
ifpga_port_error.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
meson.build DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
opae_debug.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
opae_debug.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
opae_hw_api.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
opae_hw_api.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
opae_ifpga_hw_api.c DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
opae_ifpga_hw_api.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00
opae_osdep.h DPDK:upgrade to 18.11.0 LTS. 2018-12-06 22:17:51 +08:00

README

..

/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2010-2018 Intel Corporation
 */

Intel iFPGA driver
==================

This directory contains source code of Intel FPGA driver released by
the team which develops Intel FPGA Open Programmable Acceleration Engine (OPAE).
The directory of base/ contains the original source package. The base code
currently supports Intel FPGA solutions including integrated solution (Intel(R)
Xeon(R) CPU with FPGAs) and discrete solution (Intel(R) Programmable Acceleration
Card with Intel(R) Arria(R) 10 FPGA) and it could be extended to support more FPGA
devices in the future.

Please refer to [1][2] for more introduction on OPAE and Intel FPGAs.

[1] https://01.org/OPAE
[2] https://www.altera.com/solutions/acceleration-hub/overview.html


Updating the driver
===================

NOTE: The source code in this directory should not be modified apart from
the following file(s):

	osdep_raw/osdep_generic.h
	osdep_rte/osdep_generic.h