From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 293D0A04DC; Tue, 20 Oct 2020 04:06:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DE52DBBF6; Tue, 20 Oct 2020 04:06:33 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 3C462BBE4 for ; Tue, 20 Oct 2020 04:06:32 +0200 (CEST) IronPort-SDR: vcd+3jE48f0ZI/fKeZNnaERstZlWyE5WIPJiFvFFiwXQecFGKNSxdHpOosRo+SVlJG8TDRKQby /kD5NYPqiG/Q== X-IronPort-AV: E=McAfee;i="6000,8403,9779"; a="154923983" X-IronPort-AV: E=Sophos;i="5.77,395,1596524400"; d="scan'208";a="154923983" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2020 19:06:29 -0700 IronPort-SDR: 9QPS9cODImTybwRlDEZ3DBEBE34q36ixn9BpBPTT7979Pzdo1asXCo8CagOug92YfEPymzG3Ll i5cmuDk/STHQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,395,1596524400"; d="scan'208";a="465751252" Received: from dpdk-lihong-ub1604.sh.intel.com ([10.67.118.174]) by orsmga004.jf.intel.com with ESMTP; 19 Oct 2020 19:06:29 -0700 From: LihongX Ma To: dts@dpdk.org Cc: LihongX Ma Date: Tue, 20 Oct 2020 02:31:51 +0800 Message-Id: <1603132315-19498-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1 0/4] use scapy modules instead of local modules X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" LihongX Ma (4): dep: remove the scapy modules in dep framework/packet: use scapy modules instead of local modules tests: use scapy modules vxlan instead of local modules tests: use scapy modules gre instead of local modules nvgre dep/scapy_modules/igmp.py | 164 ------------------------ dep/scapy_modules/lldp.py | 242 ------------------------------------ dep/scapy_modules/mpls.py | 24 ---- dep/scapy_modules/nsh.py | 67 ---------- dep/scapy_modules/nvgre.py | 37 ------ dep/scapy_modules/vxlan.py | 92 -------------- framework/packet.py | 49 ++++++-- tests/TestSuite_cloud_filter.py | 5 +- tests/TestSuite_generic_flow_api.py | 27 ---- tests/TestSuite_ipgre.py | 7 +- tests/TestSuite_nvgre.py | 9 +- tests/TestSuite_tso.py | 14 +-- tests/TestSuite_vxlan.py | 2 +- tests/TestSuite_vxlan_sample.py | 2 +- 14 files changed, 51 insertions(+), 690 deletions(-) delete mode 100644 dep/scapy_modules/igmp.py delete mode 100644 dep/scapy_modules/lldp.py delete mode 100644 dep/scapy_modules/mpls.py delete mode 100644 dep/scapy_modules/nsh.py delete mode 100644 dep/scapy_modules/nvgre.py delete mode 100644 dep/scapy_modules/vxlan.py -- 2.7.4