[ovs-dev] [PATCH v3 4/4] ofproto: Move tun_table and vl_mff_map deletion.

Joe Stringer joe at ovn.org
Wed Mar 15 22:24:08 UTC 2017


On 13 March 2017 at 11:28, Yi-Hung Wei <yihung.wei at gmail.com> wrote:
> In this patch, we move the tun_table and vl_mff_map deletion in
> ofproto_destory__() to be in the following order.
>     1. Delete all the flows.
>     2. Delete vl_mff_map.
>     3. Delete tun_table.
> The rationale behind this order is that a flow may use a variable length
> mf_field, and a variable length mf_field is defined by a TLV mapping
> in tun_table.
>
> Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>

Thanks, applied to master.


More information about the dev mailing list