mbox series

[V1,0/9] modify hard code bind cbdma device to igb_uio by drivername in execution.cfg

Message ID 20210319064558.4352-1-weix.ling@intel.com (mailing list archive)
Headers
Series modify hard code bind cbdma device to igb_uio by drivername in execution.cfg |

Message

Ling, WeiX March 19, 2021, 6:45 a.m. UTC
  1.Modify hard code bind cbdma device to igb_uio by drivername in
  execution.cfg.
2.Adjust code format.
3.Delete invalid code about unbind driver because of framwork will
  auto uinbind nic.
4.tests/vm2vm_virtio_net_perf:use the core of nic socket to start
  testpmd.

Ling Wei (9):
  tests/cbdma:modify hard code bind cbdma device to igb_uio by
    drivername in execution.cfg
  tests/dpdk_gro_lib:modify hard code bind cbdma device to igb_uio by
    drivername in execution.cfg
  tests/vhost_cbdma:modify hard code bind cbdma device to igb_uio by
    drivername in execution.cfg
  tests/vhost_user_interrupt:modify hard code bind cbdma device to
    igb_uio by drivername in execution.cfg
  tests/vhost_virtio_pmd_interrupt:modify hard code bind cbdma device to
    igb_uio by drivername in execution.cfg
  tests/vhost_virtio_user_interrupt:modify hard code bind cbdma device
    to igb_uio by drivername in execution.cfg
  tests/virtio_event_idx_interrupt:modify hard code bind cbdma device to
    igb_uio by drivername in execution.cfg
  tests/vm2vm_virtio_net_perf:modify hard code bind cbdma device to
    igb_uio by drivername in execution.cfg
  tests/vswitch_sample_cbdma:modify hard code bind cbdma device to
    igb_uio by drivername in execution.cfg

 tests/TestSuite_cbdma.py                      |  48 ++----
 tests/TestSuite_dpdk_gro_lib.py               | 156 +++++-------------
 tests/TestSuite_vhost_cbdma.py                | 119 +++----------
 tests/TestSuite_vhost_user_interrupt.py       |  10 +-
 tests/TestSuite_vhost_virtio_pmd_interrupt.py |  38 ++---
 .../TestSuite_vhost_virtio_user_interrupt.py  |  12 +-
 tests/TestSuite_virtio_event_idx_interrupt.py |  32 ++--
 tests/TestSuite_vm2vm_virtio_net_perf.py      |  79 +++++----
 tests/TestSuite_vswitch_sample_cbdma.py       |  13 +-
 9 files changed, 162 insertions(+), 345 deletions(-)
 mode change 100755 => 100644 tests/TestSuite_cbdma.py
  

Comments

Ling, WeiX March 19, 2021, 6:51 a.m. UTC | #1
> -----Original Message-----
> From: Ling, WeiX <weix.ling@intel.com>
> Sent: Friday, March 19, 2021 02:46 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1 0/9] modify hard code bind cbdma device to igb_uio
> by drivername in execution.cfg

Tested-by: Wei Ling <weix.ling@intel.com>
  
Ling, WeiX March 22, 2021, 1:34 a.m. UTC | #2
> -----Original Message-----
> From: Ling, WeiX <weix.ling@intel.com>
> Sent: Friday, March 19, 2021 02:46 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1 0/9] modify hard code bind cbdma device to igb_uio
> by drivername in execution.cfg
> 
Tested-by: Wei Ling <weix.ling@intel.com>
  
Tu, Lijuan March 25, 2021, 5:33 a.m. UTC | #3
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Ling, WeiX
> Sent: 2021年3月19日 14:52
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1 0/9] modify hard code bind cbdma device to
> igb_uio by drivername in execution.cfg
> 
> > -----Original Message-----
> > From: Ling, WeiX <weix.ling@intel.com>
> > Sent: Friday, March 19, 2021 02:46 PM
> > To: dts@dpdk.org
> > Cc: Ling, WeiX <weix.ling@intel.com>
> > Subject: [dts][PATCH V1 0/9] modify hard code bind cbdma device to
> > igb_uio by drivername in execution.cfg
> 
> Tested-by: Wei Ling <weix.ling@intel.com>

Applied, thanks