test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH 1/2] framework: fix packet load function missed
@ 2016-01-21  2:56 Yong Liu
  2016-01-21  2:57 ` [dts] [PATCH 2/2] framework dut: fix hugepage not allocate to all numa Yong Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Yong Liu @ 2016-01-21  2:56 UTC (permalink / raw)
  To: dts

Signed-off-by: Marvin Liu <yong.liu@intel.com>

diff --git a/framework/packet.py b/framework/packet.py
index b151021..0fa4df9 100755
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -48,7 +48,7 @@ from scapy.config import conf
 conf.use_pcap = True
 
 from scapy.all import conf
-from scapy.utils import struct, socket, wrpcap, rdpcap
+from scapy.utils import struct, socket, wrpcap, rdpcap, hexstr
 from scapy.layers.inet import Ether, IP, TCP, UDP, ICMP
 from scapy.layers.inet6 import IPv6, IPv6ExtHdrRouting, IPv6ExtHdrFragment
 from scapy.layers.l2 import Dot1Q, ARP, GRE
diff --git a/framework/settings.py b/framework/settings.py
index f76eadc..eabb72e 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -76,7 +76,7 @@ NICS = {
     'fortville_spirit_single': '8086:1584',
     'redrockcanyou': '8086:15a4',
     'fortpark':'8086:374c',
-    'fvl10g_vf':'8086:154c'
+    'fvl10g_vf':'8086:154c',
     'atwood': '8086:15d5',
 }
 
@@ -109,7 +109,7 @@ DRIVERS = {
     'fortville_spirit': 'i40e',
     'fortville_spirit_single': 'i40e',
     'redrockcanyou': 'fm10k',
-    'fvl10g_vf':'i40evf'
+    'fvl10g_vf':'i40evf',
     'atwood': 'fm10k',
 }
 
-- 
2.4.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-21  2:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-21  2:56 [dts] [PATCH 1/2] framework: fix packet load function missed Yong Liu
2016-01-21  2:57 ` [dts] [PATCH 2/2] framework dut: fix hugepage not allocate to all numa Yong 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).