DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] arp behaviour on dpdk
@ 2016-08-11  7:02 Raja Jayapal
  2016-08-12 21:12 ` Nishant Verma
  2016-08-16  6:40 ` Raja Jayapal
  0 siblings, 2 replies; 5+ messages in thread
From: Raja Jayapal @ 2016-08-11  7:02 UTC (permalink / raw)
  To: users; +Cc: Nagaratna Patagar

Hi All,

I am running dpdk on KVM and would like to understand the arp behaviour on dpdk ports.
The topology is as below.

br0(192.168.100.10)----> vnet0 -----> dpdk(NIC1- e1000)------->dpdk(NIC2-e1000)------>vnet1----->br1(192.168.100.20)

I am sending ARP packet from br0 using PackETH tool destined to br1.
I have  edited the dpdk l2fwd code in such a way that , the destination is broadcast address(ffff).
In br1 , i can see the arp resquest, but the host bridge is not responding for the arp request.

In br1:
=====
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on br1, link-type EN10MB (Ethernet), capture size 65535 bytes
12:21:15.459667 ARP, Request who-has 192.168.100.20 (00:0a:e7:2c:44:2b (oui Unknown)) tell 192.168.100.10, length 46
12:21:15.651610 ARP, Request who-has 192.168.100.20 (00:0a:e7:2c:44:2b (oui Unknown)) tell 192.168.100.10, length 46
12:21:15.867692 ARP, Request who-has 192.168.100.20 (00:0a:e7:2c:44:2b (oui Unknown)) tell 192.168.100.10, length 46

In l2fwd application example also, the arp packets are getting received on the adjacent ports, but the arp reply has not been sent back from br1.

Could you please let me know how to make the host(br1) to reply the arp request.

Thanks,
Raja

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you

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

end of thread, other threads:[~2016-08-16 18:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-11  7:02 [dpdk-users] arp behaviour on dpdk Raja Jayapal
2016-08-12 21:12 ` Nishant Verma
2016-08-16  6:40 ` Raja Jayapal
2016-08-16 16:18   ` Stephen Hemminger
2016-08-16 18:48     ` Nishant Verma

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