Acked-by: Alin Gabriel Serdean <[email protected]> -----Mesaj original----- De la: [email protected] [mailto:[email protected]] În numele Anand Kumar Trimis: Wednesday, February 28, 2018 7:00 AM Către: [email protected] Subiect: [ovs-dev] [PATCH v2] datapath-windows: On Debug builds, dump NBL info based on OVS_DBG_DEFAULT macro
Currently nbl information is getting dumped whenever a nbl is copied or allocated, since OVS_DBG_DEFAULT is set to OVS_DBG_INFO for debug builds, which affects the ovs performance. Instead dump nbl information only when OVS_DBG_DEFAULT is set to OVS_LOG_LOUD Signed-off-by: Anand Kumar <[email protected]> --- datapath-windows/ovsext/BufferMgmt.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
