config/sysinv/cgts-client/cgts-client
Steven Webster ff41cd29dc SR-IOV device plugin support for FPGA FEC devices
This commit introduces SR-IOV device plugin support for forward
error correction (FEC) devices that are enabled on an Intel
N3000 FPGA device.

The FEC device is intended to be used with a DPDK application,
with the device itself being bound to the igb_uio driver. As
such, support has been added for configuring the PF and VF
driver for the device, as well as the number of requested
VFs.

An example usage for setting the drivers and VFs is as follows:

system host-device-modify <host> <device_name> \
  --driver <driver> \
  --vf-driver <driver> \
  -N <number of vfs>

Story: 2006740
Task: 39947

Depends-On: https://review.opendev.org/733723
Change-Id: Iee0f0e449652219939ed5369423efdfb906ca3f1
Signed-off-by: Steven Webster <Steven.Webster@windriver.com>
2020-06-16 15:37:40 -04:00
..
cgtsclient SR-IOV device plugin support for FPGA FEC devices 2020-06-16 15:37:40 -04:00
tools StarlingX open source release updates 2018-05-31 07:35:52 -07:00
.coveragerc Updates for cgtsclient to work with python3 2020-01-20 13:46:46 -06:00
.gitignore Convert from testrepository to stestr 2019-12-04 09:56:57 -06:00
.stestr.conf Convert from testrepository to stestr 2019-12-04 09:56:57 -06:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:52 -07:00
README.rst Convert cgtsclient from setuptools to pbr. Add tox. 2018-06-28 22:07:37 -04:00
pylint.rc Improve pylint checking in stx-config 2018-12-04 14:50:49 -06:00
requirements.txt Sysinv extensions for FPGA support 2020-05-13 16:20:37 -04:00
setup.cfg Fix dependency path in cgts-client tox.ini 2018-08-21 03:34:40 +00:00
setup.py Fix dependency path in cgts-client tox.ini 2018-08-21 03:34:40 +00:00
test-requirements.txt Specify an upper limit for flake8 and pycodestyle 2020-05-12 14:57:04 -05:00
tox.ini Updates for cgtsclient to work with python3 2020-01-20 13:46:46 -06:00

README.rst