test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] Question regarding to self.core_config in TestSuite_l2fwd.py and in other test modules
@ 2018-01-29 15:15 Kevin Wilson
  2018-01-30  1:34 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Wilson @ 2018-01-29 15:15 UTC (permalink / raw)
  To: dts

Hello,
I want to clarify one point:
we have in
http://dpdk.org/browse/tools/dts/tree/tests/TestSuite_l2fwd.py#n58
...
self.core_config = "1S/4C/1T"
...

We have also some similiar core_config in other DTS tests modules.

1S stands for "one socket".

Is this expected to work also on a machine which has 2 sockets ?  or
should we change it to
...
self.core_config = "2S/4C/1T"
...

so it will work ?

Regards,
IB

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

* Re: [dts] Question regarding to self.core_config in TestSuite_l2fwd.py and in other test modules
  2018-01-29 15:15 [dts] Question regarding to self.core_config in TestSuite_l2fwd.py and in other test modules Kevin Wilson
@ 2018-01-30  1:34 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-01-30  1:34 UTC (permalink / raw)
  To: Kevin Wilson, dts

Hi Kevin,
"1S/4C/1T" mean return core list with the first four physical cores on the first socket. Definitely this configuration should be workable on 2S system.
Similarly, "2S/4C/1T" mean return core list with the first physical cores belong to first and second socket.
When developing the test suite, core requirement has been determined. So you do not need to change the configuration.
Suites should check returned core list and alert when cores can't fulfill the requirement.

Thanks,
Marvin

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Kevin Wilson
> Sent: Monday, January 29, 2018 11:16 PM
> To: dts@dpdk.org
> Subject: [dts] Question regarding to self.core_config in
> TestSuite_l2fwd.py and in other test modules
> 
> Hello,
> I want to clarify one point:
> we have in
> http://dpdk.org/browse/tools/dts/tree/tests/TestSuite_l2fwd.py#n58
> ...
> self.core_config = "1S/4C/1T"
> ...
> 
> We have also some similiar core_config in other DTS tests modules.
> 
> 1S stands for "one socket".
> 
> Is this expected to work also on a machine which has 2 sockets ?  or
> should we change it to
> ...
> self.core_config = "2S/4C/1T"
> ...
> 
> so it will work ?
> 
> Regards,
> IB

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

end of thread, other threads:[~2018-01-30  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-29 15:15 [dts] Question regarding to self.core_config in TestSuite_l2fwd.py and in other test modules Kevin Wilson
2018-01-30  1:34 ` Liu, Yong

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