From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id B6D295A0307 for ; Wed, 05 Jun 2024 03:39:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202312; t=1717551545; bh=LYoNvJil8R+haYePNj89RP9BIw4ZbLgNQYx4EDiPrtA=; h=From:To:Cc:Subject:Date:From; b=YXsAD4I6iI/f7WgprVots14ABNn++bmedy58sx6Md/GsHpPSbKlsht8d8cbGgGHe3 /mmE86GFePaJ3yaf81dJqpo+myGVz+Q8tP46a211kUuBhxSz6UkfSBTs0xsimdygRv 62GR1cDd+G77ziDHnAuVN4GvR7QtYLQkgcH5QdMG15Lo8c8fnWLU6pP0ptZgwne3kA A2D65OanE6LOjaQvbASxVDfyuSZIrv/zcFg3dWJLUkiXyJcBLhHM3XAHkisuEz7OJC dh8VJkD4bRynBtwvvBlDEJAk3C3Gv7qFXAWlfkCeMysulM+/bce52yBtmOuyvJwN+C nnjdDP8pcASsQ== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4Vv99P6QtBz4x23; Wed, 5 Jun 2024 11:39:05 +1000 (AEST) From: David Gibson To: Stefano Brivio , passt-dev@passt.top Subject: [PATCH 0/4] Even more flow table preliminaries Date: Wed, 5 Jun 2024 11:38:59 +1000 Message-ID: <20240605013903.3694452-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.45.1 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: 6VDWLRLTLOSYVOEYQOGJSV6ML6QUUFQQ X-Message-ID-Hash: 6VDWLRLTLOSYVOEYQOGJSV6ML6QUUFQQ X-MailFrom: dgibson@gandalf.ozlabs.org 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 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: I hoped that the last batch was the last, but I was wrong. Working on UDP flow has shown up a few more things that make sense to do before taking the leap into full flow table implementation. Here's what I have so far, though there could be even more. David Gibson (4): util: Split construction of bind socket address from the rest of sock_l4() udp: Fold checking of splice flag into udp_mmh_splice_port() udp: Rework how we divide queued datagrams between sending methods udp: Move management of udp[46]_localname into udp_splice_send() udp.c | 175 ++++++++++++++++++++++++++++++++------------------------- util.c | 123 +++++++++++++++++++++++----------------- 2 files changed, 170 insertions(+), 128 deletions(-) -- 2.45.1