[dts] Question regarding to self.core_config in TestSuite_l2fwd.py and in other test modules

Kevin Wilson wkevils at gmail.com
Mon Jan 29 16:15:34 CET 2018


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


More information about the dts mailing list