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 X-Spam-Level: X-Spam-Status: No, score=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DA426C433E3 for ; Sat, 20 Mar 2021 11:13:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BEE6761A40 for ; Sat, 20 Mar 2021 11:13:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230163AbhCTLMa (ORCPT ); Sat, 20 Mar 2021 07:12:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:52720 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229956AbhCTLML (ORCPT ); Sat, 20 Mar 2021 07:12:11 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1B37F619A3; Sat, 20 Mar 2021 09:30:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616232634; bh=zs6f/mF7nTUAQezJXgE6vq2LUOB4jiUqb3XxVYDGMis=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E/CI3We5bHVxrbP/8GTObYZKtGU9rB2W11WllJAC55lB5T5J2L2kOWE4zlLrmAzrs 1MCk7J+Bgg5iKER9mm1EQGM8OfwX6Hdm4LJaxfs0qdiIWWkTK/Ccjaqrb3q4WxFaPu 8UzOBEfvmqbBYjT1u+vmv6505TcB/5wNQohYNZaqGtfFiHKCU3NfnZaVZFP0Dr6SPr ayYNP3Tex5WR6Ycb6zNzrO9AAnS3ZMBjU0r/v/pIG2+AmuMdpa04JfeMAIDnidSx+z sJvRM4HJo3RfaQq8mHLuh9zsbLaogBR/r1Y+vr98URAUMMBbkTCWYxfiYLwHriPBnG QF1FTwQD5URbw== Date: Sat, 20 Mar 2021 11:30:29 +0200 From: Leon Romanovsky To: Jinpu Wang Cc: linux-rdma@vger.kernel.org, Jason Gunthorpe , Doug Ledford Subject: Re: IPoIB child interfaces not working with mlx5 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Fri, Mar 19, 2021 at 08:44:29AM +0100, Jinpu Wang wrote: > Hi Jason and Leon, > > We recently switch to use upstream OFED from MLNX-OFED, and we notice > IPoIB stop working with upstream kernel 5.4.102 with mellanox CX-5 > HCA, it's working fine on CX-2/CX-3. I tested also on 5.11 kernel it > behaves the same. Are you using "enhanced IPoIB" for CX-5 devices? MLX5_CORE_IPOIB? Thanks