test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Wang, Yinan" <yinan.wang@intel.com>
To: "Chen, LingliX" <linglix.chen@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Chen, LingliX" <linglix.chen@intel.com>
Subject: Re: [dts] [PATCH V1 01/10] tests/vhost_cbdma: Modify get_cbdma_ports_info
Date: Fri, 30 Jul 2021 01:55:25 +0000	[thread overview]
Message-ID: <BYAPR11MB2648B9F99BE9F083588C59858FEC9@BYAPR11MB2648.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210729172404.90883-2-linglix.chen@intel.com>

Acked-by:  Yinan Wang <yinan.wang@intel.com>

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Lingli Chen
> Sent: 2021?7?30? 1:24
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts] [PATCH V1 01/10] tests/vhost_cbdma: Modify
> get_cbdma_ports_info
> 
> Signed-off-by: Lingli Chen <linglix.chen@intel.com>
> ---
>  tests/TestSuite_vhost_cbdma.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_vhost_cbdma.py
> b/tests/TestSuite_vhost_cbdma.py
> index 16fef645..6305d37e 100644
> --- a/tests/TestSuite_vhost_cbdma.py
> +++ b/tests/TestSuite_vhost_cbdma.py
> @@ -130,7 +130,7 @@ class TestVirTioVhostCbdma(TestCase):
>          out = self.dut.send_expect('./usertools/dpdk-devbind.py --status-dev
> misc', '# ', 30)
>          device_info = out.split('\n')
>          for device in device_info:
> -            pci_info = re.search('\s*(0000:\d*:\d*.\d*)', device)
> +            pci_info = re.search('\s*(0000:\S*:\d*.\d*)', device)
>              if pci_info is not None:
>                  dev_info = pci_info.group(1)
>                  # the numa id of ioat dev, only add the device which
> --
> 2.32.0


  reply	other threads:[~2021-07-30  1:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-29 17:23 [dts] [PATCH V1 00/10] fix script issues Lingli Chen
2021-07-29  9:38 ` Chen, LingliX
2021-07-29 11:28 ` Tu, Lijuan
2021-07-29 17:23 ` [dts] [PATCH V1 01/10] tests/vhost_cbdma: Modify get_cbdma_ports_info Lingli Chen
2021-07-30  1:55   ` Wang, Yinan [this message]
2021-07-29 17:23 ` [dts] [PATCH V1 02/10] tests/cbdma: " Lingli Chen
2021-07-29 17:23 ` [dts] [PATCH V1 03/10] tests/dpdk_gro_lib: " Lingli Chen
2021-07-29 17:23 ` [dts] [PATCH V1 04/10] tests/vhost_event_idx_interrupt: " Lingli Chen
2021-07-29 17:23 ` [dts] [PATCH V1 05/10] tests/vhost_user_interrupt: " Lingli Chen
2021-07-29 17:24 ` [dts] [PATCH V1 06/10] tests/vhost_virtio_pmd_interrupt: " Lingli Chen
2021-07-29 17:24 ` [dts] [PATCH V1 07/10] tests/vhost_virtio_user_interrupt: " Lingli Chen
2021-07-29 17:24 ` [dts] [PATCH V1 08/10] tests/virtio_event_idx_interrupt: " Lingli Chen
2021-07-29 17:24 ` [dts] [PATCH V1 09/10] tests/vm2vm_virtio_user: " Lingli Chen
2021-07-29 17:24 ` [dts] [PATCH V1 10/10] tests/vm2vm_virtio_net_perf: " Lingli Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BYAPR11MB2648B9F99BE9F083588C59858FEC9@BYAPR11MB2648.namprd11.prod.outlook.com \
    --to=yinan.wang@intel.com \
    --cc=dts@dpdk.org \
    --cc=linglix.chen@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).