test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in create_eal_parameters API
@ 2022-05-27  3:41 Wei Ling
  2022-05-27  4:01 ` He, Xingguang
  2022-05-28  8:53 ` lijuan.tu
  0 siblings, 2 replies; 4+ messages in thread
From: Wei Ling @ 2022-05-27  3:41 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

When call the create_eal_parameters API to genrate the eal parameters,
if the default no ports parameter, the create_eal_parameters API will
use the PCI info in conf/ports.conf, so add port=[] parameter.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 tests/TestSuite_vm2vm_virtio_user_cbdma.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vm2vm_virtio_user_cbdma.py b/tests/TestSuite_vm2vm_virtio_user_cbdma.py
index 35d69325..0057047c 100644
--- a/tests/TestSuite_vm2vm_virtio_user_cbdma.py
+++ b/tests/TestSuite_vm2vm_virtio_user_cbdma.py
@@ -269,7 +269,7 @@ class TestVM2VMVirtioUserCbdma(TestCase):
         if dump the virtio-testpmd, the virtio-testpmd should started before launch pdump
         """
         eal_params = self.dut.create_eal_parameters(
-            cores="Default", prefix="virtio-user1", fixed_prefix=True
+            cores="Default", prefix="virtio-user1", fixed_prefix=True, ports=[]
         )
         command_line = (
             self.app_pdump
-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in create_eal_parameters API
  2022-05-27  3:41 [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in create_eal_parameters API Wei Ling
@ 2022-05-27  4:01 ` He, Xingguang
  2022-05-27  5:23   ` He, Xingguang
  2022-05-28  8:53 ` lijuan.tu
  1 sibling, 1 reply; 4+ messages in thread
From: He, Xingguang @ 2022-05-27  4:01 UTC (permalink / raw)
  To: Ling, WeiX, dts; +Cc: Ling, WeiX

> -----Original Message-----
> From: Wei Ling <weix.ling@intel.com>
> Sent: Friday, May 27, 2022 11:41 AM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in
> create_eal_parameters API
> 
> When call the create_eal_parameters API to genrate the eal parameters, if
> the default no ports parameter, the create_eal_parameters API will use the
> PCI info in conf/ports.conf, so add port=[] parameter.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>
> ---
Acked-by: Xingguang He<xingguang.he@intel.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in create_eal_parameters API
  2022-05-27  4:01 ` He, Xingguang
@ 2022-05-27  5:23   ` He, Xingguang
  0 siblings, 0 replies; 4+ messages in thread
From: He, Xingguang @ 2022-05-27  5:23 UTC (permalink / raw)
  To: He, Xingguang, Ling, WeiX, dts; +Cc: Ling, WeiX

> -----Original Message-----
> From: He, Xingguang <xingguang.he@intel.com>
> Sent: Friday, May 27, 2022 12:02 PM
> To: Ling, WeiX <weix.ling@intel.com>; dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: RE: [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in
> create_eal_parameters API
> 
> > -----Original Message-----
> > From: Wei Ling <weix.ling@intel.com>
> > Sent: Friday, May 27, 2022 11:41 AM
> > To: dts@dpdk.org
> > Cc: Ling, WeiX <weix.ling@intel.com>
> > Subject: [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in
> > create_eal_parameters API
> >
> > When call the create_eal_parameters API to genrate the eal parameters,
> > if the default no ports parameter, the create_eal_parameters API will
> > use the PCI info in conf/ports.conf, so add port=[] parameter.
> >
> > Signed-off-by: Wei Ling <weix.ling@intel.com>
> > ---
> Acked-by: Xingguang He<xingguang.he@intel.com>

Tested-by: Xingguang He<xingguang.he@intel.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in create_eal_parameters API
  2022-05-27  3:41 [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in create_eal_parameters API Wei Ling
  2022-05-27  4:01 ` He, Xingguang
@ 2022-05-28  8:53 ` lijuan.tu
  1 sibling, 0 replies; 4+ messages in thread
From: lijuan.tu @ 2022-05-28  8:53 UTC (permalink / raw)
  To: dts, Wei Ling; +Cc: Wei Ling

On Thu, 26 May 2022 23:41:29 -0400, Wei Ling <weix.ling@intel.com> wrote:
> When call the create_eal_parameters API to genrate the eal parameters,
> if the default no ports parameter, the create_eal_parameters API will
> use the PCI info in conf/ports.conf, so add port=[] parameter.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>


Applied, thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-28  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27  3:41 [dts][PATCH V1] tests/vm2vm_virtio_user_cbdma: add port=[] in create_eal_parameters API Wei Ling
2022-05-27  4:01 ` He, Xingguang
2022-05-27  5:23   ` He, Xingguang
2022-05-28  8:53 ` lijuan.tu

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).