Re: [vpp-dev] TCP debug macros

2020-11-25 Thread Bill Vaughan
Thank you Florin! On Tue, Nov 24, 2020 at 8:54 PM Florin Coras wrote: > Hi Bill, > > Ah, you must manually enable “life cycle” events since those are > responsible for track initialization, i.e., tcp debug group 0 level 1. To > avoid the hassle, here’s a patch [1] that enables them whenever even

Re: [vpp-dev] TCP debug macros

2020-11-24 Thread Florin Coras
Hi Bill, Ah, you must manually enable “life cycle” events since those are responsible for track initialization, i.e., tcp debug group 0 level 1. To avoid the hassle, here’s a patch [1] that enables them whenever events for another group are enabled. Regards, Florin [1] https://gerrit.fd.io/

Re: [vpp-dev] TCP debug macros

2020-11-24 Thread Bill Vaughan
Thanks for the feedback Florin. I am just now getting back to this. Perhaps I am doing something wrong to enable the TCP debug, but it looks pretty simple. I enable the flags in tcp_debug.h: diff --git a/src/vnet/tcp/tcp_debug.h b/src/vnet/tcp/tcp_debug.h index f4e7c3971..8806d8e14 100644 --- a/

Re: [vpp-dev] TCP debug macros

2020-11-22 Thread Florin Coras
Hi Bill, Inline. > On Nov 22, 2020, at 6:17 AM, Bill Vaughan wrote: > > I should have stated that I am running 2009. > > On Sun, Nov 22, 2020 at 8:48 AM Bill Vaughan via lists.fd.io > > wrote: > Hi all, > > I am working on a project wher

Re: [vpp-dev] TCP debug macros

2020-11-22 Thread Bill Vaughan
I should have stated that I am running 2009. On Sun, Nov 22, 2020 at 8:48 AM Bill Vaughan via lists.fd.io wrote: > Hi all, > > I am working on a project where I need to initiate TCP connections from > the VPP session layer. In my overnight test runs I am seeing a TCP dispatch > error that I am t

[vpp-dev] TCP debug macros

2020-11-22 Thread Bill Vaughan
Hi all, I am working on a project where I need to initiate TCP connections from the VPP session layer. In my overnight test runs I am seeing a TCP dispatch error that I am trying to track down. This happens after thousands of test runs. It looks like I am able to issue a Connect call but the SYN-A