On Mon, Sep 25, 2017 at 1:23 PM, Simon Horman <simon.hor...@netronome.com> wrote: > From: John Hurley <john.hur...@netronome.com> > > Compile ovs-tc flower vxlan metadata match fields for offloading. Only
anything in the npf kernel bits has direct relation to ovs? what? > +++ b/drivers/net/ethernet/netronome/nfp/flower/offload.c > @@ -52,8 +52,25 @@ > BIT(FLOW_DISSECTOR_KEY_PORTS) | \ > BIT(FLOW_DISSECTOR_KEY_ETH_ADDRS) | \ > BIT(FLOW_DISSECTOR_KEY_VLAN) | \ > + BIT(FLOW_DISSECTOR_KEY_ENC_KEYID) | \ > + BIT(FLOW_DISSECTOR_KEY_ENC_IPV4_ADDRS) | \ > + BIT(FLOW_DISSECTOR_KEY_ENC_IPV6_ADDRS) | \ this series takes care of IPv6 tunnels too?