[dts] [PATCH V1] tests/pvp_share_lib:add set fwd mac

Tu, Lijuan lijuan.tu at intel.com
Fri Sep 20 08:36:56 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhuwenhui
> Sent: Tuesday, September 17, 2019 4:36 PM
> To: dts at dpdk.org
> Cc: Zhu, WenhuiX <wenhuix.zhu at intel.com>
> Subject: [dts] [PATCH V1] tests/pvp_share_lib:add set fwd mac
> 
> Set fwd mac to make the receiving packet normal.
> 
> Signed-off-by: zhuwenhui <wenhuix.zhu at intel.com>
> ---
>  tests/TestSuite_pvp_share_lib.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/TestSuite_pvp_share_lib.py
> b/tests/TestSuite_pvp_share_lib.py
> index f117fd5..71fbe06 100644
> --- a/tests/TestSuite_pvp_share_lib.py
> +++ b/tests/TestSuite_pvp_share_lib.py
> @@ -141,6 +141,7 @@ class TestPVPShareLib(TestCase):
>          command_line_client = command_line_client % (self.target,
>                          self.core_mask_vhost_user, self.mem_channels, driver)
>          self.vhost_user.send_expect(command_line_client, "testpmd> ", 120)
> +        self.vhost_user.send_expect("set fwd mac", "testpmd> ", 120)
>          self.vhost_user.send_expect("start", "testpmd> ", 120)
> 
>      def start_testpmd_as_virtio(self):
> --
> 2.17.2



More information about the dts mailing list