On Tue, Jul 7, 2020 at 2:09 AM Toshiaki Makita
<[email protected]> 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 (with parse, and
> > table lookup implemented in eBPF) and if hits, the action processing
> > are also done in the context of XDP, which has the minimum overhead.
>
> Any feedback?
> I'll fix some problems 0-day robot pointed out and I found, but would like
> to get some more feedback on this version.
>
> Toshiaki Makita

Thanks for working on this!
I will take a look late this week or weekend.
Thanks,
William
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to