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.129.124]) by passt.top (Postfix) with ESMTP id 229235A026D for ; Tue, 7 Nov 2023 13:45:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1699361131; 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=/Ze9+kKaKFOQh9CEVkpjt89ck+loMVBsr2SrveGZtD4=; b=CBXMxSXrTEWz8/hOtaepLzBUrSTqtu0FkwNQ+HAtzKm0H+3creVyRq7WNlKqzTv6DIwzIG 3tcVXic5lZ3gdVD9d18TOE/ZRPww7kx/f1fVm6yMekZBc1rCgjhd2n/kFFvK0cQmGlveLy PEQaXuoLJg+o9f+PghTXPBx6QkcUrvI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-251-ayGZPK2XONGtzuVfGwhaaA-1; Tue, 07 Nov 2023 07:45:28 -0500 X-MC-Unique: ayGZPK2XONGtzuVfGwhaaA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (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 7727A101A529; Tue, 7 Nov 2023 12:45:28 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.12]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 73BFE25C0; Tue, 7 Nov 2023 12:45:27 +0000 (UTC) Date: Tue, 7 Nov 2023 13:45:25 +0100 From: Stefano Brivio To: Laurent Vivier Subject: Re: [PATCH] tcp: Remove remaining declaration of tcp_l2_mh Message-ID: <20231107134525.3bfe1e7b@elisabeth> In-Reply-To: <20231013084545.1968825-1-lvivier@redhat.com> References: <20231013084545.1968825-1-lvivier@redhat.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.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: D675BFG23GAU6PE66SCKG2ZSM2UBFPJM X-Message-ID-Hash: D675BFG23GAU6PE66SCKG2ZSM2UBFPJM 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, 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: On Fri, 13 Oct 2023 10:45:45 +0200 Laurent Vivier wrote: > Use of tcp_l2_mh has been removed in commit 38fbfdbcb95d, > but its declaration and initialization are always in the code. > Remove them as they are useless. > > Fixes: 38fbfdbcb95d ("tcp: Get rid of iov with cached MSS, drop sendmmsg(), add deferred flush") > Cc: sbrivio@redhat.com > Signed-off-by: Laurent Vivier Applied. -- Stefano