[ovs-dev] [PATCH] metaflow: Fix maskable conntrack orig tuple fields

Yi-Hung Wei yihung.wei at gmail.com
Thu May 14 17:21:23 UTC 2020


On Thu, May 14, 2020 at 8:37 AM William Tu <u9012063 at gmail.com> wrote:
>
> On Wed, May 13, 2020 at 01:11:17PM -0700, Yi-Hung Wei wrote:
> > From man ovs-fields(7), the conntrack origin tuple fields
> > ct_nw_src/dst, ct_ipv6_src/dst, and ct_tp_src/dst are supposed
> > to be bitwise maskable, but they are not.  This patch enables
> > those fields to be maskable, and adds a regression test.
> >
> > Fixes: daf4d3c18da4 ("odp: Support conntrack orig tuple key.")
> > Reported-by: Wenying Dong <wenyingd at vmware.com>
> > Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
> > ---
> > Travis CI: https://travis-ci.org/github/YiHungWei/ovs/builds/686707703
> > ---
>
> Thanks for fixing it and adding tests! Applied to master.
> William


Thanks William for review.  Can we backport it to older branches (as
far as we can cleanly apply) ?

Thanks,

-Yi-Hung


More information about the dev mailing list