tcp: add node with no 6-tuple lookup 82/20682/7
authorVladimir Kropylev <vladimir.kropylev@enea.com>
Tue, 16 Jul 2019 18:22:29 +0000 (21:22 +0300)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 17 Jul 2019 20:35:42 +0000 (20:35 +0000)
commit456d2f9c29ddbfa71e592f7d00cc4c89696f7b0a
treedecabd7d37f8a4e9de163bbded53cd1c2b7488bc
parentf9a46854ac99301b97a9e1843e2153578a930a98
tcp: add node with no 6-tuple lookup

Type: feature

Add new node in TCP stack where TCP 6 tuple lookup is not required.
In new node, packet metadata contains connection-index which can be used
to retrieve the TCP connection. The new node will be used by proxy.

Change-Id: I3aa0268946898912f4176d5c8c5903e06657479d
Signed-off-by: Vladimir Kropylev <vladimir.kropylev@enea.com>
src/vnet/tcp/tcp_input.c [changed mode: 0644->0755]