Re: [ovs-dev] [PATCH v3 0/4] XDP offload using flow API provider

2020-07-27 Thread William Tu
On Mon, Jul 27, 2020 at 3:02 AM Toshiaki Makita wrote: > > Hi William, > > On 2020/07/16 23:05, Toshiaki Makita wrote: > > Hi William, > > > > Thank you for taking a look! > > > > On 2020/07/16 0:49, William Tu wrote: > >> Hi Toshiaki, > >> > >> Thanks for the interesting patch series! > >> I have

Re: [ovs-dev] [PATCH v3 0/4] XDP offload using flow API provider

2020-07-27 Thread Toshiaki Makita
Hi William, On 2020/07/16 23:05, Toshiaki Makita wrote: Hi William, Thank you for taking a look! On 2020/07/16 0:49, William Tu wrote: Hi Toshiaki, Thanks for the interesting patch series! I haven't finished reviewing, but I went through a couple of steps to make sure it works in my environm

Re: [ovs-dev] [PATCH v3 0/4] XDP offload using flow API provider

2020-07-16 Thread Toshiaki Makita
Hi William, Thank you for taking a look! On 2020/07/16 0:49, William Tu wrote: Hi Toshiaki, Thanks for the interesting patch series! I haven't finished reviewing, but I went through a couple of steps to make sure it works in my environment. Comments below: On Tue, Jun 30, 2020 at 12:30:29AM +

Re: [ovs-dev] [PATCH v3 0/4] XDP offload using flow API provider

2020-07-15 Thread William Tu
Hi Toshiaki, Thanks for the interesting patch series! I haven't finished reviewing, but I went through a couple of steps to make sure it works in my environment. Comments below: On Tue, Jun 30, 2020 at 12:30:29AM +0900, Toshiaki Makita wrote: > This patch adds an XDP-based flow cache using the OV

Re: [ovs-dev] [PATCH v3 0/4] XDP offload using flow API provider

2020-07-08 Thread William Tu
On Tue, Jul 7, 2020 at 2:09 AM Toshiaki Makita wrote: > > On 2020/06/30 0:30, Toshiaki Makita wrote: > > This patch adds an XDP-based flow cache using the OVS netdev-offload > > flow API provider. When an OVS device with XDP offload enabled, > > packets first are processed in the XDP flow cache (

Re: [ovs-dev] [PATCH v3 0/4] XDP offload using flow API provider

2020-07-07 Thread Toshiaki Makita
On 2020/06/30 0:30, Toshiaki Makita wrote: This patch adds an XDP-based flow cache using the OVS netdev-offload flow API provider. When an OVS device with XDP offload enabled, packets first are processed in the XDP flow cache (with parse, and table lookup implemented in eBPF) and if hits, the ac

[ovs-dev] [PATCH v3 0/4] XDP offload using flow API provider

2020-06-29 Thread Toshiaki Makita
This patch adds an XDP-based flow cache using the OVS netdev-offload flow API provider. When an OVS device with XDP offload enabled, packets first are processed in the XDP flow cache (with parse, and table lookup implemented in eBPF) and if hits, the action processing are also done in the context