Re: [ovs-dev] [PATCH RFC] netdev-dpdk: add af_xdp support.

2019-05-31 Thread William Tu
On Fri, May 31, 2019 at 8:58 AM Ilya Maximets wrote: > > On 31.05.2019 1:08, William Tu wrote: > > Hi Ilya, > > > > Thanks for the comments. > > > > On Thu, May 30, 2019 at 12:47 AM Ilya Maximets > > wrote: > >> > >> On 29.05.2019 20:57, William Tu wrote: > >>> On Wed, May 29, 2019 at 10:51 AM W

Re: [ovs-dev] [PATCH RFC] netdev-dpdk: add af_xdp support.

2019-05-31 Thread Ilya Maximets
On 31.05.2019 1:08, William Tu wrote: > Hi Ilya, > > Thanks for the comments. > > On Thu, May 30, 2019 at 12:47 AM Ilya Maximets wrote: >> >> On 29.05.2019 20:57, William Tu wrote: >>> On Wed, May 29, 2019 at 10:51 AM William Tu wrote: >> >> Thanks for the logs. It looks like a bug in DPDK

Re: [ovs-dev] [PATCH RFC] netdev-dpdk: add af_xdp support.

2019-05-30 Thread William Tu
Hi Ilya, Thanks for the comments. On Thu, May 30, 2019 at 12:47 AM Ilya Maximets wrote: > > On 29.05.2019 20:57, William Tu wrote: > > On Wed, May 29, 2019 at 10:51 AM William Tu wrote: > >> > > Thanks for the logs. It looks like a bug in DPDK. > Does rte_eal_hotplug_remove() works without issu

Re: [ovs-dev] [PATCH RFC] netdev-dpdk: add af_xdp support.

2019-05-30 Thread Ilya Maximets
On 29.05.2019 20:57, William Tu wrote: > On Wed, May 29, 2019 at 10:51 AM William Tu wrote: >> >> Hi Ilya, >> >> Thanks for your feedback. >> >> On Wed, May 29, 2019 at 6:15 AM Ilya Maximets wrote: >>> >>> On 28.05.2019 23:12, William Tu wrote: The patch adds support for using DPDK's AF_XDP

Re: [ovs-dev] [PATCH RFC] netdev-dpdk: add af_xdp support.

2019-05-29 Thread William Tu
On Wed, May 29, 2019 at 10:51 AM William Tu wrote: > > Hi Ilya, > > Thanks for your feedback. > > On Wed, May 29, 2019 at 6:15 AM Ilya Maximets wrote: > > > > On 28.05.2019 23:12, William Tu wrote: > > > The patch adds support for using DPDK's AF_XDP PMD. > > > Base on DPDK 19.08-rc0: > > > com

Re: [ovs-dev] [PATCH RFC] netdev-dpdk: add af_xdp support.

2019-05-29 Thread William Tu
Hi Ilya, Thanks for your feedback. On Wed, May 29, 2019 at 6:15 AM Ilya Maximets wrote: > > On 28.05.2019 23:12, William Tu wrote: > > The patch adds support for using DPDK's AF_XDP PMD. > > Base on DPDK 19.08-rc0: > > commit c6a53a6bcd0ae52afe0a6d58b059af577c9408b3 > > Author: Thomas Monjal

Re: [ovs-dev] [PATCH RFC] netdev-dpdk: add af_xdp support.

2019-05-29 Thread Ilya Maximets
On 28.05.2019 23:12, William Tu wrote: > The patch adds support for using DPDK's AF_XDP PMD. > Base on DPDK 19.08-rc0: > commit c6a53a6bcd0ae52afe0a6d58b059af577c9408b3 > Author: Thomas Monjalon > Date: Tue May 14 18:04:37 2019 +0200 > > version: 19.08-rc0 > > An AF_XDP PMD can be

[ovs-dev] [PATCH RFC] netdev-dpdk: add af_xdp support.

2019-05-28 Thread William Tu
The patch adds support for using DPDK's AF_XDP PMD. Base on DPDK 19.08-rc0: commit c6a53a6bcd0ae52afe0a6d58b059af577c9408b3 Author: Thomas Monjalon Date: Tue May 14 18:04:37 2019 +0200 version: 19.08-rc0 An AF_XDP PMD can be created by: $ ovs-vsctl add-port br0 afxdp-p0 -- set i