[dpdk-dev] [PATCH v1 2/4] usertools: update to usertool to allow binding of baseband device

2019-03-01 Thread Smith, Eleanor
This patch allows dpdk-setup.py and dpdp-devbind.py to be used to bind baseband devices. Signed-off-by: Smith, Eleanor --- usertools/dpdk-devbind.py | 10 +- usertools/dpdk-setup.sh | 6 +++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/usertools/dpdk-devbind.py

[dpdk-dev] [PATCH v1 4/4] librte_bbdev: update device info structure to use rte_device

2019-03-01 Thread Smith, Eleanor
This patch update bbdev API rte_bbdev_info struct to use rte_device instead of rte_bus. Signed-off-by: Smith, Eleanor --- doc/guides/prog_guide/bbdev.rst | 4 ++-- lib/librte_bbdev/rte_bbdev.c| 6 +++--- lib/librte_bbdev/rte_bbdev.h| 2 +- 3 files changed, 6 insertions(+), 6 deletions

[dpdk-dev] [PATCH v1 1/4] baseband/fpga_lte_fec: addition of driver for 4G turbo FEC with PAC N300 FPGA card

2019-03-01 Thread Smith, Eleanor
Addition of a FPGA driver for acceleration of 4G turbo encoding and decoding. Signed-off-by: Smith, Eleanor --- config/common_base |6 + doc/guides/bbdevs/fpga_lte_fec.rst | 316 +++ doc/guides/bbdevs/index.rst|1

[dpdk-dev] [PATCH v1 0/4] baseband/fpga_lte_fec: BBDEV FPGA driver for 4G turbo FEC

2019-03-01 Thread Smith, Eleanor
. The Intel(R) FPGA LTE FEC is implemented on Intel(R) PAC N3000 FPGA card which is available from Intel in Q2 2019. Smith, Eleanor (4): Addition of driver for 4G turbo FEC with PAC N300 FPGA card Update to usertool to allow binding of baseband device Update bbdev test-app for FPGA driver

[dpdk-dev] [PATCH v1 3/4] test-bbdev: update bbdev test-app for FPGA driver testing

2019-03-01 Thread Smith, Eleanor
This patch updates the bbdev test application to include an option to configure the PF before running FPGA tests. Signed-off-by: Smith, Eleanor --- app/test-bbdev/main.c| 15 +- app/test-bbdev/main.h| 2 ++ app/test-bbdev/test-bbdev.py | 7 + app/test