From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net/ncsi: Add NCSI OEM command support Date: Fri, 05 Oct 2018 14:54:58 -0700 (PDT) Message-ID: <20181005.145458.746711951646640462.davem@davemloft.net> References: <20181005174602.828803-1-vijaykhemka@fb.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: sam@mendozajonas.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, Justin.Lee1@Dell.com, joel@jms.id.au, linux-aspeed@lists.ozlabs.org, sdasari@fb.com, christian@cmd.nu To: vijaykhemka@fb.com Return-path: In-Reply-To: <20181005174602.828803-1-vijaykhemka@fb.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Vijay Khemka Date: Fri, 5 Oct 2018 10:46:01 -0700 > This patch adds OEM commands and response handling. It also defines OEM > command and response structure as per NCSI specification along with its > handlers. > > ncsi_cmd_handler_oem: This is a generic command request handler for OEM > commands > ncsi_rsp_handler_oem: This is a generic response handler for OEM commands > > Signed-off-by: Vijay Khemka > Reviewed-by: Justin Lee > Reviewed-by: Samuel Mendoza-Jonas Applied.