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

2019-06-19 Thread William Tu
> Thanks for a new version! > > There was patches on master branch not so long ago that changed the base > netdev structures and renamed some files, so this patch is not applicable > now and needs a rebase. > > Best regards, Ilya Maximets. Thanks Eelco and Ilya, I will rebase to master and send

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

2019-06-19 Thread Ilya Maximets
On 19.06.2019 1:37, 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

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

2019-06-18 Thread 0-day Robot
Bleep bloop. Greetings William Tu, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: Failed to merge in the changes. Patch failed at 0001 netdev-afxdp: add new netdev type for AF_XDP.

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

2019-06-18 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.