mbox series

[v2,0/1] doc: document vfio-pci usage with QAT PMD

Message ID 20200908161950.601-1-adamx.dybkowski@intel.com (mailing list archive)
Headers
Series doc: document vfio-pci usage with QAT PMD |

Message

Dybkowski, AdamX Sept. 8, 2020, 4:19 p.m. UTC
  This patch marks the old igb-uio driver as unsecure when used
with the QAT PMD and updates all examples to recommend using
vfio-pci instead.
It also mentions security issues with the QAT CPM and provides
information about the new vfio-pci parameter 'disable_denylist'
available in Linux kernels 5.9 and later.

v2:
* add example command with disable_denylist option

Adam Dybkowski (1):
  doc: document vfio-pci usage with QAT PMD

 doc/guides/cryptodevs/qat.rst | 36 ++++++++++++++++++++++++-----------
 1 file changed, 25 insertions(+), 11 deletions(-)
  

Comments

John McNamara Sept. 8, 2020, 7:22 p.m. UTC | #1
> -----Original Message-----
> From: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Sent: Tuesday, September 8, 2020 5:20 PM
> To: dev@dpdk.org; Trahe, Fiona <fiona.trahe@intel.com>;
> akhil.goyal@nxp.com; Mcnamara, John <john.mcnamara@intel.com>
> Cc: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Subject: [PATCH v2 0/1] doc: document vfio-pci usage with QAT PMD
> 
>...
> 
>  doc/guides/cryptodevs/qat.rst | 36 ++++++++++++++++++++++++-----------
>  1 file changed, 25 insertions(+), 11 deletions(-)


Acked-by: John McNamara <john.mcnamara@intel.com>