[dpdk-dev] Lua documentation - Pktgen

2015-03-15 Thread Wiles, Keith
On 3/15/15, 2:54 AM, "Shankari Vaidyalingam" wrote: >Hi, > >Would like to know if there is some document available for understanding >how to write Lua script to use with pktgen. Goto www.lua.org and look at the example scripts. Lua is pretty easy to learn and you need to know Lua a bit before

[dpdk-dev] Queries on Pktgen

2015-03-15 Thread Wiles, Keith
From: Shankari Vaidyalingam mailto:shankari.v...@gmail.com>> Date: Sunday, March 15, 2015 at 2:53 AM To: "dev at dpdk.org" mailto:dev at dpdk.org>> Cc: Keith Wiles mailto:keith.wiles at intel.com>> Subject: Queries on Pktgen Hi, For testing an application that I'd

[dpdk-dev] pktgen rx errors with intel 82599

2015-03-14 Thread Wiles, Keith
Hi Matt, On 3/14/15, 8:47 AM, "Wiles, Keith" wrote: >Hi Matt > >On 3/13/15, 3:49 PM, "Matt Smith" wrote: > >> >>Hi, >> >>I?ve been using DPDK pktgen 2.8.0 (built against DPDK 1.8.0 libraries) to >>send traffic on a server using a

[dpdk-dev] pktgen rx errors with intel 82599

2015-03-14 Thread Wiles, Keith
Hi Matt On 3/13/15, 3:49 PM, "Matt Smith" wrote: > >Hi, > >I?ve been using DPDK pktgen 2.8.0 (built against DPDK 1.8.0 libraries) to >send traffic on a server using an Intel 82599 (X520-2). Traffic gets sent >out port 1 through another server which also an Intel 82599 installed and >is

[dpdk-dev] Memory issues seen while running pktgen with DPDK sample application

2015-03-08 Thread Wiles, Keith
On 3/8/15, 5:11 PM, "Wiles, Keith" wrote: >Hi Shankari, > >Please show the command lines you are using for the two applications. Sorry, you did show the command lines. > > > >On 3/8/15, 11:10 AM, "Shankari Vaidyalingam" >wrote: > >>Hi, >

[dpdk-dev] Memory issues seen while running pktgen with DPDK sample application

2015-03-08 Thread Wiles, Keith
Hi Shankari, Please show the command lines you are using for the two applications. On 3/8/15, 11:10 AM, "Shankari Vaidyalingam" wrote: >Hi, > >I'm trying to send packets from pktgen to exception path sample >application. >My configuration is like this: > >|--Terminal 1---

[dpdk-dev] [PATCH] External app builds need to locate common make fragments and includes.

2015-03-04 Thread Wiles, Keith
Hi Olivier, On 3/4/15, 11:04 AM, "Olivier MATZ" wrote: >Hi Keith, > >On 03/04/2015 05:47 PM, Wiles, Keith wrote: >> Hi Olivier >> >> On 3/4/15, 10:40 AM, "Olivier MATZ" wrote: >> >>> Hi Keith, >>> >>> On 03/04/201

[dpdk-dev] [PATCH] External app builds need to locate common make fragments and includes.

2015-03-04 Thread Wiles, Keith
On 3/4/15, 10:47 AM, "Wiles, Keith" wrote: >Hi Olivier > >On 3/4/15, 10:40 AM, "Olivier MATZ" wrote: > >>Hi Keith, >> >>On 03/04/2015 05:11 PM, Wiles, Keith wrote: >>> >>> >>> On 3/4/15, 3:08 AM, "Olivier MA

[dpdk-dev] [PATCH] External app builds need to locate common make fragments and includes.

2015-03-04 Thread Wiles, Keith
Hi Olivier On 3/4/15, 10:40 AM, "Olivier MATZ" wrote: >Hi Keith, > >On 03/04/2015 05:11 PM, Wiles, Keith wrote: >> >> >> On 3/4/15, 3:08 AM, "Olivier MATZ" wrote: >> >>> Hi Keith, >>> >>> On 02/28/2015 05:

[dpdk-dev] [PATCH] External app builds need to locate common make fragments and includes.

2015-03-04 Thread Wiles, Keith
On 3/4/15, 3:08 AM, "Olivier MATZ" wrote: >Hi Keith, > >On 02/28/2015 05:56 PM, Keith Wiles wrote: >> When building an external application like Pktgen and using the proper >> makefile fragments rte.extXYZ.mk NOT rte.XYZ.mk files as you would >> use with example applications in the same

[dpdk-dev] [PATCH] eal: prevent dereferencing NULL pointer in rte_eal_devargs_add()

2015-03-02 Thread Wiles, Keith
On 3/2/15, 8:55 AM, "Wodkowski, PawelX" wrote: >On 2015-03-02 15:40, Wiles, Keith wrote: >> >> >> On 3/2/15, 6:23 AM, "David Marchand" wrote: >> >>> Hello Pawel, >>> >>> On Mon, Mar 2, 2015 at 12:09 PM, Pawel Wodkow

[dpdk-dev] [PATCH] eal: prevent dereferencing NULL pointer in rte_eal_devargs_add()

2015-03-02 Thread Wiles, Keith
On 3/2/15, 6:23 AM, "David Marchand" wrote: >Hello Pawel, > >On Mon, Mar 2, 2015 at 12:09 PM, Pawel Wodkowski >> wrote: > >> On failure devargs->args should not be accesed if devargs is NULL. >> > >accessed. > > >> >> Signed-off-by: Pawel Wodkowski >> --- >>

