Re: [ovs-dev] [PATCH] ovn: fix tunnel id overflow

2018-04-04 Thread Ben Pfaff
On Thu, Apr 05, 2018 at 10:09:46AM +0800, liwei wrote: > On Thu, Apr 5, 2018 at 1:16 AM, Ben Pfaff wrote: > > On Wed, Apr 04, 2018 at 02:57:38PM +0800, Wei Li wrote: > >> Need to check tnlid dosen't exceed max and wrap it when it dose. > >> > >> Signed-off-by: Wei Li > >> --- > >> ovn/northd/ovn

Re: [ovs-dev] [PATCH] ovn: fix tunnel id overflow

2018-04-04 Thread liwei
On Thu, Apr 5, 2018 at 1:16 AM, Ben Pfaff wrote: > On Wed, Apr 04, 2018 at 02:57:38PM +0800, Wei Li wrote: >> Need to check tnlid dosen't exceed max and wrap it when it dose. >> >> Signed-off-by: Wei Li >> --- >> ovn/northd/ovn-northd.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >>

Re: [ovs-dev] [PATCH] ovn: fix tunnel id overflow

2018-04-04 Thread Ben Pfaff
On Wed, Apr 04, 2018 at 02:57:38PM +0800, Wei Li wrote: > Need to check tnlid dosen't exceed max and wrap it when it dose. > > Signed-off-by: Wei Li > --- > ovn/northd/ovn-northd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-