test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/scatter: mbsize value is not correct for sagepond nic
@ 2018-07-26  9:11 wenjieli
  2018-07-27  9:40 ` Lijuan Tu
  0 siblings, 1 reply; 2+ messages in thread
From: wenjieli @ 2018-07-26  9:11 UTC (permalink / raw)
  To: dts; +Cc: wenjieli

in set_up_all(), set mbsize = 2048 for sagepond nic, with hardware limitation

Signed-off-by: wenjieli <wenjiex.a.li@intel.com>
---
 tests/TestSuite_scatter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py
index d9b85b8..d6aef49 100644
--- a/tests/TestSuite_scatter.py
+++ b/tests/TestSuite_scatter.py
@@ -66,7 +66,7 @@ class TestScatter(TestCase):
         if self.nic in ["magnolia_park", "niantic", "sageville", "fortpark", "fortville_eagle",
                         "fortville_spirit", "fortville_spirit_single", "fortville_25g",
                         "redrockcanyou", "atwood", "boulderrapid",
-                        "ironpond", "twinpond", "springfountain", "fortpark_TLV"]:
+                        "ironpond", "twinpond", "springfountain", "fortpark_TLV", "sagepond"]:
             self.mbsize = 2048
         else:
             self.mbsize = 1024
-- 
1.9.3

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

* Re: [dts] [PATCH V1] tests/scatter: mbsize value is not correct for sagepond nic
  2018-07-26  9:11 [dts] [PATCH V1] tests/scatter: mbsize value is not correct for sagepond nic wenjieli
@ 2018-07-27  9:40 ` Lijuan Tu
  0 siblings, 0 replies; 2+ messages in thread
From: Lijuan Tu @ 2018-07-27  9:40 UTC (permalink / raw)
  To: wenjieli, dts

Applied, thanks


On 2018年07月26日 17:11, wenjieli wrote:
> in set_up_all(), set mbsize = 2048 for sagepond nic, with hardware limitation
>
> Signed-off-by: wenjieli <wenjiex.a.li@intel.com>
> ---
>   tests/TestSuite_scatter.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py
> index d9b85b8..d6aef49 100644
> --- a/tests/TestSuite_scatter.py
> +++ b/tests/TestSuite_scatter.py
> @@ -66,7 +66,7 @@ class TestScatter(TestCase):
>           if self.nic in ["magnolia_park", "niantic", "sageville", "fortpark", "fortville_eagle",
>                           "fortville_spirit", "fortville_spirit_single", "fortville_25g",
>                           "redrockcanyou", "atwood", "boulderrapid",
> -                        "ironpond", "twinpond", "springfountain", "fortpark_TLV"]:
> +                        "ironpond", "twinpond", "springfountain", "fortpark_TLV", "sagepond"]:
>               self.mbsize = 2048
>           else:
>               self.mbsize = 1024

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

end of thread, other threads:[~2018-07-27  1:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26  9:11 [dts] [PATCH V1] tests/scatter: mbsize value is not correct for sagepond nic wenjieli
2018-07-27  9:40 ` 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).