On 2023/09/12 19:34, Simon Horman wrote: > On Thu, Sep 07, 2023 at 03:08:41PM +0900, Nobuhiro MIKI wrote: >> A conjunctive flow consists of two or more multiple flows with >> conjunction actions. When input to the ofproto/trace command >> matches a conjunctive flow, it outputs flows of all dimensions. >> >> Signed-off-by: Nobuhiro MIKI <[email protected]> > > Hi Miki-san, > > the CI run for this patch has reported a number of errors. > And I suspect not all of them are transient failures relating > to imperfections in the test-suite. Could you look into this? > > https://github.com/ovsrobot/ovs/actions/runs/6106124874/job/16570697146
Hi Simon-san, Thanks for letting me know. It looks like there are a variety of reasons for the failures, but I'm guessing it's due to the fact that I'm manipulating const variables in this patch. I would like to implement this feature while respecting the existing const qualifier, so I will try to find a way. Best Regards, Nobuhiro Miki _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
