From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EDC7B3FF889 for ; Thu, 9 Jul 2026 09:09:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783588183; cv=none; b=kg8s2hUPLXu/+NbBzv+1LXnDLOiBZ10cWaWHltDkJiTJ5ZQIXAU5X6ucc3fHETESDwueOp2pA3FqEbXIxBdulUzskGzBoDSlrCH3Tg1UsZDNNHDthV9umZ9YCBsx3eexkq29t0AG+fqXYydsVNUwGDss4IkN4Gyx8Xxdg2Z4bGg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783588183; c=relaxed/simple; bh=9thf/Ejhc35ynH9M61FWBd4ZmZ4cOOx2yKw+7ihsenk=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=aJo+4GpWpsfG0HsZBybuDHW3oW0Xkq7TFubFPF4gm3pbaYeDwqEwKq/VHqtCkvzb+oEwn5mJ/3hZogrzNhkG2WklPwOtil+O9LfdWro6YLoc/udMZlFrsyF3zOsp0xpl3qY/FlrAkMXPurYj6YqOPeg1ftR+N/0prqKMEckSE4o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BQg1OTCU; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BQg1OTCU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 130FE1F000E9; Thu, 9 Jul 2026 09:09:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783588181; bh=YULGzDcHM1TLPJpT1xYVlD9gHE+0cZICsht6KLUJ/N4=; h=From:To:Cc:In-Reply-To:References:Subject:Date; b=BQg1OTCU2Q8w8y2M92mZmF+irSVNmsg3ruh0qpb8eAcdWCKXEtGJUfU+Coq6qYz2n dqmZ+gHoSXRD1ZeMxpD2iTTSqVEb8u2AQwsIKZrs8wCKDMZC/5nY/SCIKCkKzPW/tG JiCEcn/QwjXB2NTxwrhtLyLbZl2H/7vOy5Y+khh7vc1Zeiwg5e1oT+4JQJXmwKAa8n Yjg5Bd45GucJgSzkDOP/ZUv9GNmPNXPKxTc0xOOe46dbsYfFzwd9mmrtK82KVERK8/ Q3jO2OjxemfMeifu7+E4Q/6fgf97hLRDqz3MYG+ljdwegPIUw6i+ZZ67bxA20hZgx1 E2c36rlps4tMA== From: Leon Romanovsky To: linux-rdma@vger.kernel.org, Kamal Heib Cc: Abhijit Gangurde , Allen Hubbe , Jason Gunthorpe In-Reply-To: <20260708210734.641411-1-kheib@redhat.com> References: <20260708210734.641411-1-kheib@redhat.com> Subject: Re: [PATCH rdma-next] RDMA/ionic: Remove duplicate IONIC_SPEC_HIGH definition Message-Id: <178358817866.1471117.4445800976843457612.b4-ty@kernel.org> Date: Thu, 09 Jul 2026 05:09:38 -0400 Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15-dev-18f8f On Wed, 08 Jul 2026 17:07:34 -0400, Kamal Heib wrote: > The macro IONIC_SPEC_HIGH is defined twice - remove it. Applied, thanks! [1/1] RDMA/ionic: Remove duplicate IONIC_SPEC_HIGH definition https://git.kernel.org/rdma/rdma/c/b21d9bf627dd41 Best regards, -- Leon Romanovsky