DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [20.11, PATCH v2] BBDEV FPGA PF Config app
@ 2020-07-16 20:20 Nicolas Chautru
  2020-07-16 20:20 ` [dpdk-dev] [20.11, PATCH v2] baseband/fpga_5gnr_fec: add companion PF config App Nicolas Chautru
  0 siblings, 1 reply; 8+ messages in thread
From: Nicolas Chautru @ 2020-07-16 20:20 UTC (permalink / raw)
  To: dev, akhil.goyal, thomas; +Cc: Nicolas Chautru

v2: Couple of typos in documentation and removed
dependency on igb_uio and related PCIe VF creation feature option. 

Addition of an stand alone application in PMD driver to be able to configure the HW from  PF. Then the VF can be used from container/VM running BBDEV/DPDK. 

The history of the previous discussions can be tracked on this previous patch https://patches.dpdk.org/patch/67379/

PMD documentation is updated to provides steps to build with related dependency 

Nicolas Chautru (1):
  baseband/fpga_5gnr_fec: add companion PF config App

 doc/guides/bbdevs/fpga_5gnr_fec.rst                |  80 +++--
 .../baseband/fpga_5gnr_fec/pf_config_app/Makefile  |  36 +++
 .../fpga_5gnr_fec/pf_config_app/config_app.c       | 333 +++++++++++++++++++
 .../pf_config_app/fpga_5gnr_cfg_app.c              | 351 +++++++++++++++++++++
 .../pf_config_app/fpga_5gnr_cfg_app.h              | 102 ++++++
 .../pf_config_app/fpga_5gnr_cfg_parser.c           | 187 +++++++++++
 .../pf_config_app/fpga_5gnr_config.cfg             |  18 ++
 7 files changed, 1087 insertions(+), 20 deletions(-)
 create mode 100644 drivers/baseband/fpga_5gnr_fec/pf_config_app/Makefile
 create mode 100644 drivers/baseband/fpga_5gnr_fec/pf_config_app/config_app.c
 create mode 100644 drivers/baseband/fpga_5gnr_fec/pf_config_app/fpga_5gnr_cfg_app.c
 create mode 100644 drivers/baseband/fpga_5gnr_fec/pf_config_app/fpga_5gnr_cfg_app.h
 create mode 100644 drivers/baseband/fpga_5gnr_fec/pf_config_app/fpga_5gnr_cfg_parser.c
 create mode 100644 drivers/baseband/fpga_5gnr_fec/pf_config_app/fpga_5gnr_config.cfg

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-08-05  8:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16 20:20 [dpdk-dev] [20.11, PATCH v2] BBDEV FPGA PF Config app Nicolas Chautru
2020-07-16 20:20 ` [dpdk-dev] [20.11, PATCH v2] baseband/fpga_5gnr_fec: add companion PF config App Nicolas Chautru
2020-07-31 10:35   ` Maxime Coquelin
2020-07-31 15:17     ` Chautru, Nicolas
2020-08-03  8:25       ` Maxime Coquelin
2020-08-03 16:18         ` Chautru, Nicolas
2020-08-04  8:49           ` Maxime Coquelin
2020-08-05  8:51             ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).