Re: [dpdk-dev] [RFC v1 00/11] scapy/python extension

2019-01-16 Thread Xueming(Steven) Li
Sent: Thursday, January 10, 2019 9:07 PM > To: Xueming(Steven) Li > 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

Re: [dpdk-dev] [RFC v1 00/11] scapy/python extension

2019-01-10 Thread Eelco Chaudron
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://github.com/steevenlee/dpdk/blob/master_scapy/doc/

Re: [dpdk-dev] [RFC v1 00/11] scapy/python extension

2017-12-10 Thread Wiles, Keith
> On Dec 5, 2017, at 12:04 AM, Xueming Li wrote: > > quick guide document: > https://github.com/steevenlee/dpdk/blob/master_scapy/doc/guides/howto/scapy.rst > github branch: > https://github.com/steevenlee/dpdk/tree/master_scapy > > > Xueming Li (11): > lib/cmdline: support backspace key >

Re: [dpdk-dev] [RFC v1 00/11] scapy/python extension

2017-12-04 Thread Xueming(Steven) Li
Sorry for spamming, something wrong to post patches. Please refer to https://github.com/steevenlee/dpdk/tree/master_scapy for code detail. > -Original Message- > From: Xueming Li [mailto:xuemi...@mellanox.com] > Sent: Tuesday, December 5, 2017 12:55 PM > To: w...@dev-r630-06.mtbc.labs.mln

[dpdk-dev] [RFC v1 00/11] scapy/python extension

2017-12-04 Thread Xueming Li
Thiss patch introduces a set of new elements into DPDK: 1. python/scapy as a standard dpdk library, disabled by default. Could be used by any application to integrate powerful python features. 2. tx, rx and expect, blocking mode testpmd CLI command tx command send packets with scapy syntax te

[dpdk-dev] [RFC v1 00/11] scapy/python extension

2017-12-04 Thread Xueming Li
This patch introduces a set of new elements into DPDK: 1. python/scapy as a standard dpdk library, disabled by default. Could be used by any application to integrate powerful python features. 2. tx, rx and expect, blocking mode testpmd CLI command tx command send packets with scapy syntax tem

[dpdk-dev] [RFC v1 00/11] scapy/python extension

2017-12-04 Thread Xueming Li
Thiss patch introduces a set of new elements into DPDK: 1. python/scapy as a standard dpdk library, disabled by default. Could be used by any application to integrate powerful python features. 2. tx, rx and expect, blocking mode testpmd CLI command tx command send packets with scapy syntax te

[dpdk-dev] [RFC v1 00/11] scapy/python extension

2017-12-04 Thread Xueming Li
This patch introduced a set of new elements into DPDK: 1. python/scapy as a standard dpdk library, disabled by default. Could be used by any application to integrate powerful python features. 2. tx, rx and expect, blocking mode testpmd CLI command tx command send packets with scapy syntax tem

[dpdk-dev] [RFC v1 00/11] scapy/python extension

2017-12-04 Thread Xueming Li
This patch introduced a set of new elements into DPDK: 1. python/scapy as a standard dpdk library, disabled by default. Could be used by any application to integrate powerful python features. 2. tx, rx and expect, blocking mode testpmd CLI command tx command send packets with scapy syntax tem

[dpdk-dev] [RFC v1 00/11] scapy/python extension

2017-12-04 Thread Xueming Li
quick guide document: https://github.com/steevenlee/dpdk/blob/master_scapy/doc/guides/howto/scapy.rst github branch: https://github.com/steevenlee/dpdk/tree/master_scapy Xueming Li (11): lib/cmdline: support backspace key lib/cmdline: init parse result memeory lib/cmdline: add echo support