tcp: cleanup next nodes and drop logic 15/39015/1
authorFlorin Coras <fcoras@cisco.com>
Fri, 9 Jun 2023 03:47:11 +0000 (20:47 -0700)
committerFlorin Coras <fcoras@cisco.com>
Fri, 9 Jun 2023 04:19:00 +0000 (21:19 -0700)
commit9a1fbb5244e7b45a22ddaaae61fe8621b846c58b
treeb8e6fff440707a8cd2f5c6878816b423fc9c750a
parent81e3243c1b3d34705de7d09b8668a9a068c6af9e
tcp: cleanup next nodes and drop logic

TCP nodes consume the buffers so they have no nexts. To avoid long drop
path through vlib graph, add drop node.

Type: improvement

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Ibe6e075e83612ed16270934398c6a013f236ae35
src/vnet/tcp/tcp.h
src/vnet/tcp/tcp_input.c