Re: [ovs-dev] [PATCH ovn v2] controller/pinctrl: improve packet-in debuggability

2021-12-08 Thread Mohammad Heib
Hi Numan, thank you for the review. I submitted version 4 with your proposed change + Ilya's changes. thanks, On Fri, Dec 3, 2021 at 5:13 PM Numan Siddique wrote: > On Thu, Dec 2, 2021 at 5:41 AM Mohammad

Re: [ovs-dev] [PATCH ovn v2] controller/pinctrl: improve packet-in debuggability

2021-12-03 Thread Numan Siddique
On Thu, Dec 2, 2021 at 5:41 AM Mohammad Heib wrote: > > Improve packet-in debuggability within pinctrl module > by printing basic details about each received packet-in > message, those messages will be printed to the logs only > when DBG log level is enabled. > > Also, add two coverage counters th

[ovs-dev] [PATCH ovn v2] controller/pinctrl: improve packet-in debuggability

2021-12-02 Thread Mohammad Heib
Improve packet-in debuggability within pinctrl module by printing basic details about each received packet-in message, those messages will be printed to the logs only when DBG log level is enabled. Also, add two coverage counters that will indicate the total packet-in messages that were received a