Try debugging from functions:

        ofputil_pull_ofp11_match  -->
                                   oxm_pull_match

"ofputil_match_from_ofp11_match" is called for "OFPMT_STANDARD" case which
is deprecated in the openflow 1.4 standard.

Thanks,
Ashish

On Mon, May 21, 2018 at 10:32 AM, Pedro Henrique <[email protected]>
wrote:

> Dear members,
>
> I'm looking for the OVS's function(s) responsible for processing the match
> fields from the OpenFlow FlowMod message, which is sent by the the SDN
> controller. I thought it was this function from lib/ofp-util.c:
> "ofputil_match_to_ofp11_match(const struct match *match, struct
> ofp11_match *ofmatch)". However, this function is not being called,
> according to some debug code I inserted on it.
>
> P.S.: I'm using OVS 2.9.0 and OpenFlow 1.4.
>
> Thank you,
>
> --
> Pedro Henrique Amorim Rezende
>
> _______________________________________________
> discuss mailing list
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
>
>
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to