Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751696AbdGWGNv (ORCPT ); Sun, 23 Jul 2017 02:13:51 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:37342 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750815AbdGWGNt (ORCPT ); Sun, 23 Jul 2017 02:13:49 -0400 Date: Sun, 23 Jul 2017 08:13:32 +0200 From: Richard Cochran 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 Message-ID: <20170723061332.wiubsmavqemcglmt@localhost.localdomain> References: <20170617172431.177044-1-salil.mehta@huawei.com> <20170617172431.177044-6-salil.mehta@huawei.com> <20170618164518.GA1685@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 496 Lines: 16 On Sat, Jul 22, 2017 at 11:38:26PM +0000, Salil Mehta wrote: > > 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. Where in this series is hclge_tm_setup_tc() defined? Nowhere, AFAICT. Thanks, Richard