[dpdk-dev] Promiscuous Mode Feature

2020-06-24 Thread David Liu
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

Re: [dpdk-dev] Promiscuous Mode Feature

2020-06-29 Thread David Liu
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

[dpdk-dev] RSS Key Update Feature

2020-06-29 Thread David Liu
the incoming packets. Please let me know if there is anything else need to be tested, Thanks, David Liu UNH Interoperability Lab

Re: [dpdk-dev] RSS Key Update Feature

2020-06-30 Thread David Liu
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

[dpdk-dev] DTS Config NIC | Test Nic Single Core Perf ISSUE

2020-04-02 Thread David Liu
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

Re: [dpdk-dev] DTS Config NIC | Test Nic Single Core Perf ISSUE

2020-04-07 Thread David Liu
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

[dpdk-dev] [PATCH] EEPROM Dump Feature

2020-09-24 Thread David Liu
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

[dpdk-dev] [PATCH] Add RSS Key Update Feature

2020-07-10 Thread David Liu
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

Re: [dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-03 Thread David Liu
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

[dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-09 Thread David Liu
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

Re: [dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-10 Thread David Liu
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

Re: [dpdk-dev] [PATCH V2] testpmd: add eeprom/module eeprom display

2020-09-10 Thread David Liu
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

[dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-10 Thread David Liu
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

[dpdk-dev] [PATCH V1 2/2] Fix coding style issues

2020-09-10 Thread David Liu
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

Re: [dpdk-dev] [PATCH V2] testpmd: add eeprom/module eeprom display

2020-09-14 Thread David Liu
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

[dpdk-dev] [PATCH] [PATCH V2] testpmd: add eeprom/module eeprom display

2020-09-15 Thread David Liu
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

[dpdk-dev] [PATCH] [PATCH V2] testpmd: add eeprom/module eeprom display

2020-09-15 Thread David Liu
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

Re: [dpdk-dev] [PATCH V2] testpmd: add eeprom/module eeprom display

2020-09-15 Thread David Liu
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

[dpdk-dev] [PATCH] [PATCH V2] testpmd: add eeprom/module eeprom display

2020-09-15 Thread David Liu
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

[dpdk-dev] [PATCH] [PATCH V2] testpmd: add eeprom/module eeprom display

2020-09-15 Thread David Liu
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

[dpdk-dev] DTS Error / can not find cores

2020-03-24 Thread David Liu
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

Re: [dpdk-dev] DTS Error / can not find cores

2020-03-24 Thread David Liu
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

[dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-08-26 Thread David Liu
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

Re: [dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-08-28 Thread David Liu
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

[dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-01 Thread David Liu
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

[dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-01 Thread David Liu
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

[dpdk-dev] DTS Test Nic Single Core Perf Scapy Naming Conflict

2020-11-17 Thread David Liu
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:

Re: [dpdk-dev] DTS Test Nic Single Core Perf Scapy Naming Conflict

2020-11-19 Thread David Liu
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

Re: [dpdk-dev] DTS Test Nic Single Core Perf Scapy Naming Conflict

2020-11-19 Thread David Liu
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

Re: [dpdk-dev] DTS Test Nic Single Core Perf Scapy Naming Conflict

2020-11-24 Thread David Liu
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月