mbox series

[v3,0/2] extend idxd config script functionality

Message ID 20210528135559.344815-1-kevin.laatz@intel.com (mailing list archive)
Headers
Series extend idxd config script functionality |

Message

Kevin Laatz May 28, 2021, 1:55 p.m. UTC
  This patchset extends the functionality of the idxd config script, the
additions are described in the individual patches.

v3:
   - minor commit log updates
   - remove printing if the script is running config or reset 

Kevin Laatz (2):
  raw/ioat: add pci address handling to python script
  raw/ioat: add device reset to python script

 drivers/raw/ioat/dpdk_idxd_cfg.py | 39 +++++++++++++++++++++++++++++--
 1 file changed, 37 insertions(+), 2 deletions(-)
  

Comments

Thomas Monjalon June 17, 2021, 7:32 a.m. UTC | #1
28/05/2021 15:55, Kevin Laatz:
> This patchset extends the functionality of the idxd config script, the
> additions are described in the individual patches.
> 
> v3:
>    - minor commit log updates
>    - remove printing if the script is running config or reset 
> 
> Kevin Laatz (2):
>   raw/ioat: add pci address handling to python script
>   raw/ioat: add device reset to python script

Series applied, thanks.