* [dpdk-dev] DTS Config NIC | Test Nic Single Core Perf ISSUE
@ 2020-04-02 19:52 David Liu
2020-04-07 3:13 ` Tu, Lijuan
0 siblings, 1 reply; 3+ messages in thread
From: David Liu @ 2020-04-02 19:52 UTC (permalink / raw)
To: lijuan.tu; +Cc: dev
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 configuration file.
But now it is causing other issues, do you have any clue how we can fix
this?
Thanks,
David
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] DTS Config NIC | Test Nic Single Core Perf ISSUE
2020-04-02 19:52 [dpdk-dev] DTS Config NIC | Test Nic Single Core Perf ISSUE David Liu
@ 2020-04-07 3:13 ` Tu, Lijuan
2020-04-07 16:23 ` David Liu
0 siblings, 1 reply; 3+ messages in thread
From: Tu, Lijuan @ 2020-04-07 3:13 UTC (permalink / raw)
To: David Liu; +Cc: dev
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/external_libs/scapy-2.3.1/python3/scapy /usr/local/lib/python3.6/dist-packages/scapy
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 plist.PacketList(res,name = os.path.basename(self.filename))
From: David Liu [mailto:dliu@iol.unh.edu]
Sent: Friday, April 3, 2020 3:53 AM
To: Tu, Lijuan <lijuan.tu@intel.com>
Cc: dev@dpdk.org
Subject: DTS Config NIC | Test Nic Single Core Perf ISSUE
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 configuration file.
But now it is causing other issues, do you have any clue how we can fix this?
Thanks,
David
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] DTS Config NIC | Test Nic Single Core Perf ISSUE
2020-04-07 3:13 ` Tu, Lijuan
@ 2020-04-07 16:23 ` David Liu
0 siblings, 0 replies; 3+ messages in thread
From: David Liu @ 2020-04-07 16:23 UTC (permalink / raw)
To: Tu, Lijuan; +Cc: dev
Hi Lijuan,
Got it. Thank you so much for your help.
Thanks,
David
On Mon, Apr 6, 2020 at 11:13 PM Tu, Lijuan <lijuan.tu@intel.com> 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/dist-packages/scapy
> /usr/local/lib/python3.6/dist-packages/scapy_default
>
> # replace scapy
>
> cp -fr
> /home/scm/trex1911_upstream/scripts/external_libs/scapy-2.3.1/python3/scapy
> /usr/local/lib/python3.6/dist-packages/scapy
>
>
>
> 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 plist.PacketList(res,name = os.path.basename(self.filename))
>
>
>
>
>
> *From:* David Liu [mailto:dliu@iol.unh.edu]
> *Sent:* Friday, April 3, 2020 3:53 AM
> *To:* Tu, Lijuan <lijuan.tu@intel.com>
> *Cc:* dev@dpdk.org
> *Subject:* DTS Config NIC | Test Nic Single Core Perf ISSUE
>
>
>
> 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 configuration file.
>
> But now it is causing other issues, do you have any clue how we can fix
> this?
>
>
>
> Thanks,
>
> David
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-04-07 16:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02 19:52 [dpdk-dev] DTS Config NIC | Test Nic Single Core Perf ISSUE David Liu
2020-04-07 3:13 ` Tu, Lijuan
2020-04-07 16:23 ` David Liu
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).