config/sysinv/cgts-client/cgts-client/cgtsclient
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
..
common Update load import and delete APIs 2020-05-29 11:55:11 -04:00
tests Allow yaml formatting for controllerfs-list 2020-04-21 13:24:11 +00:00
v1 SR-IOV device plugin support for FPGA FEC devices 2020-06-16 15:37:40 -04:00
__init__.py Convert cgtsclient from setuptools to pbr. Add tox. 2018-06-28 22:07:37 -04:00
_i18n.py Updates for cgtsclient to work with python3 2020-01-20 13:46:46 -06:00
client.py Specify an upper limit for flake8 and pycodestyle 2020-05-12 14:57:04 -05:00
exc.py Fix unicode issue for Python 2/3 compatible code. 2018-12-06 12:59:33 +08:00
shell.py Updates for cgtsclient to work with python3 2020-01-20 13:46:46 -06:00