Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755197AbdGVXij convert rfc822-to-8bit (ORCPT ); Sat, 22 Jul 2017 19:38:39 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:32168 "EHLO lhrrgout.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752038AbdGVXih (ORCPT ); Sat, 22 Jul 2017 19:38:37 -0400 From: Salil Mehta To: Richard Cochran CC: "davem@davemloft.net" , "Zhuangyuzeng (Yisen)" , huangdaode , "lipeng (Y)" , "mehta.salil.lnk@gmail.com" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Linuxarm Subject: RE: [PATCH V3 net-next 5/8] net: hns3: Add support of TX Scheduler & Shaper to HNS3 driver Thread-Topic: [PATCH V3 net-next 5/8] net: hns3: Add support of TX Scheduler & Shaper to HNS3 driver Thread-Index: AQHS546+/90K9iubNECbIoKqJvNKu6Iqs+QAgDYD1XA= Date: Sat, 22 Jul 2017 23:38:26 +0000 Message-ID: References: <20170617172431.177044-1-salil.mehta@huawei.com> <20170617172431.177044-6-salil.mehta@huawei.com> <20170618164518.GA1685@localhost.localdomain> In-Reply-To: <20170618164518.GA1685@localhost.localdomain> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.47.95.3] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090203.5973E1FA.000B,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=169.254.1.170, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 8f91bf068f0fc9b2fec536d291d77753 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 897 Lines: 32 Hi Richard, > -----Original Message----- > From: Richard Cochran [mailto:richardcochran@gmail.com] > Sent: Sunday, June 18, 2017 5:45 PM > To: Salil Mehta > Cc: davem@davemloft.net; Zhuangyuzeng (Yisen); huangdaode; lipeng (Y); > mehta.salil.lnk@gmail.com; netdev@vger.kernel.org; linux- > kernel@vger.kernel.org; Linuxarm > Subject: Re: [PATCH V3 net-next 5/8] net: hns3: Add support of TX > Scheduler & Shaper to HNS3 driver > > On Sat, Jun 17, 2017 at 06:24:28PM +0100, Salil Mehta wrote: > > + > > +int hclge_tm_schd_init(struct hclge_dev *hdev); > > +int hclge_tm_setup_tc(struct hclge_dev *hdev); > > The definition of this function DNE. Sorry, I did not get what DNE means? Does Not Exist ? If yes, the I can see the definition of both the functions. Best regards Salil > > > +int hclge_pause_setup_hw(struct hclge_dev *hdev); > > + > > +#endif > > -- > > 2.7.4 > > Thanks, > Richard