From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: David Liu <dliu@iol.unh.edu>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] DTS Config NIC | Test Nic Single Core Perf ISSUE
Date: Tue, 7 Apr 2020 03:13:38 +0000 [thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC074AA@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <CAAuqQpTRUL0WQFMzQ7RPCmPVxvPvJBgzkC0Gs0NzykVtM7EOwg@mail.gmail.com>
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
next prev parent reply other threads:[~2020-04-07 3:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-02 19:52 David Liu
2020-04-07 3:13 ` Tu, Lijuan [this message]
2020-04-07 16:23 ` David Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8CE3E05A3F976642AAB0F4675D0AD20E0BC074AA@SHSMSX101.ccr.corp.intel.com \
--to=lijuan.tu@intel.com \
--cc=dev@dpdk.org \
--cc=dliu@iol.unh.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).