session: async flush of pending connects to workers 29/38529/9
authorFlorin Coras <fcoras@cisco.com>
Mon, 20 Mar 2023 16:58:01 +0000 (09:58 -0700)
committerDave Barach <vpp@barachs.net>
Thu, 30 Mar 2023 18:45:27 +0000 (18:45 +0000)
commit55686e1c59f8bcf399f5ff58b3ca1030a415009c
tree5c9a17896305ff4a67f3f399f3ea099db2bb9384
parent8309517f23b314e588bf3ad623250f1440908bd3
session: async flush of pending connects to workers

Since connects can be done without a worker barrier, first
worker should flush connects to destination workers only
after session layer has a chance to fully initialize the
half-open session.

Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I82fe0f0c7e520baa72fd380d0a43a76ebbd5f548
src/vnet/session/application_local.c