Ok Thank you.
> On May 14, 2021, at 5:09 PM, Ben Pfaff <[email protected]> wrote: > > On Fri, May 14, 2021 at 03:48:53PM -0400, Vasu Dasari wrote: >> Hi Ben, >> >> Quick comment on test case extension. I have added wrappers as you >> suggested that code looks good. But I ran into a version specific problem >> for testcase, "ofproto - flow monitoring". It uses is a ofctl/send >> <https://github.com/openvswitch/ovs/blob/7100c220e669443aa646513ce6cb241ccf2caf5c/tests/ofproto.at#L4695> >> command >> to perform flow-delete operation, which works well for 1.0 as the byte >> stream is handcrafted for version 1. But for any other version, we need to >> construct th byte stream and call ofctl/send. So, I left following as it is > > The easiest way to construct the byte stream is probably to run > ovs-ofctl and record what it sends. It shouldn't be very hard to do > that, so I'd just go ahead and do it. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
