[dts] [PATCH V1] frameework/add gtp and gtp_v2 packets process for advanced rss

zhiwei.he zhiwei.he at intel.com
Tue Dec 31 13:15:33 CET 2019


From: "zhiwei.he" <zhiwei.he at intel.com>

Signed-off-by: zhiwei.he <zhiwei.he at intel.com>
---
 framework/packet.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/packet.py b/framework/packet.py
index b0b8a41..8bead32 100755
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -51,6 +51,8 @@ sys.path.append(DEP_FOLDER)
 
 from vxlan import VXLAN
 from nvgre import NVGRE, IPPROTO_NVGRE
+from gtp_v2 import *
+from gtp import *
 from lldp import LLDP, LLDPManagementAddress
 from Dot1BR import Dot1BR
 from nsh import NSH
-- 
1.8.3.1



More information about the dts mailing list