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=-5.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 D3A19C4363D for ; Fri, 25 Sep 2020 11:52:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8E1F02083B for ; Fri, 25 Sep 2020 11:52:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="SPllqGd3" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728339AbgIYLwt (ORCPT ); Fri, 25 Sep 2020 07:52:49 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:37536 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728193AbgIYLwq (ORCPT ); Fri, 25 Sep 2020 07:52:46 -0400 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601034765; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=1lFUjAv5XMbiVSgu0Jg799Tw+/D/0Z80SazXgHyAh2w=; b=SPllqGd33GKTU0Pcc0lqLZ6Aaqv/f4zfSjbIpDM/g+MCm4lSUPthfPU+xQ+xmY33+qmbpd sR6PxdJtD2yAAMXnmCwcKZ5gfcEriPaRTrNQ1XgCky5cWzjdq9pMm5+8Zr3lVWEhBKEl2u wGlD30UrQLnCOkIjlOSOKfaV9iu2ldw= Received: from mail-oo1-f72.google.com (mail-oo1-f72.google.com [209.85.161.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-447-aKz0ugwGO7OOEZok7i8uuQ-1; Fri, 25 Sep 2020 07:52:44 -0400 X-MC-Unique: aKz0ugwGO7OOEZok7i8uuQ-1 Received: by mail-oo1-f72.google.com with SMTP id n6so1147884oos.12 for ; Fri, 25 Sep 2020 04:52:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1lFUjAv5XMbiVSgu0Jg799Tw+/D/0Z80SazXgHyAh2w=; b=etk4yQUD2luLLhaq15GVSSEDxWZUvfD/lYE5F2cYfPOFfKvSIoqGiX+MafaguDdCA9 P0mmRa+Sg3i/KHLXdzNczzdpv6oiyvHkN9297CLIbX583ikLGHpPokq18TvS+q0i7Bay BpKPjPCsS1UsDfZ5EUB92zqFoNiFZiHmG4ALuWLED91LwOb909SIX2k6MBWtPD54BD/c 72I9N/ITE+tOk3946ee9QlHE1wpTGTaeFBoIEWQEkklVUfLCAEGPNOTTTOOvFJo7snTz QBDvZ9TWACeh1v8e4E2bw2dkqDiS1xB1fSG64un/IDjSaXuCo9gb7OXYvjQcpyPv1QJp zXEQ== X-Gm-Message-State: AOAM532JbGaZDCvnTTlo0kHJak1oQN9TffY26UpYaJ5VCuWyl0NX41pI QXmF39iKKybWh3vj31rqQ07+VKsqbsre+9sB4f6hCwJSVvaa1rt6QvkxjNtz9z3v2zCkLLAIVmK IHpu8kvOv01Fri7p6+qY8WCVRPnEHTgwi X-Received: by 2002:aca:ec53:: with SMTP id k80mr1236658oih.92.1601034763121; Fri, 25 Sep 2020 04:52:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy1drV9IRouxE5hJs4rIGJb6Xa11KayHtu5ujP+a6xTaRT0t7HlxB1xubhQw4czUWUkQULukEgHML0ejBwbHec= X-Received: by 2002:aca:ec53:: with SMTP id k80mr1236651oih.92.1601034762945; Fri, 25 Sep 2020 04:52:42 -0700 (PDT) MIME-Version: 1.0 References: <20200922133731.33478-1-jarod@redhat.com> <20200922133731.33478-3-jarod@redhat.com> <20200922232317.jlbgpsy74q6tbx3a@lion.mk-sys.cz> <20200922.165114.402110655616716896.davem@davemloft.net> In-Reply-To: <20200922.165114.402110655616716896.davem@davemloft.net> From: Jarod Wilson Date: Fri, 25 Sep 2020 07:52:32 -0400 Message-ID: Subject: Re: [PATCH net-next 2/5] bonding: rename slave to link where possible To: David Miller Cc: Michal Kubecek , LKML , Jay Vosburgh , Veaceslav Falico , Andy Gospodarek , Jakub Kicinski , Thomas Davis , Netdev Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Sep 22, 2020 at 7:51 PM David Miller wrote: > > From: Michal Kubecek > Date: Wed, 23 Sep 2020 01:23:17 +0200 > > > Even if the module parameters are deprecated and extremely inconvenient > > as a mean of bonding configuration, I would say changing their names > > would still count as "breaking the userspace". > > I totally agree. > > Anything user facing has to be kept around for the deprecation period, > and that includes module parameters. Apologies, that was a definite oversight on my part, can add them back via similar means as num_grat_arp and num_unsol_na use currently. -- Jarod Wilson jarod@redhat.com