Thanks for interesting on this, I'm using it for my daily development and so on 
some of my customer.

There is a version here, almost my latest code, welcome for pushes.
https://github.com/steevenlee/dpdk/tree/master_scapy


> -----Original Message-----
> From: Eelco Chaudron <echau...@redhat.com>
> Sent: Thursday, January 10, 2019 9:07 PM
> To: Xueming(Steven) Li <xuemi...@mellanox.com>
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [RFC v1 00/11] scapy/python extension
> 
> Hi Xueming,
> 
> I was wondering if this patch went anywhere, could not find anything in the 
> list archive?
> 
> I like the idea, as it’s useful for quick unit testing, without relying on 
> Trex or trafgen.
> 
> Cheers,
> 
> Eelco
> 
> 
> > quick guide document:
> > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit
> > hub.com%2Fsteevenlee%2Fdpdk%2Fblob%2Fmaster_scapy%2Fdoc%2Fguides%2Fhow
> > to%2Fscapy.rst&amp;data=02%7C01%7Cxuemingl%40mellanox.com%7Cb189685338
> > d84a05990b08d676fc7a82%7Ca652971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C63
> > 6827224097402827&amp;sdata=WPOdvHM%2BA3x1r2ihqqI2buNmiWCJUEx6Tf1GxSZqW
> > %2F4%3D&amp;reserved=0
> > github branch:
> > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit
> > hub.com%2Fsteevenlee%2Fdpdk%2Ftree%2Fmaster_scapy&amp;data=02%7C01%7Cx
> > uemingl%40mellanox.com%7Cb189685338d84a05990b08d676fc7a82%7Ca652971c7d
> > 2e4d9ba6a4d149256f461b%7C0%7C0%7C636827224097402827&amp;sdata=M%2FAqZ3
> > zbehCwLQNKZCm0seUzWs3mIdBrVwv0%2B5NWmk8%3D&amp;reserved=0
> >
> >
> > Xueming Li (11):
> >   lib/cmdline: support backspace key
> >   lib/cmdline: init parse result memeory
> >   lib/cmdline: add echo support in batch loading from file
> >   app/testpmd: support command echo in CLI batch loading
> >   test: update batch loading test
> >   lib/python: add embedded python lib
> >   app/testpmd: add python command
> >   app/testpmd: add pktgen forwarding engine
> >   app/testpmd: add pktgen engine scapy commands
> >   test/expect: add expect test scripts
> >   doc/scapy: add scapy how-to guide
> >
> >  app/test-pmd/Makefile                    |    6 +
> >  app/test-pmd/cmdline.c                   |   80 ++-
> >  app/test-pmd/pktgen.c                    | 1092
> > ++++++++++++++++++++++++++++++
> >  app/test-pmd/testpmd.c                   |    1 +
> >  app/test-pmd/testpmd.h                   |    5 +
> >  config/common_base                       |    6 +
> >  doc/guides/howto/scapy.rst               |  300 ++++++++
> >  lib/Makefile                             |    2 +
> >  lib/librte_cmdline/cmdline_parse.c       |    2 +
> >  lib/librte_cmdline/cmdline_rdline.c      |    1 +
> >  lib/librte_cmdline/cmdline_socket.c      |    5 +-
> >  lib/librte_cmdline/cmdline_socket.h      |    3 +-
> >  lib/librte_cmdline/cmdline_vt100.c       |    1 +
> >  lib/librte_cmdline/cmdline_vt100.h       |    1 +
> >  lib/librte_eal/common/include/rte_log.h  |    1 +
> >  lib/librte_python/Makefile               |   60 ++
> >  lib/librte_python/rte_python.c           |  387 +++++++++++
> >  lib/librte_python/rte_python.h           |   71 ++
> >  lib/librte_python/rte_python_version.map |   12 +
> >  mk/rte.app.mk                            |    1 +
> >  test/expect/init.exp                     |   28 +
> >  test/expect/rx.exp                       |  134 ++++
> >  test/test/test_cmdline_lib.c             |   10 +-
> >  23 files changed, 2199 insertions(+), 10 deletions(-)  create mode
> > 100644 app/test-pmd/pktgen.c  create mode 100644
> > doc/guides/howto/scapy.rst  create mode 100644
> > lib/librte_python/Makefile  create mode 100644
> > lib/librte_python/rte_python.c  create mode 100644
> > lib/librte_python/rte_python.h  create mode 100644
> > lib/librte_python/rte_python_version.map
> >  create mode 100644 test/expect/init.exp  create mode 100644
> > test/expect/rx.exp
> >
> > --
> > 2.13.3

Reply via email to