From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752574AbdLKQE6 (ORCPT ); Mon, 11 Dec 2017 11:04:58 -0500 Received: from lhrrgout.huawei.com ([194.213.3.17]:10140 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752204AbdLKQEy (ORCPT ); Mon, 11 Dec 2017 11:04:54 -0500 From: Salil Mehta To: Philippe Ombredanne CC: "David S. Miller" , "Zhuangyuzeng (Yisen)" , "lipeng (Y)" , "mehta.salil.lnk@gmail.com" , "netdev@vger.kernel.org" , LKML , "linux-rdma@vger.kernel.org" , Linuxarm Subject: RE: [PATCH V2 net-next 2/8] net: hns3: Add mailbox support to VF driver Thread-Topic: [PATCH V2 net-next 2/8] net: hns3: Add mailbox support to VF driver Thread-Index: AQHTcGoBBXA0IyAndEeKAYIVBhFEI6M6FGUAgAQ8e2A= Date: Mon, 11 Dec 2017 16:04:41 +0000 Message-ID: References: <20171208211702.20104-1-salil.mehta@huawei.com> <20171208211702.20104-3-salil.mehta@huawei.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.202.226.117] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id vBBG51b5001119 Hi Philippe, > -----Original Message----- > From: Philippe Ombredanne [mailto:pombredanne@nexb.com] > Sent: Saturday, December 09, 2017 12:17 AM > To: Salil Mehta > Cc: David S. Miller ; Zhuangyuzeng (Yisen) > ; lipeng (Y) ; > mehta.salil.lnk@gmail.com; netdev@vger.kernel.org; LKML kernel@vger.kernel.org>; linux-rdma@vger.kernel.org; Linuxarm > > Subject: Re: [PATCH V2 net-next 2/8] net: hns3: Add mailbox support to > VF driver > > Sali, Sali ---> Salil Thanks > > On Fri, Dec 8, 2017 at 10:16 PM, Salil Mehta > wrote: > > This patch adds the support of the mailbox to the VF driver. The > > mailbox shall be used as an interface to communicate with the > > PF driver for various purposes like {set|get} MAC related > > operations, reset, link status etc. The mailbox supports both > > synchronous and asynchronous command send to PF driver. > > > > Signed-off-by: Salil Mehta > > Signed-off-by: lipeng > [...] > > --- /dev/null > > +++ b/drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h > > @@ -0,0 +1,94 @@ > > +/* > > + * Copyright (c) 2016-2017 Hisilicon Limited. > > + * > > + * This program is free software; you can redistribute it and/or > modify > > + * it under the terms of the GNU General Public License as published > by > > + * the Free Software Foundation; either version 2 of the License, or > > + * (at your option) any later version. > > + */ > > Why not use the new SPDX ids? We can. I will change the headers for files [.c .h Makefile] part of HNS3 VF driver change in next V3 patch submit. > e.g. > > +/* SPDX-License-Identifier: GPL-2.0+ */ > > +/* Copyright (c) 2016-2017 Hisilicon Limited. */ > > See Linus posts and Thomas doc patches for details. Sure. Thanks! > > -- > Cordially > Philippe Ombredanne