DPDK patches and discussions
 help / color / mirror / Atom feed
* Re: [dpdk-dev] Issues with Pktgen working
       [not found] <CACLcrizUeOFCOnhqRCNkwwmkJRYtds3cYJ4RzT-WhYAQ-60jGg@mail.gmail.com>
@ 2015-10-20 13:16 ` Wiles, Keith
  2015-10-20 13:43   ` Jay Turner
  0 siblings, 1 reply; 2+ messages in thread
From: Wiles, Keith @ 2015-10-20 13:16 UTC (permalink / raw)
  To: shifalijshetty .; +Cc: dev

Make sure the cut/paste command is not getting broken into two lines. The > normal means the shell is expecting you to finish the line after the quote.

Sent from my iPhone

On Oct 19, 2015, at 10:04 PM, shifalijshetty . <shifalijshetty@gmail.com<mailto:shifalijshetty@gmail.com>> wrote:

Hi ,

I have installed pktgen in my linux system, facing issue with working .
I have installed DPDK and Pktgen on my setup .followed the instruction to set up pktgen ,but the below command gives no ouput ,it just goes to ">" prompt. can you please help me resolve the same.


./app/pktgen -c 0x1f -n 3 -- -P -m "[1:3].0, [2:4].1

My directory structure:"/root/dpdk-2.1.0/pktgen-2.9.5"As per instruction  x86_64-pktgen-linuxapp-gcc should be created but it doesnt happen.
make install T=x86_64-pktgen-linuxapp-gcc
make[1]: Nothing to be done for `install'.

Thanks

Shifali

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] Issues with Pktgen working
  2015-10-20 13:16 ` [dpdk-dev] Issues with Pktgen working Wiles, Keith
@ 2015-10-20 13:43   ` Jay Turner
  0 siblings, 0 replies; 2+ messages in thread
From: Jay Turner @ 2015-10-20 13:43 UTC (permalink / raw)
  To: shifalijshetty .; +Cc: dev

>
>
> ./app/pktgen -c 0x1f -n 3 -- -P -m "[1:3].0, [2:4].1
>
>
Looks like the closing quote is missing:

./app/pktgen -c 0x1f -n 3 -- -P -m "[1:3].0,[2:4].1"

- jkt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-20 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CACLcrizUeOFCOnhqRCNkwwmkJRYtds3cYJ4RzT-WhYAQ-60jGg@mail.gmail.com>
2015-10-20 13:16 ` [dpdk-dev] Issues with Pktgen working Wiles, Keith
2015-10-20 13:43   ` Jay Turner

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).