test suite reviews and discussions
 help / color / mirror / Atom feed
From: Xiao Qimai <qimaix.xiao@intel.com>
To: dts@dpdk.org
Cc: Xiao Qimai <qimaix.xiao@intel.com>
Subject: [dts] [PATCH V1 0/7] update packet related modules
Date: Tue,  8 Sep 2020 03:26:38 +0000	[thread overview]
Message-ID: <20200908032645.11852-1-qimaix.xiao@intel.com> (raw)

*** BLURB HERE ***

Xiao Qimai (7):
  mv scapy modules to new folder scapy_modules
  add suite log for scapy session
  update packet module for saving sending packet time
  prepare packet send session and update other packet related part
  update argument for stop_send_pkt_bg method
  update argument for stop_send_pkt_bg method
  update argument for stop_send_pkt_bg method

 dep/gtp_v2.py                         | 934 --------------------------
 dep/{ => scapy_modules}/Dot1BR.py     |   2 +-
 dep/{ => scapy_modules}/gtp.py        |  55 +-
 dep/{ => scapy_modules}/igmp.py       |   0
 dep/{ => scapy_modules}/lldp.py       |   2 +-
 dep/{ => scapy_modules}/mpls.py       |   0
 dep/{ => scapy_modules}/nsh.py        |   0
 dep/{ => scapy_modules}/nvgre.py      |   6 +-
 dep/{ => scapy_modules}/pfcp.py       |   0
 dep/{ => scapy_modules}/vxlan.py      |   0
 framework/dts.py                      |   4 +
 framework/packet.py                   | 159 ++---
 framework/tester.py                   |  70 +-
 tests/TestSuite_multiple_pthread.py   |   2 +-
 tests/TestSuite_vf_packet_rxtx.py     |   4 +-
 tests/TestSuite_vf_port_start_stop.py |   2 +-
 16 files changed, 197 insertions(+), 1043 deletions(-)
 delete mode 100644 dep/gtp_v2.py
 rename dep/{ => scapy_modules}/Dot1BR.py (98%)
 rename dep/{ => scapy_modules}/gtp.py (94%)
 rename dep/{ => scapy_modules}/igmp.py (100%)
 rename dep/{ => scapy_modules}/lldp.py (99%)
 rename dep/{ => scapy_modules}/mpls.py (100%)
 rename dep/{ => scapy_modules}/nsh.py (100%)
 rename dep/{ => scapy_modules}/nvgre.py (90%)
 rename dep/{ => scapy_modules}/pfcp.py (100%)
 rename dep/{ => scapy_modules}/vxlan.py (100%)

-- 
2.25.1


             reply	other threads:[~2020-09-08  3:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08  3:26 Xiao Qimai [this message]
2020-09-08  3:26 ` [dts] [PATCH V1 1/7]dep: mv scapy modules to new folder scapy_modules Xiao Qimai
2020-09-08  3:26 ` [dts] [PATCH V1 2/7]framework/dts: add suite log for scapy session Xiao Qimai
2020-09-08  3:26 ` [dts] [PATCH V1 3/7]framework/packet: update packet module for saving sending packet time Xiao Qimai
2020-09-08  3:26 ` [dts] [PATCH V1 4/7]framework/tester: prepare packet send session and update other packet related part Xiao Qimai
2020-09-08  3:26 ` [dts] [PATCH V1 5/7]tests/TestSuite_multiple_pthread: update argument for stop_send_pkt_bg method Xiao Qimai
2020-09-08  3:26 ` [dts] [PATCH V1 6/7]tests/TestSuite_vf_packet_rxtx: " Xiao Qimai
2020-09-08  3:26 ` [dts] [PATCH V1 7/7]tests/TestSuite_vf_port_start_stop: " Xiao Qimai
2020-09-08  7:26 ` [dts] [PATCH V1 0/7] update packet related modules Xiao, QimaiX
2020-09-10  8:21   ` Chen, Zhaoyan
2020-09-15  8:25     ` 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=20200908032645.11852-1-qimaix.xiao@intel.com \
    --to=qimaix.xiao@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).