From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net/ncsi: Add generic netlink family Date: Mon, 26 Feb 2018 11:31:36 -0500 (EST) Message-ID: <20180226.113136.1568195044048732904.davem@davemloft.net> References: <20180223041518.20195-1-sam@mendozajonas.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org To: sam@mendozajonas.com Return-path: In-Reply-To: <20180223041518.20195-1-sam@mendozajonas.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Samuel Mendoza-Jonas Date: Fri, 23 Feb 2018 15:15:18 +1100 > + * @NCSI_CMD_SET_INTERFACE: set preferred package and channel combination. > + * Requires NCSI_ATTR_IFINDEX and the preferred NCSI_ATTR_PACKAGE_ID and > + * optionally the preferred NCSI_ATTR_CHANNEL_ID. If neither IDs are > + * specified the setting is cleared. I think clearing the setting when the required attributes are missing is dangerous behavior. It is ambiguous whether the user intended the setting to be cleared, or was in error and forgot to supply the attribute due to a bug.