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

2020-04-07 Thread David Liu
Hi Lijuan, Got it. Thank you so much for your help. Thanks, David On Mon, Apr 6, 2020 at 11:13 PM Tu, Lijuan wrote: > That’s because scapy naming conflict, replace system scapy with trex scapy. > > > > Here is an example: > > > > # backup system scapy if need. > > mv /usr/local/lib/python3.6

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

2020-04-06 Thread Tu, Lijuan
That’s because scapy naming conflict, replace system scapy with trex scapy. Here is an example: # backup system scapy if need. mv /usr/local/lib/python3.6/dist-packages/scapy /usr/local/lib/python3.6/dist-packages/scapy_default # replace scapy cp -fr /home/scm/trex1911_upstream/scripts/e

[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