test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH 1/2] framework packet: support more default packet type
@ 2016-01-28  7:55 Yong Liu
  2016-01-28  7:55 ` [dts] [PATCH 2/2] tests vf_vlan: support fm10k VF device Yong Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Yong Liu @ 2016-01-28  7:55 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 0fa4df9..7f7e9d2 100755
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -326,6 +326,11 @@ class Packet(object):
         'TCP': {'layers': ['ether', 'ipv4', 'tcp', 'raw'], 'cfgload': True},
         'UDP': {'layers': ['ether', 'ipv4', 'udp', 'raw'], 'cfgload': True},
         'VLAN_UDP': {'layers': ['ether', 'dot1q', 'ipv4', 'udp', 'raw'], 'cfgload': True},
+        'VLAN_TCP': {'layers': ['ether', 'dot1q', 'ipv4', 'tcp', 'raw'], 'cfgload': True},
+        'VLAN_SCTP': {'layers': ['ether', 'dot1q', 'ipv4', 'sctp', 'raw'], 'cfgload': True},
+        'VLAN_IPv6_UDP': {'layers': ['ether', 'dot1q', 'ipv6', 'udp', 'raw'], 'cfgload': True},
+        'VLAN_IPv6_TCP': {'layers': ['ether', 'dot1q', 'ipv6', 'tcp', 'raw'], 'cfgload': True},
+        'VLAN_IPv6_SCTP': {'layers': ['ether', 'dot1q', 'ipv6', 'sctp', 'raw'], 'cfgload': True},
         'SCTP': {'layers': ['ether', 'ipv4', 'sctp', 'raw'], 'cfgload': True},
         'IPv6_TCP': {'layers': ['ether', 'ipv6', 'tcp', 'raw'], 'cfgload': True},
         'IPv6_UDP': {'layers': ['ether', 'ipv6', 'udp', 'raw'], 'cfgload': True},
-- 
1.8.4.2

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

end of thread, other threads:[~2016-01-28  7:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-28  7:55 [dts] [PATCH 1/2] framework packet: support more default packet type Yong Liu
2016-01-28  7:55 ` [dts] [PATCH 2/2] tests vf_vlan: support fm10k VF device 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).