Re: [ovs-dev] [PATCHv17 2/2] netdev-afxdp: add new netdev type for AF_XDP.

2019-07-18 Thread William Tu
On Thu, Jul 18, 2019 at 10:19 AM Ilya Maximets wrote: > > On 17.07.2019 23:23, 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

Re: [ovs-dev] [PATCHv17 2/2] netdev-afxdp: add new netdev type for AF_XDP.

2019-07-18 Thread Ben Pfaff
On Wed, Jul 17, 2019 at 01:23:34PM -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] [PATCHv17 2/2] netdev-afxdp: add new netdev type for AF_XDP.

2019-07-18 Thread Ilya Maximets
On 17.07.2019 23:23, 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 DPDK but cooperate be

[ovs-dev] [PATCHv17 2/2] netdev-afxdp: add new netdev type for AF_XDP.

2019-07-17 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.