From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by passt.top (Postfix) with ESMTP id C35B55A026F for ; Tue, 22 Aug 2023 14:05:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1692705928; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=q6Rcmf9fxjHH6FpwhiXCkcJbExQIZXVZFaaFZXPipYA=; b=YI34grvH1D7ENEU0P5Xn+AXzDVKNSDwvvzTfi98OnOPOqGWuKrAN78bO3QStysPS9Sv6zO +9hAq4WOUzcAH0fDgf0ffBHkv5tHnABoxZAyGJVitCWCNIJvJ58Sne1MocJV/whZDW0Ivm BBvxXVaKK1jc26jH99NNhGk4lWvpKs0= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-498-a2u4-b_ePDSe6N1XIXo1-w-1; Tue, 22 Aug 2023 08:05:25 -0400 X-MC-Unique: a2u4-b_ePDSe6N1XIXo1-w-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 55A871C06914; Tue, 22 Aug 2023 12:05:25 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 698E440C206F; Tue, 22 Aug 2023 12:05:24 +0000 (UTC) Date: Tue, 22 Aug 2023 14:05:22 +0200 From: Stefano Brivio To: David Gibson Subject: Re: [PATCH v4 0/9] Flow Table Preliminaries Message-ID: <20230822140522.186409c2@elisabeth> In-Reply-To: <20230822053000.1118063-1-david@gibson.dropbear.id.au> References: <20230822053000.1118063-1-david@gibson.dropbear.id.au> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: 4D25XMUTVU7RB43CFQFHOENWY2ESAABA X-Message-ID-Hash: 4D25XMUTVU7RB43CFQFHOENWY2ESAABA X-MailFrom: sbrivio@redhat.com 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: passt-dev@passt.top 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: On Tue, 22 Aug 2023 15:29:51 +1000 David Gibson wrote: > I'm still working on bunch of things to start implementing the > generalised flow table. However, I think this set of preliminary > clean ups and fixes stand well enough on their own that they're ready > for merge now. > > Sorry for the quick resend, noticed a dumb error in the last patch. > > Changes since v3: > * Remove the now unused tcp.splice_conn_count > Changes since v2: > * Fix a formatting error in the in_epoll patch > * Add patch for inany.h include guards > * Add patch to remove broken pressure estimates for tcp_defer_handler() > Changes since v1: > * Add missing patch moving in_epoll flag Applied. -- Stefano