session: trace all packets sourced by session layer 78/42378/2
authorFlorin Coras <[email protected]>
Thu, 20 Feb 2025 05:55:07 +0000 (00:55 -0500)
committerDave Wallace <[email protected]>
Thu, 20 Feb 2025 19:00:34 +0000 (19:00 +0000)
commit51070e1457af637cfb5f2fecb2b8f15b540cc537
tree9953fdfa585b7e9adb35acd53fc157156c441423
parent399d85137365bb6ba394359cfe1a9625cad8eec4
session: trace all packets sourced by session layer

Trace both packets generated by dispatching sessions and those that have
been enqueued by other nodes, e.g., syns, fins, acks enqueued by tcp
input and output.

Because not all buffer sources know the session, remove for now the
session index from the trace. Nonetheless, next node on path will print
it, so no information is lost.

Type: improvement

Change-Id: Id69094fbf00e6bc8f98095e90cdf20e2b7f0aeda
Signed-off-by: Florin Coras <[email protected]>
src/vnet/session/session_node.c