From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 176EFC433FE for ; Thu, 17 Nov 2022 17:04:05 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oviHP-0003ND-Iy; Thu, 17 Nov 2022 12:02:23 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oviHN-0003JP-Us; Thu, 17 Nov 2022 12:02:21 -0500 Received: from mail.aperture-labs.org ([195.191.197.3]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1oviHL-0000fs-Lh; Thu, 17 Nov 2022 12:02:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fiebig.nl; s=key01; t=1668704530; 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=TeBkeKzWemVRXuMzcY+dHbxLgPg0UUK3yvufBuZexMc=; b=dUdu1UlFBn/wGvTZ5ydxoFYKF92Jrt766PLyv1eQAfFdmWFRkbwb/dLC0G0SjRVqSaXktr 1tUaEmtoLuNMSS4pHdLObNVksqK1Sj8uRH6DpaH4fA3Y1U6gEcLXgsR5mkrCFXRYADqMOA HCim40Bf/B6vdHX5I1m492ML+g4GerNmtTLXOqZLkTEIPwGliDKUTbYt/jwjPbDYWFwoJK EKFudJ4HIEztONuO1FoZidgO3Zh4ozGLAwuF5MMfT5FdOhBzn1zg+LcZaj9aQ4N0JCP0rB W+VuWgxgruz9Bhce5FRMM6/BZAZfOWEeTfnrQYCPzEkL8JotHXcLnVBwS6/Ayg== Received: from DESKTOP1J9BJ88 ( [2a06:d1c1:a:0:d0f7:15f4:7842:c716]) by mail.aperture-labs.org (OpenSMTPD) with ESMTPSA id 300ee4b2 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 17 Nov 2022 17:02:10 +0000 (UTC) From: "Tobias Fiebig" To: "'Stefan Hajnoczi'" Cc: "'Jason Wang'" , "'Stefan Hajnoczi'" , , , "'Russell King - ARM Linux'" References: <20221115163659.1595865-1-stefanha@redhat.com> <011801d8f967$5dad0f00$19072d00$@fiebig.nl> <008c01d8f9ad$6ba58e20$42f0aa60$@fiebig.nl> <01e701d8fa2f$4124d750$c36e85f0$@fiebig.nl> <004f01d8fa77$80cfe4b0$826fae10$@fiebig.nl> In-Reply-To: Subject: RE: [PATCH for-7.2] rtl8139: honor large send MSS value Date: Thu, 17 Nov 2022 18:02:08 +0100 Message-ID: <012901d8faa6$54554860$fcffd920$@fiebig.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIsokZAyfqueh54+bOmp3YoqNF9QAEWPJjQAkWwLFsBcAFz4wIIdbmQApZ4LIEBfw6SlgLLtpjbAdQe+jcCVrR9/60NBFjA Content-Language: en-nl Received-SPF: pass client-ip=195.191.197.3; envelope-from=tobias@fiebig.nl; helo=mail.aperture-labs.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Heho, Thanks, will test the three patches later. With best regards, Tobias -----Original Message----- From: Stefan Hajnoczi =20 Sent: Thursday, 17 November 2022 17:57 To: Tobias Fiebig Cc: Jason Wang ; Stefan Hajnoczi = ; qemu-devel@nongnu.org; qemu-stable@nongnu.org; = Russell King - ARM Linux Subject: Re: [PATCH for-7.2] rtl8139: honor large send MSS value Hi Tobias, My initial patch was broken. I did some cleanup and sent a v3. Stefan