Re: [ovs-dev] [PATCH] ovn-controller: Fix log conditions for unexpected openflow messages.

2017-05-31 Thread Ben Pfaff
On Wed, May 17, 2017 at 04:13:55PM -0700, Han Zhou wrote: > Currently in pinctrl.c and ofctrl.c there are similar logic to log > ignored messages, which is somehow inaccurate and confusing. For example, > OFPTYPE_PACKET_IN is handled only in pinctrl.c but in ofctrl.c it > is listed as expected

[ovs-dev] [PATCH] ovn-controller: Fix log conditions for unexpected openflow messages.

2017-05-17 Thread Han Zhou
Currently in pinctrl.c and ofctrl.c there are similar logic to log ignored messages, which is somehow inaccurate and confusing. For example, OFPTYPE_PACKET_IN is handled only in pinctrl.c but in ofctrl.c it is listed as expected input and not logged as "ignored" messages, while it is in fact