the best performance, here are some suggestions:
>
> § Give trex enough cores.
>
> § Cores and NIC are in the same socket.
>
> § Simply what you want trex to do, complicated computer will cause
> performance drop.
>
>
>
>
>
> *From:* David Liu
> *Sent:* 2020年11月
File "/opt/dts/framework/ssh_pexpect.py", line 90, in send_expect
ret = self.send_expect_base(command, expected, timeout)
File "/opt/dts/framework/ssh_pexpect.py", line 81, in send_expect_base
self.__prompt(command, timeout)
File "/opt/dts/framework/ssh_pexpect.py
t;
> Author: Chen, BoX C
>
> Date: Wed Nov 4 10:52:09 2020 +0800
>
>
>
> framework: fix Trex mode not working
>
> DTS requires Trex compatible scapy, modify package loading mode and
> scapy version verification rules
>
>
>
> Signed-off-by: C
Hi Lijuan,
I currently have issues with running the Nic Single-Core Perf Test.
I believe this is the scapy naming conflict issue, so I follow the solution
mentioned on the website to replace system scapy with trex scapy.
Then I got into another error that I wasn't able to get pass:
root@arm-dell:
add test case and test plan for eeprom dump
compare output result from ethtool and testpmd
Signed-off-by: David Liu
---
test_plans/eeprom_dump_test_plan.rst | 92 ++
tests/TestSuite_eeprom_dump.py | 139 +++
2 files changed, 231 insertions
Add module EEPROM/EEPROM dump command
"show port (module_eeprom|eeprom)"
Commands will dump the content of the EEPROM/module
EEPROM for the selected port.
Signed-off-by: David Liu
---
app/test-pmd/cmdline.c | 49
app/test-pm
Signed-off-by: David Liu
---
app/test-pmd/cmdline.c | 49
app/test-pmd/config.c | 118
app/test-pmd/testpmd.h | 2 +
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 ++
4 files changed, 176
On Mon, Sep 14, 2020 at 12:48 PM Ferruh Yigit
wrote:
> On 9/14/2020 4:11 PM, David Liu wrote:
> > Add module EEPROM/EEPROM dump command
> >"show port (module_eeprom|eeprom)"
> > Commands will dump the content of the EEPROM/module
> > EEPROM for the
Add module EEPROM/EEPROM dump command
"show port (module_eeprom|eeprom)"
Commands will dump the content of the EEPROM/module
EEPROM for the selected port.
Signed-off-by: David Liu
---
app/test-pmd/cmdline.c | 49
app/test-pm
Add module EEPROM/EEPROM dump command
"show port (module_eeprom|eeprom)"
Commands will dump the content of the EEPROM/module
EEPROM for the selected port.
Signed-off-by: David Liu
---
app/test-pmd/cmdline.c | 49
app/test-pm
Add module EEPROM/EEPROM dump command
"show port (module_eeprom|eeprom)"
Commands will dump the content of the EEPROM/module
EEPROM for the selected port.
Signed-off-by: David Liu
---
app/test-pmd/cmdline.c | 49
app/test-pm
Signed-off-by: David Liu
---
app/test-pmd/config.c | 1 +--
1 file changed, 1 insertion(+)
diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c
index 5e3e9e211..a34827707 100644
--- a/app/test-pmd/config.c
+++ b/app/test-pmd/config.c
@@ -49,7 +49,6 @@
#include
#endif
#include
Add module EEPROM/EEPROM dump command
"show port (module_eeprom|eeprom)"
Commands will dump the content of the EEPROM/module
EEPROM for the selected port.
Signed-off-by: David Liu
---
app/test-pmd/cmdline.c | 49
app/test-pm
Add module EEPROM/EEPROM dump command
"show port (module_eeprom|eeprom)"
Commands will dump the content of the EEPROM/module
EEPROM for the selected port.
Signed-off-by: David Liu
---
app/test-pmd/cmdline.c | 49
app/test-pm
On Thu, Sep 10, 2020 at 7:47 AM Ferruh Yigit wrote:
> On 9/10/2020 7:00 AM, David Liu wrote:
> > Add module EEPROM/EEPROM dump command
> > "show port (module_eeprom|eeprom)"
> > Commands will dump the content of the
> > EEPROM/module EEPROM for the se
Add module EEPROM/EEPROM dump command
"show port (module_eeprom|eeprom)"
Commands will dump the content of the
EEPROM/module EEPROM for the selected port.
Signed-off-by: David Liu
---
app/test-pmd/cmdline.c | 50
app/test-pm
Yes, that sounds good. What do you think of having the command to be "show
port (port_id|all) (module_eeprom|eeprom)"?
On Wed, Sep 2, 2020 at 6:00 AM Ferruh Yigit wrote:
> On 9/1/2020 8:07 PM, David Liu wrote:
> > Change display message.
> > Add EEPROM dump command
Change display message.
Add EEPROM dump command
"show port eeprom"
Add module EEPROM dump command
"show port module_eeprom"
Commands will dump the content of the
EEPROM/module EEPROM for the selected port.
Signed-off-by: David Liu
---
app/test-pmd/cmdline.c
Add EEPROM dump command
"show port eeprom"
Add module EEPROM dump command
"show port module_eeprom"
Commands will dump the content of the
EEPROM/module EEPROM for the selected port.
Signed-off-by: David Liu
---
app/test-pmd/cmdline.c | 87
z
On Wed, Aug 26, 2020 at 6:46 PM Ferruh Yigit wrote:
> On 8/26/2020 8:00 PM, David Liu wrote:
> > Commands will dump the content of the EEPROM/module EEPROM for the
> > selected port.
> >
> > Signed-off-by: David Liu
> > ---
> > app/test-pmd/cmdline.c
Commands will dump the content of the EEPROM/module EEPROM for the
selected port.
Signed-off-by: David Liu
---
app/test-pmd/cmdline.c | 41 +++
app/test-pmd/config.c | 112 +
app/test-pmd/testpmd.h | 2 +
3 files changed, 155 insertions
This is test case use Toeplitz hash function to check for RSS
Key Update.
Signed-off-by: David Liu
---
test_plans/rss_key_update_test_plan.rst | 121 +++
tests/TestSuite_rss_key_update.py | 412
2 files changed, 533 insertions(+)
create mode 100644 test_plans
Thank you for the clarification.
On Mon, Jun 29, 2020 at 7:48 PM Thomas Monjalon wrote:
> 29/06/2020 23:07, David Liu:
> > Hello all,
> >
> > I will be implementing a test in DTS for RSS Key Update.
> > http://doc.dpdk.org/guides/nics/features.html#rss-key-update
the incoming packets.
Please let me know if there is anything else need to be tested,
Thanks,
David Liu
UNH Interoperability Lab
cs/features.html#promiscuous-mode
>>
>> 24/06/2020 18:18, David Liu:
>> > Hi all,
>> >
>> > From my understanding, the promiscuous mode feature will verify the
>> > functionality of promiscuous mode when it is on or off.
>>
>> You ne
mac address. Otherwise, the
test case will be considered a failure.
Please let me know if there is anything I need to add on or if there are
certain cases I need to be aware of.
Thanks,
David Liu
UNH Interoperability Lab
gt;
> vim /usr/local/lib/python3.6/dist-packages/scapy/utils.py
>
> line 820:
>
> #import scapy.plist
>
> #return scapy.plist.PacketList(res,name =
> os.path.basename(self.filename))
>
> from scapy import plist
>
> return p
Hi Lijuan,
We are currently having issues with the Test Nic Single Core Perf Test.
First we have issues with fortville_eagle was not in the set_up_all in
the TestSuite_nic_single_core_perf.py.
So we added fortville_eagle': {64: {512: 0.00, 2048: 0.00}} to the Test
Nic Single Core Perf configurati
The log file may be useful.
On Tue, Mar 24, 2020 at 11:32 AM David Liu wrote:
> Hi,
>
> We are currently having an issue when running the command to set up the
> DTS with T-Rex on the machines.
> We tried to look into the code, but we are still not sure why and what
> cause
Hi,
We are currently having an issue when running the command to set up the DTS
with T-Rex on the machines.
We tried to look into the code, but we are still not sure why and what
cause the issue.
Do you have any clue how we can fix this? We know the DTS working, T-Rex
is able to be detected.
Be
30 matches
Mail list logo