* [dts] [PATCH V1] frameework/add gtp and gtp_v2 packets process for advanced rss
@ 2019-12-31 12:15 zhiwei.he
2020-01-02 5:32 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: zhiwei.he @ 2019-12-31 12:15 UTC (permalink / raw)
To: dts; +Cc: zhiwei.he
From: "zhiwei.he" <zhiwei.he@intel.com>
Signed-off-by: zhiwei.he <zhiwei.he@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH V1] frameework/add gtp and gtp_v2 packets process for advanced rss
2019-12-31 12:15 [dts] [PATCH V1] frameework/add gtp and gtp_v2 packets process for advanced rss zhiwei.he
@ 2020-01-02 5:32 ` Tu, Lijuan
0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-01-02 5:32 UTC (permalink / raw)
To: He, Zhiwei, dts; +Cc: He, Zhiwei
appliled
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhiwei.he
> Sent: Tuesday, December 31, 2019 8:16 PM
> To: dts@dpdk.org
> Cc: He, Zhiwei <zhiwei.he@intel.com>
> Subject: [dts] [PATCH V1] frameework/add gtp and gtp_v2 packets process
> for advanced rss
>
> From: "zhiwei.he" <zhiwei.he@intel.com>
>
> Signed-off-by: zhiwei.he <zhiwei.he@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-01-02 5:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 12:15 [dts] [PATCH V1] frameework/add gtp and gtp_v2 packets process for advanced rss zhiwei.he
2020-01-02 5:32 ` Tu, Lijuan
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).