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

2019-04-22 Thread William Tu
Hi Ben, Thanks for the feedback. On Mon, Apr 22, 2019 at 10:57 AM Ben Pfaff wrote: > On Fri, Apr 19, 2019 at 01:22:14PM -0700, William Tu wrote: > > The patch introduces experimental AF_XDP support for OVS netdev. > > AF_XDP is a new address family working together with eBPF/XDP. > > A socket w

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

2019-04-22 Thread Ben Pfaff
On Mon, Apr 22, 2019 at 10:56:57AM -0700, Ben Pfaff wrote: > On Fri, Apr 19, 2019 at 01:22:14PM -0700, William Tu wrote: > > The patch introduces experimental AF_XDP support for OVS netdev. > > AF_XDP is a new address family working together with eBPF/XDP. > > A socket with AF_XDP family can receiv

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

2019-04-22 Thread Ben Pfaff
On Fri, Apr 19, 2019 at 01:22:14PM -0700, William Tu wrote: > The patch introduces experimental AF_XDP support for OVS netdev. > AF_XDP is a new address family working together with eBPF/XDP. > A socket with AF_XDP family can receive and send raw packets > from an eBPF/XDP program attached to the n

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

2019-04-19 Thread William Tu
The patch introduces experimental AF_XDP support for OVS netdev. AF_XDP is a new address family working together with eBPF/XDP. A socket with AF_XDP family can receive and send raw packets from an eBPF/XDP program attached to the netdev. For details introduction and configuration, see Documentation