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 D24875A004C for ; Fri, 24 May 2024 19:27:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1716571620; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1Zeqyfesr4eHwtmoZ37OCp53ixPCIQoKIxhvqr4W2UU=; b=OjkK7XrQ2qNGG+ULzgO6OVAu0ChUi3TEYYX2JAdvJ7x1nA0hl6P+EkHqAIB4fKKFlESuel 9FQx9s6sijLc3HjQVL4cuTZleHzyz3hg8ROGo3uUMD1mvvGZ8Pu00awjYHzqcAuNu2wp+8 ptSQYzodhY0inV5fdWMxIA4HF+YpXww= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-480-uvN6pN5PObixOP7tI4JTUQ-1; Fri, 24 May 2024 13:26:58 -0400 X-MC-Unique: uvN6pN5PObixOP7tI4JTUQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A78B03C025BC for ; Fri, 24 May 2024 17:26:58 +0000 (UTC) Received: from jmaloy-thinkpadp16vgen1.rmtcaqc.csb (unknown [10.22.18.17]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4CF7B40C6EB7; Fri, 24 May 2024 17:26:57 +0000 (UTC) From: Jon Maloy To: passt-dev@passt.top, sbrivio@redhat.com, lvivier@redhat.com, dgibson@redhat.com, jmaloy@redhat.com Subject: [PATCH v7 0/3] Support for SO_PEEK_OFF Date: Fri, 24 May 2024 13:26:53 -0400 Message-ID: <20240524172656.193183-1-jmaloy@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true Message-ID-Hash: NGSXBNCQHOP7TIIZKWXYQQUA3PKEMYBZ X-Message-ID-Hash: NGSXBNCQHOP7TIIZKWXYQQUA3PKEMYBZ X-MailFrom: jmaloy@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 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: v7: Only patch #3 updated. Jon Maloy (3): tcp: move seq_to_tap update to when frame is queued tcp: leverage support of SO_PEEK_OFF socket option when available tcp: allow retransmit when peer receive window is zero tcp.c | 164 +++++++++++++++++++++++++++++++++++++++-------------- tcp_conn.h | 2 + 2 files changed, 123 insertions(+), 43 deletions(-) -- 2.45.0