On Sun, Mar 17, 2019 at 02:29:45PM +0000, Roi Dayan wrote: > > > On 01/03/2019 02:26, Gregory Rose wrote: > > > > > > On 2/28/2019 11:29 AM, Moshe Levi wrote: > >> Signed-off-by: Moshe Levi <[email protected]> > >> --- > >> lib/netdev-tc-offloads.c | 4 ++-- > >> 1 files changed, 2 insertions(+), 2 deletions(-) > >> > >> diff --git a/lib/netdev-tc-offloads.c b/lib/netdev-tc-offloads.c > >> index 36bce15..e65f5b9 100644 > >> --- a/lib/netdev-tc-offloads.c > >> +++ b/lib/netdev-tc-offloads.c > >> @@ -1015,12 +1015,12 @@ test_key_and_mask(struct match *match) > >> key->nw_proto == IPPROTO_ICMPV6) { > >> if (mask->tp_src) { > >> VLOG_DBG_RL(&rl, > >> - "offloading attribute icmp_type isn't supported"); > >> + "offloading attribute icmpv6_type isn't > >> supported"); > >> return EOPNOTSUPP; > >> } > >> if (mask->tp_dst) { > >> VLOG_DBG_RL(&rl, > >> - "offloading attribute icmp_code isn't supported"); > >> + "offloading attribute icmpv6_code isn't > >> supported"); > >> return EOPNOTSUPP; > >> } > >> } else if (key->dl_type == htons(OFP_DL_TYPE_NOT_ETH_TYPE)) { > > > > Nice catch... > > > > LGTM > > > > Reviewed-by: Greg Rose <[email protected]> > > > > +simon > maybe missed it.
Thanks, I see it now. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
