[dts] [PATCH V2] tests/TestSuite_pmdrss_hash : enable CVL25G&100G nic support pmdrss hash case

Tu, Lijuan lijuan.tu at intel.com
Wed Sep 4 05:02:45 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhiwei.he
> Sent: Friday, August 30, 2019 4:42 PM
> To: dts at dpdk.org
> Cc: He, Zhiwei <zhiwei.he at intel.com>
> Subject: [dts] [PATCH V2] tests/TestSuite_pmdrss_hash : enable
> CVL25G&100G nic support pmdrss hash case
> 
> From: "zhiwei.he" <zhiwei.he at intel.com>
> 
> Signed-off-by: zhiwei.he <zhiwei.he at intel.com>
> ---
>  tests/TestSuite_pmdrss_hash.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/TestSuite_pmdrss_hash.py
> b/tests/TestSuite_pmdrss_hash.py index 72c4ef2..faae080 100644
> --- a/tests/TestSuite_pmdrss_hash.py
> +++ b/tests/TestSuite_pmdrss_hash.py
> @@ -413,7 +413,7 @@ class TestPmdrssHash(TestCase):
>          Run at the start of each test suite.
>          """
> 
> -        self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
> +        self.verify(self.nic in ["columbiaville_25g",
> + "columbiaville_100g","fortville_eagle", "fortville_spirit",
>                      "fortville_spirit_single", "redrockcanyou", "atwood",
>                      "boulderrapid", "fortpark_TLV", "fortville_25g", "niantic",
> "carlsville"],
>                      "NIC Unsupported: " + str(self.nic)) @@ -613,7 +613,7 @@ class
> TestPmdrssHash(TestCase):
>      def test_dynamic_rss_bond_config(self):
> 
>          # setup testpmd and finish bond config
> -        self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
> +        self.verify(self.nic in ["columbiaville_25g",
> + "columbiaville_100g","fortville_eagle", "fortville_spirit",
>                      "fortpark_TLV", "fortville_25g", "carlsville"],
>                      "NIC Unsupported: " + str(self.nic))
> 
> --
> 1.8.3.1



More information about the dts mailing list