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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A262C4332F for ; Fri, 11 Nov 2022 02:44:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232823AbiKKCos (ORCPT ); Thu, 10 Nov 2022 21:44:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233097AbiKKCoc (ORCPT ); Thu, 10 Nov 2022 21:44:32 -0500 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29E7F8D1BD for ; Thu, 10 Nov 2022 18:39:31 -0800 (PST) Message-ID: <258ab14c-1c57-f0c1-c12c-5d0471174033@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1668134337; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EEWGelsrsfbH+XmCUcA0cJL/V3DhOhVfZ3FK9F8Jszg=; b=BwCXBbCpLfFZlRpBNhHS9AZcQCaj/KJlbSOOCYSqWZsjRm9jTNNbGOrTxn06I8/bVILU3L /ZlB/3mbJxMx7v3NH5Q+YgH/WkR9ZlU9/GsPivltVvL4J64SXIoUIlGxIOTelCDeNoeqtH e7jYdXNCE25u9CdHOahaP+29LRVw46g= Date: Fri, 11 Nov 2022 10:38:51 +0800 MIME-Version: 1.0 Subject: Re: RE: [PATCH 0/3] RDMA net namespace To: Parav Pandit , Yanjun Zhu , "dust.li@linux.alibaba.com" , Zhu Yanjun , "jgg@ziepe.ca" , "leon@kernel.org" , "linux-rdma@vger.kernel.org" References: <20221023220450.2287909-1-yanjun.zhu@intel.com> <20221026150113.GG56517@linux.alibaba.com> <20221027023055.GH56517@linux.alibaba.com> <5314ed2c09c1336f5c21cf7c944937e4@linux.dev> <6d841d006c9a79d9ecb1b1bae8d10a28@linux.dev> <7f5ed21ac410646aba93aac875a0d8a8@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yanjun Zhu In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org 在 2022/10/28 11:58, Parav Pandit 写道: > >> From: Yanjun Zhu >> Sent: Thursday, October 27, 2022 11:49 PM > >>> Can you show one iproute2 example, where you specify a command on >> device A, and kernel operates on device, A, P, Q, R? >> >> When you add a net devices to a bonding device, you will find changes on the >> bonding device and the net devices. >> >> Or some other commands like this. > That doesn’t count as I explained that it is more parent-child or similar control relationship, unlike rdma and netdevice as loosely coupled devices. OK. Follow your advice. Zhu Yanjun > > Also when you move a underlaying netdev interface of bond device, bond device doesn’t automatically move to new net ns.