Re: [ovs-dev] [PATCH] connmgr: Log when a packet-in is dropped due to queue overflow.

2013-12-30 Thread Ben Pfaff
Thanks, I'll apply this in a minute. On Fri, Dec 20, 2013 at 04:36:49PM -0800, Alex Wang wrote: > Looks good the me, > > > On Thu, Dec 5, 2013 at 9:21 AM, Ben Pfaff wrote: > > > Reported-by: Anton Matsiuk > > Signed-off-by: Ben Pfaff > > --- > > AUTHORS |1 + > > ofproto/connm

Re: [ovs-dev] [PATCH] connmgr: Log when a packet-in is dropped due to queue overflow.

2013-12-20 Thread Alex Wang
Looks good the me, On Thu, Dec 5, 2013 at 9:21 AM, Ben Pfaff wrote: > Reported-by: Anton Matsiuk > Signed-off-by: Ben Pfaff > --- > AUTHORS |1 + > ofproto/connmgr.c |9 +++-- > 2 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a/AUTHORS b/AUTHORS > index

[ovs-dev] [PATCH] connmgr: Log when a packet-in is dropped due to queue overflow.

2013-12-05 Thread Ben Pfaff
Reported-by: Anton Matsiuk Signed-off-by: Ben Pfaff --- AUTHORS |1 + ofproto/connmgr.c |9 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1c2d9ea..cb72ac8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -132,6 +132,7 @@ Amey Bhide