[dpdk-dev] Receiving packets on only one port

2015-06-30 Thread Daeyoung Kim
ave mistakes. > > Keunhong. > > > 2015-06-30 0:39 GMT+09:00 Daeyoung Kim : > >> OK, I see. My program uses RSS. Is it related to my problem? If the >> testpmd application does not work, the switch configuration might be wrong. >> Am I right? >> >> Thank you fo

[dpdk-dev] Receiving packets on only one port

2015-06-29 Thread Daeyoung Kim
gt; If your switch configuration is correct, your program should work just > like Wireshark does. > I wander whether your program uses RSS. > In my opinion, program bug is the most probable reason. > > Keunhong. > > > 2015-06-29 23:32 GMT+09:00 Daeyoung Kim : > >> Hi

[dpdk-dev] Receiving packets on only one port

2015-06-29 Thread Daeyoung Kim
possible problems. > > 1. Your switch learned MAC addresses of two ports. > 2. Your program bug. > 3. l3fwd itself contains some bug. > 4. You did not set all ports in promiscuous mode. > > You'd better try 'pktgen' application to test your environment. > &

[dpdk-dev] Receiving packets on only one port

2015-06-26 Thread Daeyoung Kim
Hello, I'm writing a packet capture program from the l3fwd. When I send DNS packets, the wireshark simultaneously gets all the packets on two ports. However, using my program with promiscuous mode, one port receives all the packets, but the other port gets nothing. Do you know why it happens? Coul

[dpdk-dev] Packets lost

2015-06-25 Thread Daeyoung Kim
Hi all, I'm making a packet capture program from the l3fwd. When I send DNS packets, the wireshark simultaneously gets all the packets on two ports. However, using my program on promiscuous mode, I can see the packets on only one port. Do you have any idea of that? Could you give me advice? Thank

[dpdk-dev] DPDK packet capture question

2015-06-21 Thread Daeyoung Kim
Hello, I am a newbie to DPDK. I'm making a packet capture program from the l3fwd sample application. When I tested my program in a virtual environment, it worked. But in a real world, it does not work correctly. In the virtual environment, there are 3 VMs. VM1 sends DNS packets to VM3 and VM3 also