All of lore.kernel.org
 help / color / mirror / Atom feed
* Packet forwarding in XDP
@ 2017-11-12  8:57 Anmol Panda
  2017-11-12 12:00 ` Jesper Dangaard Brouer
  0 siblings, 1 reply; 10+ messages in thread
From: Anmol Panda @ 2017-11-12  8:57 UTC (permalink / raw)
  To: Xdp

Dear all,
     We are trying to write a program that receives a packet from a 
client and is supposed to return the packet to the source. We tried to 
swap the source and dest and send it using the XDP_TX action. But it 
doesn't work.

    We have compiled a new kernel and bound the NIC to xdp successfully. 
After binding, the system stops responding to ping and other packet 
generating scripts (like sendip). We are using kernel  4.13.12 (Ubuntu 
17.10) from the main linux kernel tree and binding with Intel I217-LM 
NIC. This NIC is using e1000e driver. Can xdp / eBPF be used for this 
NIC? Moreover, do we need to patch the driver for additional support?

     Our aim is to benchmark various forwarding applications (L2 , L3, 
etc.) run using xdp. Please point to some code samples to achieve this. 
We will be truly grateful.



Thanks,
Sincerely,

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

end of thread, other threads:[~2017-11-17 15:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-12  8:57 Packet forwarding in XDP Anmol Panda
2017-11-12 12:00 ` Jesper Dangaard Brouer
2017-11-14  6:30   ` Anmol Panda
2017-11-14  6:33   ` Anmol Panda
2017-11-14  6:37     ` David Miller
2017-11-14  6:57       ` Anmol Panda
2017-11-14  7:08         ` Anmol Panda
2017-11-14 12:11         ` Daniel Borkmann
2017-11-15  5:55           ` Anmol Panda
2017-11-17 15:15             ` Daniel Borkmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.