From: David Ahern <dsahern@gmail.com>
To: Jakub Kicinski <kuba@kernel.org>, James Prestwood <prestwoj@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH 1/4] net: arp: introduce arp_evict_nocarrier sysctl parameter
Date: Thu, 14 Oct 2021 12:32:31 -0600 [thread overview]
Message-ID: <5e4a7d1e-9ca2-1e46-4bbc-e8f27b882db2@gmail.com> (raw)
In-Reply-To: <20211014095945.0767b4ad@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
On 10/14/21 10:59 AM, Jakub Kicinski wrote:
> On Thu, 14 Oct 2021 09:29:05 -0700 James Prestwood wrote:
>>>> diff --git a/include/linux/inetdevice.h
>>>> b/include/linux/inetdevice.h
>>>> index 53aa0343bf69..63180170fdbd 100644
>>>> --- a/include/linux/inetdevice.h
>>>> +++ b/include/linux/inetdevice.h
>>>> @@ -133,6 +133,7 @@ static inline void ipv4_devconf_setall(struct
>>>> in_device *in_dev)
>>>> #define IN_DEV_ARP_ANNOUNCE(in_dev) IN_DEV_MAXCONF((in_dev),
>>>> ARP_ANNOUNCE)
>>>> #define IN_DEV_ARP_IGNORE(in_dev) IN_DEV_MAXCONF((in_dev),
>>>> ARP_IGNORE)
>>>> #define IN_DEV_ARP_NOTIFY(in_dev) IN_DEV_MAXCONF((in_dev),
>>>> ARP_NOTIFY)
>>>> +#define IN_DEV_ARP_EVICT_NOCARRIER(in_dev)
>>>> IN_DEV_CONF_GET((in_dev), ARP_EVICT_NOCARRIER)
>>>
>>> IN_DEV_ANDCONF() makes most sense, I'd think.
>>
>> So given we want '1' as the default as well as the ability to toggle
>> this option per-netdev I thought this was more appropriate. One caviat
>> is this would not work for setting ALL netdev's, but I don't think this
>> is a valid use case; or at least I can't imagine why you'd want to ever
>> do this.
>>
>> This is a whole new area to me though, so if I'm understanding these
>> macros wrong please educate me :)
>
> Yeah, TBH I'm not sure what the best practice is here. I know we
> weren't very consistent in the past. Having a knob for "all" which
> is 100% ignored seems like the worst option. Let me CC Dave Ahern,
> please make sure you CC him on v2 as well.
>
agreed. It's a matter of consistency in the use of the 'all' variant. I
would say support it even if it you do not believe it will be changed.
next prev parent reply other threads:[~2021-10-14 18:32 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-13 22:27 [PATCH 1/4] net: arp: introduce arp_evict_nocarrier sysctl parameter James Prestwood
2021-10-13 22:27 ` [PATCH 2/4] net: ndisc: introduce ndisc_evict_nocarrier " James Prestwood
2021-10-13 22:27 ` [PATCH 3/4] doc: networking: document arp_evict_nocarrier James Prestwood
2021-10-14 18:34 ` David Ahern
2021-10-13 22:27 ` [PATCH 4/4] doc: networking: document ndisc_evict_nocarrier James Prestwood
2021-10-13 23:37 ` [PATCH 1/4] net: arp: introduce arp_evict_nocarrier sysctl parameter Jakub Kicinski
2021-10-13 23:40 ` Jakub Kicinski
2021-10-14 16:32 ` James Prestwood
2021-10-14 16:43 ` Jakub Kicinski
2021-10-14 16:29 ` James Prestwood
2021-10-14 16:59 ` Jakub Kicinski
2021-10-14 18:32 ` David Ahern [this message]
2021-10-14 8:30 ` Daniel Borkmann
2021-10-14 16:20 ` James Prestwood
2021-10-14 18:34 ` David Ahern
2021-10-14 18:52 ` James Prestwood
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5e4a7d1e-9ca2-1e46-4bbc-e8f27b882db2@gmail.com \
--to=dsahern@gmail.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=prestwoj@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).