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 501AEC25B06 for ; Thu, 4 Aug 2022 20:49:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239609AbiHDUtz (ORCPT ); Thu, 4 Aug 2022 16:49:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229813AbiHDUty (ORCPT ); Thu, 4 Aug 2022 16:49:54 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C0DF6E2F9 for ; Thu, 4 Aug 2022 13:49:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=ukZgTs7SRXdN51RQer1HVdBDS05o9tBBZgSNlIVO8I4=; b=nUtDo2frdIcG77V6+LtGsZeWYH k/sHt5HW/7u16nGKiPLvDZp4E3cxpsLVJlZy2wlq8X+XJ5MXISGImrmx2spy0j3j3XRo6fANOfckU OByysgpUUa6ka8X0eNosVX7YcMApUe4GfUlSQDmuoe/3hQbm1Np4xFqxNVy2EuH7QhVo=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oJhmx-00CSRD-Mo; Thu, 04 Aug 2022 22:49:51 +0200 Date: Thu, 4 Aug 2022 22:49:51 +0200 From: Andrew Lunn To: James Prestwood Cc: netdev@vger.kernel.org Subject: Re: [RFC 0/1] Move IFF_LIVE_ADDR_CHANGE to public flag Message-ID: References: <20220804174307.448527-1-prestwoj@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220804174307.448527-1-prestwoj@gmail.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > net: move IFF_LIVE_ADDR_CHANGE to public flag If this concept is accepted, i would actually change the flag name a little. That will help developers know the semantics of the flag have changed when their code fails to compile. Maybe make the public flag IFF_ADDR_CHANGE_LIVE? Andrew