numam-dpdk/drivers/net/ipn3ke
Tianfei Zhang e1defba4cf raw/ifpga/base: support device tree
In PAC N3000 card, this is a BMC chip which using MAX10 FPGA
to manage the board configuration, like sensors, flash controller,
QSFP, powers. And this is a SPI bus connected between A10 FPGA and
MAX10, we can access the MAX10 registers over this SPI bus.

In BMC, there are about 19 sensors in MAX10 chip, including the FPGA
core temperature, Board temperature, board current, voltage and so on.

We use DTB (Device tree table) to describe it. This DTB file is store
in nor flash partition, which will flashed in Factory when the boards
delivery to customers. And the same time, the customers can easy to
customize the BMC configuration like change the sensors.

Add device tree support by using libfdt library in Linux distribution.
The end-user should pre-install the libfdt and libfdt-devel package
before use DPDK on PAC N3000 Card.

For Centos 7.x: sudo yum install libfdt libfdt-devel
For Ubuntu 18.04: sudo apt install libfdt-dev libfdt1

To eliminate build error, we currently do not compile raw/ifpga
and net/ipn3ke. User should install libfdt and libfdt-devel first,
modify config/common_linux, CONFIG_RTE_LIBRTE_PMD_IFPGA_RAWDEV=n
to CONFIG_RTE_LIBRTE_PMD_IFPGA_RAWDEV=y, modify config/common_base,
CONFIG_RTE_LIBRTE_IPN3KE_PMD=n to CONFIG_RTE_LIBRTE_IPN3KE_PMD=y.
Then this function can work.

Signed-off-by: Tianfei Zhang <tianfei.zhang@intel.com>
Signed-off-by: Andy Pei <andy.pei@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2019-11-20 17:36:05 +01:00
..
ipn3ke_ethdev.c net/ipn3ke: remove useless if statement 2019-11-08 16:40:28 +01:00
ipn3ke_ethdev.h net/ipn3ke: remove commented out code 2019-11-08 16:40:28 +01:00
ipn3ke_flow.c remove extra blank lines at end of files 2019-08-05 15:19:32 +02:00
ipn3ke_flow.h net/ipn3ke: support flow API 2019-04-19 14:51:54 +02:00
ipn3ke_logs.h net/ipn3ke: add new driver 2019-04-19 14:51:54 +02:00
ipn3ke_rawdev_api.h net/ipn3ke: add new driver 2019-04-19 14:51:54 +02:00
ipn3ke_representor.c ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
ipn3ke_tm.c net/ipn3ke: remove commented out code 2019-11-08 16:40:28 +01:00
Makefile net/ipn3ke: support flow API 2019-04-19 14:51:54 +02:00
meson.build raw/ifpga/base: support device tree 2019-11-20 17:36:05 +01:00
rte_pmd_ipn3ke_version.map net/ipn3ke: add new driver 2019-04-19 14:51:54 +02:00