[dpdk-dev] [dpdk-announce] Pktgen-DPDK updated to version 2.8.3

2015-02-28 Thread Wiles, Keith
Hi Everyone, I have updated Pktgen to work with DPDK 2.0.0-rc1, but will require a patch to enable the correct build system changes. Please find the patch here for DPDK, until the patch has be integrated or resolved. http://patchwork.dpdk.org/dev/patchwork/patch/3799/ Pktgen-DPDK is a ASCII

[dpdk-dev] Error seen while compiling Pktgen-dpdk

2015-02-28 Thread Wiles, Keith
On 2/28/15, 8:00 AM, "Neil Horman" wrote: >On Sat, Feb 28, 2015 at 01:06:32PM +0530, Shankari Vaidyalingam wrote: >> Hi, >> >> I'm facing the below error while executing make on Pktgen-dpdk source. >> I'm using 2.8 version of pktgen downloaded >> I have built DPDK binaries and then tried

[dpdk-dev] Error seen while compiling Pktgen-dpdk

2015-02-28 Thread Wiles, Keith
On 2/28/15, 1:36 AM, "Shankari Vaidyalingam" wrote: >Hi, > >I'm facing the below error while executing make on Pktgen-dpdk source. >I'm using 2.8 version of pktgen downloaded >I have built DPDK binaries and then tried building pktgen-dpdk. >RTE_TARGET is set to x86_64-pktgen-linuxapp-gcc and

[dpdk-dev] [PATCH v6 0/6] enicpmd: Cisco Systems Inc. VIC Ethernet PMD

2015-02-26 Thread Wiles, Keith
On 2/26/15, 5:49 AM, "Thomas Monjalon" wrote: >Hi Sujith, > >Do you have news about doc for enic? > >In case you didn't find the doc for pktgen-dpdk, it's available here: > http://pktgen.readthedocs.org Hi Sujith, If you can not find the answer your questions in the doc please me an

[dpdk-dev] [PATCH] fm10k: fix clang unused function error

2015-02-18 Thread Wiles, Keith
On 2/18/15, 12:07 PM, "Shaw, Jeffrey B" wrote: >This commit fixes the following error which was reported when >compiling with clang by moving the function inside an >RTE_LIBRTE_FM10K_DEBUG_RX ifdef block. > >error: unused function 'dump_rxd' > >Signed-off-by: Jeff Shaw Acked-by: keith.wiles

[dpdk-dev] fm10k_rxtx.c does not compile

2015-02-18 Thread Wiles, Keith
I believe Jeff @ Intel is going to submit a patch soon. On 2/18/15, 11:18 AM, "Thomas Monjalon" wrote: >Hi Keith, > >2015-02-18 17:01, Wiles, Keith: >> I just pulled the code and found a unused function error ?dump_rxd()? >> >> I had to add the ifdef aro

[dpdk-dev] fm10k_rxtx.c does not compile

2015-02-18 Thread Wiles, Keith
I just pulled the code and found a unused function error ?dump_rxd()? I had to add the ifdef around the function and remove the ifdef inside the function: #ifdef RTE_LIBRTE_FM10K_DEBUG_RX static inline void dump_rxd(union fm10k_rx_desc *rxd) { RTE_SET_USED(rxd); PMD_RX_LOG(DEBUG,

[dpdk-dev] [PATCH] examples: new txburst application

2015-01-31 Thread Wiles, Keith
On 1/30/15, 1:45 PM, "Wiles, Keith" wrote: > > >Sent from my iPhone > >On Jan 30, 2015, at 9:49 AM, Bhavesh Davda wrote: > >>> Did you know pktgen-dpdk? >>> http://dpdk.org/browse/apps/pktgen-dpdk/tree/README.md >>> >>> Do yo

[dpdk-dev] [PATCH] examples: new txburst application

2015-01-30 Thread Wiles, Keith
Sent from my iPhone On Jan 30, 2015, at 9:49 AM, Bhavesh Davda wrote: >> Did you know pktgen-dpdk? >> http://dpdk.org/browse/apps/pktgen-dpdk/tree/README.md >> >> Do you think it could replace your application? > > [Bhavesh Davda] Yes, I regularly use pktgen-dpdk, and love the app (thanks

[dpdk-dev] [PATCH v2 00/24] Single virtio implementation

2015-01-27 Thread Wiles, Keith
On 1/26/15, 8:06 PM, "Matthew Hall" wrote: >On Tue, Jan 27, 2015 at 10:35:40AM +0800, Ouyang Changchun wrote: >> This is the patch set for single virtio implementation. >> >> Why we need single virtio? >> >> As we know currently there are at least 3 virtio PMD

[dpdk-dev] [DISCUSSION] : ERROR while compiling dpdk-1.7 on ubuntu14.04

2015-01-16 Thread Wiles, Keith
On 1/16/15, 7:43 AM, "Srinivasreddy R" wrote: >sorry typo i am using Ubuntu 14.04.1 LTS . > >On Fri, Jan 16, 2015 at 7:06 PM, Srinivasreddy R < >srinivasreddy4390 at gmail.com> wrote: > >> hi, >> Getting error while compiling dpdk on ubuntu10.04. >> >> >> export RTE_SDK=$(pwd) >> export

[dpdk-dev] New to DPDK

2015-01-14 Thread Wiles, Keith
Most people I guess use a Xeon CPU class MB with one or two sockets running Linux with a supported NICs. I use a motherboard like the one below running Ubuntu 12.04 with 12G RAM and the 82599 NICs. You can find more supported NICs in the documentation and you need find the rest of the parts :-)

<    1   2   3   4