[dpdk-dev] L2/3 Tx generator example

2014-04-04 Thread Jing Sun
Hi IIan, maybe you can refer to pkggen(https://github.com/Pktgen/Pktgen-DPDK) 2014-04-01 23:12 GMT+08:00 Ilan Borenshtein : > Hello, > > I've become a member. > I want to ask the following: > > I'm looking for Layer2/3 Tx generator (not forward) example. > > Thanks, > Ilan >

[dpdk-dev] VM does not receive any packets from testpmd using SR-IOV VF PMD

2014-04-04 Thread William Tu
Hi, After digging into the problem and read through discussion in http://article.gmane.org/gmane.comp.networking.dpdk.devel/1393/match=vf, now my DPDK testpmd could receive packet using SRIOV VF in VM. In my case, the DPDK manual section 9.2 step 10 should not apply. If in host, DPDK takes over t

[dpdk-dev] [PATCH 3/6] test-pmd: allow command line selection of forwarding mode

2014-04-04 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Cyril Chemparathy > Sent: Thursday, April 03, 2014 6:30 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 3/6] test-pmd: allow command line selection of > forwarding mode > > This commit allows testpmd forwa

[dpdk-dev] [PATCH] mk: add support for gdb debug info generation

2014-04-04 Thread Ananyev, Konstantin
Hi Cyril, We already do have 'EXTRA_CFLAGS' and 'EXTRA_LDFLAGS' that you can use to enable debug, or any other compiler/linker options you need. Wonder, why that is not enough? Thanks Konstantin -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Cyril Chemparathy Sent

[dpdk-dev] bypass event for reboot

2014-04-04 Thread Sharath
Hi! I have been able to use the below API to set the bypass event on power off and power on * int rte_eth_dev_bypass_event_store (uint8_t port, uint32_t event, uint32_t state) is there a similar way to set the bypass state on "reboot" event ? can anyone please let me know about this. thanks

[dpdk-dev] FW: Issues on FDIR and multi-processes

2014-04-04 Thread Mauro Annarumma
Hi Bruce, thanks for the reply; I'm trying to do what you suggest, in particular I set the value of the lcore_id variable with this instruction: RTE_PER_LCORE(_lcore_id) = temp_lcore_id; where temp_lcore_id is a unique id strictly less then RTE_MAX_LCORE; the instruction is placed just after t