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

Tu, Lijuan lijuan.tu at intel.com
Thu Jan 2 06:32:50 CET 2020


appliled

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhiwei.he
> Sent: Tuesday, December 31, 2019 8:16 PM
> To: dts at dpdk.org
> Cc: He, Zhiwei <zhiwei.he at intel.com>
> Subject: [dts] [PATCH V1] frameework/add gtp and gtp_v2 packets process
> for advanced rss
> 
> 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