From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice Date: Wed, 4 Apr 2018 11:21:54 -0600 Message-ID: <54accf73-e6cc-e03f-6a1c-34e1bbd78047@gmail.com> References: <1522573990-5242-1-git-send-email-si-wei.liu@oracle.com> <1522573990-5242-3-git-send-email-si-wei.liu@oracle.com> <8b589cd2-1abc-59c2-99f1-96df8174bb6b@gmail.com> <20180403154210.GK3313@nanopsycho> <3bdfc39f-4935-2433-7982-9ce28c3aa166@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Jiri Pirko , Si-Wei Liu , "Michael S. Tsirkin" , Stephen Hemminger , Alexander Duyck , David Miller , "Brandeburg, Jesse" , Jakub Kicinski , Jason Wang , "Samudrala, Sridhar" , Netdev , virtualization@lists.linux-foundation.org, virtio-dev@lists.oasis-open.org To: Siwei Liu Return-path: Received: from mail-pl0-f68.google.com ([209.85.160.68]:40275 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751216AbeDDRV5 (ORCPT ); Wed, 4 Apr 2018 13:21:57 -0400 Received: by mail-pl0-f68.google.com with SMTP id x4-v6so14965098pln.7 for ; Wed, 04 Apr 2018 10:21:56 -0700 (PDT) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 4/4/18 1:36 AM, Siwei Liu wrote: > On Tue, Apr 3, 2018 at 6:04 PM, David Ahern wrote: >> On 4/3/18 9:42 AM, Jiri Pirko wrote: >>>> >>>> There are other use cases that want to hide a device from userspace. I >>> >>> What usecases do you have in mind? >> >> As mentioned in a previous response some kernel drivers create control >> netdevs. Just as in this case users should not be mucking with it, and >> S/W like lldpd should ignore it. >> >>> >>>> would prefer a better solution than playing games with name prefixes and >>>> one that includes an API for users to list all devices -- even ones >>>> hidden by default. >>> >>> Netdevice hiding feels a bit scarry for me. This smells like a workaround >>> for userspace issues. Why can't the netdevice be visible always and >>> userspace would know what is it and what should it do with it? >>> >>> Once we start with hiding, there are other things related to that which >>> appear. Like who can see what, levels of visibility etc... >>> >> >> I would not advocate for any API that does not allow users to have full >> introspection. The intent is to hide the netdev by default but have an >> option to see it. > > I'm fine with having a link dump API to inspect the hidden netdev. As > said, the name for hidden netdevs should be in a separate device > namespace, and we did not even get closer to what it should look like > as I don't want to make it just an option for ip link. Perhaps a new > set of sub-commands of, say, 'ip device'. It is a netdev so there is no reason to have a separate ip command to inspect it. 'ip link' is the right place.