test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Ling, WeiX" <weix.ling@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Ling, WeiX" <weix.ling@intel.com>
Subject: RE: [dts][PATCH V2 2/2] tests/vhost_qemu_mtu: add new testsuite
Date: Fri, 24 Jun 2022 08:40:02 +0000	[thread overview]
Message-ID: <CY5PR11MB6187A864052B0CE96F1CF2BAF5B49@CY5PR11MB6187.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20220623080318.2237925-1-weix.ling@intel.com>

> +    def start_vm_testpmd(self):
> +        """
> +        start testpmd on VM
> +        """
> +        self.vm0_pmd = PmdOutput(self.vm_dut[0])
> +        ports = [self.vm_dut[0].ports_info[self.dut_ports[0]]["pci"]]
> +        param = "--txd=512 --rxd=128 --tx-offloads=0x0 --enable-hw-vlan-strip"
> +        self.vm0_pmd.start_testpmd(
> +            cores="default",
> +            param=param,
> +            ports=ports,
> +        )
> +        self.vm0_pmd.execute_cmd("set fwd mac")
> +        self.vm0_pmd.execute_cmd("start")


I didn't see any call for this function.

      parent reply	other threads:[~2022-06-24  8:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-23  8:03 Wei Ling
2022-06-24  6:50 ` He, Xingguang
2022-06-24  6:51 ` Huang, ChenyuX
2022-06-24  8:40 ` Tu, Lijuan [this message]

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=CY5PR11MB6187A864052B0CE96F1CF2BAF5B49@CY5PR11MB6187.namprd11.prod.outlook.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=weix.ling@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).