From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by passt.top (Postfix, from userid 1000) id AA65B5A061B; Tue, 19 Nov 2024 20:53:44 +0100 (CET) From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 0/2] tcp: Handle keep-alives, avoid unnecessary timer scheduling Date: Tue, 19 Nov 2024 20:53:42 +0100 Message-ID: <20241119195344.3056010-1-sbrivio@redhat.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: FLMI7T7EX3MDBSZM2S7TYJGI3N6VHQUG X-Message-ID-Hash: FLMI7T7EX3MDBSZM2S7TYJGI3N6VHQUG X-MailFrom: sbrivio@passt.top X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: David Gibson , Tim Besard X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Patch 1/2 avoids some timer rescheduling noise that came up while investigating the issue solved by 2/2. Stefano Brivio (2): tcp: Reset ACK_TO_TAP_DUE flag whenever an ACK isn't needed anymore tcp: Acknowledge keep-alive segments, ignore them for the rest tcp.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) -- 2.43.0