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

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