[ovs-dev] [PATCHv9] netdev-afxdp: add new netdev type for AF_XDP.

2019-05-24 Thread William Tu
The patch introduces experimental AF_XDP support for OVS netdev. AF_XDP, the Address Family of the eXpress Data Path, is a new Linux socket type built upon the eBPF and XDP technology. It is aims to have comparable performance to DPDK but cooperate better with existing kernel's networking stack.

Re: [ovs-dev] [PATCHv9] netdev-afxdp: add new netdev type for AF_XDP.

2019-05-24 Thread Ben Pfaff
On Fri, May 24, 2019 at 11:03:33AM -0700, William Tu wrote: > The patch introduces experimental AF_XDP support for OVS netdev. > AF_XDP, the Address Family of the eXpress Data Path, is a new Linux socket > type built upon the eBPF and XDP technology. It is aims to have comparable > performance to

Re: [ovs-dev] [PATCHv9] netdev-afxdp: add new netdev type for AF_XDP.

2019-05-24 Thread William Tu
On Fri, May 24, 2019 at 11:32 AM Ben Pfaff wrote: > > On Fri, May 24, 2019 at 11:03:33AM -0700, William Tu wrote: > > The patch introduces experimental AF_XDP support for OVS netdev. > > AF_XDP, the Address Family of the eXpress Data Path, is a new Linux socket > > type built upon the eBPF and XDP

Re: [ovs-dev] [PATCHv9] netdev-afxdp: add new netdev type for AF_XDP.

2019-05-26 Thread Yanqin Wei (Arm Technology China)
-Original Message- From: ovs-dev-boun...@openvswitch.org On Behalf Of William Tu Sent: Saturday, May 25, 2019 4:37 AM To: Ben Pfaff Cc: ; Ilya Maximets Subject: Re: [ovs-dev] [PATCHv9] netdev-afxdp: add new netdev type for AF_XDP. On Fri, May 24, 2019 at 11:32 AM Ben Pfaff wrote: > &

Re: [ovs-dev] [PATCHv9] netdev-afxdp: add new netdev type for AF_XDP.

2019-05-27 Thread William Tu
mets > > Subject: Re: [ovs-dev] [PATCHv9] netdev-afxdp: add new netdev type for AF_XDP. > > On Fri, May 24, 2019 at 11:32 AM Ben Pfaff wrote: > > > > On Fri, May 24, 2019 at 11:03:33AM -0700, William Tu wrote: > > > The patch introduces experimental AF_XDP support