From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6D0DA42919; Tue, 11 Apr 2023 09:48:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 67C8740DFD; Tue, 11 Apr 2023 09:48:38 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id CF0B840A8B for ; Tue, 11 Apr 2023 09:48:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681199317; x=1712735317; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Fi9HfeG/LO7UAErLSr2mf0wBqrwQ5dljYW2KtKUR+I4=; b=fqRRcGVDbc2FiF3yLzKEW5lHminxak0z/Pw7ra328FXzRGRK578+h+1F 5DHGsjE7dKAGqioG1+aapvY7ZmKODz/0LUL+t9h9/BGFzXQ2Nw0bv3S5W jFGwXTpu0QvNl2VtAn9wYJs4pRbx4iwMoKQBjTi+e38WCJBhQQ4Y9xCLV 2QKALyY/IlllGDj8W+S0xiT4Ztn4ko2QezYONRFcT2cVSe8KR0CJSb0VY QiptSzONvl4HvqPCXvPVq/+/1g1feJHA+wqGFcMbuEZMOLPIV06qngeae 0uC57JdPY0gmg48wAfrxyYzVihnPCgvWcbAwSTP2Ke9POS7bIAakAJLMq w==; X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="371395225" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="371395225" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 00:48:35 -0700 Message-Id: Date: 11 Apr 2023 00:48:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10676"; a="721093942" X-IronPort-AV: E=Sophos;i="5.98,336,1673942400"; d="scan'208";a="721093942" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2023 00:48:34 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2] framework/packet: optimize support for more gtp modules From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20230328073945.25760-1-weiyuanx.li@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Tue, 28 Mar 2023 15:39:45 +0800, Weiyuan Li wrote: > For packet.py, only support limited gtp modules, some test cases require su= pport for the echo-request/echo-reponse modules. >=20 > Signed-off-by: Weiyuan Li Reviewed-by: Lijuan Tu Applied, thanks