test suite reviews and discussions
 help / color / mirror / Atom feed
From: LihongX Ma <lihongx.ma@intel.com>
To: dts@dpdk.org
Cc: LihongX Ma <lihongx.ma@intel.com>
Subject: [dts] [PATCH V1 0/4] use scapy modules instead of local modules
Date: Tue, 20 Oct 2020 02:31:51 +0800	[thread overview]
Message-ID: <1603132315-19498-1-git-send-email-lihongx.ma@intel.com> (raw)


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


             reply	other threads:[~2020-10-20  2:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-19 18:31 LihongX Ma [this message]
2020-10-19 18:31 ` [dts] [PATCH V1 1/4] dep: remove the scapy modules in dep LihongX Ma
2020-10-19 18:31 ` [dts] [PATCH V1 2/4] framework/packet: use scapy modules instead of local modules LihongX Ma
2020-10-19 18:31 ` [dts] [PATCH V1 3/4] tests: use scapy modules vxlan " LihongX Ma
2020-10-19 18:31 ` [dts] [PATCH V1 4/4] tests: use scapy modules gre instead of local modules nvgre LihongX Ma
2020-10-28  6:35 ` [dts] [PATCH V1 0/4] use scapy modules instead of local modules Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1603132315-19498-1-git-send-email-lihongx.ma@intel.com \
    --to=lihongx.ma@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).