Re: [ovs-dev] What is the frag_handling used for?

2015-09-09 Thread Ben Pfaff
On Wed, Sep 09, 2015 at 06:29:39PM +0800, openvswitcher wrote: > rule_dpif_lookup_in_table function: > > > (...skip...) > > > if (frag && ofproto->up.frag_handling == OFPC_FRAG_NORMAL) { > /* We must pretend that transport ports are unavailable. */ > struct flow ofpc_nor

[ovs-dev] What is the frag_handling used for?

2015-09-09 Thread openvswitcher
When I am reading the source of openvswitch I find the logic about fragment. rule_dpif_lookup_in_table function: (...skip...) if (frag && ofproto->up.frag_handling == OFPC_FRAG_NORMAL) { /* We must pretend that transport ports are unavailable. */ struct flow ofpc_norma