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 C8BBD5A026F for ; Wed, 27 Dec 2023 21:25:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1703708701; 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=TlTlGqaRewr1gLazyTzc3XtO+Nx9q7hAkpBYWow7u8c=; b=PvYKVo5JHCEB56pOXCw1d3T54NPAsjHHIdt03Y7ltOnHnxMPbvUQw7g7Rf7+EOh0BQqqo9 Z+v64G6Ro3/0Xq70H5t8He2YIZqoyZZH26/0wAq9e5G28ga28ksUkwvKdSwouFzhbne+N6 HUYF2PsTe/RjjnrPEOYJQ/JI4QfgBW0= 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-423-TfKudnv3NHagMxXY_Ybxig-1; Wed, 27 Dec 2023 15:24:59 -0500 X-MC-Unique: TfKudnv3NHagMxXY_Ybxig-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (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 A2F7383106C; Wed, 27 Dec 2023 20:24:59 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.24]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E1B6F492BC6; Wed, 27 Dec 2023 20:24:58 +0000 (UTC) Date: Wed, 27 Dec 2023 21:24:49 +0100 From: Stefano Brivio To: David Gibson Subject: Re: [PATCH] checksum: Don't use linux/icmp.h when netinet/ip_icmp.h will do Message-ID: <20231227212449.6df9469c@elisabeth> In-Reply-To: <20231205091617.216850-1-david@gibson.dropbear.id.au> References: <20231205091617.216850-1-david@gibson.dropbear.id.au> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: 3PCM4O6UKYUATBDIVC4ZADDE4QQLEOR6 X-Message-ID-Hash: 3PCM4O6UKYUATBDIVC4ZADDE4QQLEOR6 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, 5 Dec 2023 20:16:17 +1100 David Gibson wrote: > In most places where we need to get ICMP definitions, we get them from > . However in checksum.c we instead include > . Change it to use for consistency. > > Signed-off-by: David Gibson Applied. -- Stefano