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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 636F7C433FF for ; Fri, 9 Aug 2019 15:46:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 214A4208C4 for ; Fri, 9 Aug 2019 15:46:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2436790AbfHIPqN (ORCPT ); Fri, 9 Aug 2019 11:46:13 -0400 Received: from mx2.suse.de ([195.135.220.15]:57522 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2436647AbfHIPqN (ORCPT ); Fri, 9 Aug 2019 11:46:13 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id AF353AD23; Fri, 9 Aug 2019 15:46:11 +0000 (UTC) Received: by unicorn.suse.cz (Postfix, from userid 1000) id 03EC8E0441; Fri, 9 Aug 2019 17:46:10 +0200 (CEST) Date: Fri, 9 Aug 2019 17:46:09 +0200 From: Michal Kubecek To: Roopa Prabhu Cc: Jiri Pirko , netdev , David Miller , Jakub Kicinski , Stephen Hemminger , David Ahern , dcbw@redhat.com, Andrew Lunn , parav@mellanox.com, Saeed Mahameed , mlxsw Subject: Re: [patch net-next rfc 3/7] net: rtnetlink: add commands to add and delete alternative ifnames Message-ID: <20190809154609.GG31971@unicorn.suse.cz> References: <20190719110029.29466-1-jiri@resnulli.us> <20190719110029.29466-4-jiri@resnulli.us> <20190809062558.GA2344@nanopsycho.orion> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Aug 09, 2019 at 08:40:25AM -0700, Roopa Prabhu wrote: > to that point, I am also not sure why we have a new API For multiple > names. I mean why support more than two names (existing old name and > a new name to remove the length limitation) ? One use case is to allow "predictable names" from udev/systemd to work the way do for e.g. block devices, see http://lkml.kernel.org/r/20190628162716.GF29149@unicorn.suse.cz Michal