From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 790DEC83F33 for ; Mon, 4 Sep 2023 14:12:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237262AbjIDOMr (ORCPT ); Mon, 4 Sep 2023 10:12:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238655AbjIDOMn (ORCPT ); Mon, 4 Sep 2023 10:12:43 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FD50CE2; Mon, 4 Sep 2023 07:12:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=lgPjbtnuzducq8zBXNSn4l70tO9BNMjCDOC/x9Nr+h8=; b=4wUfhyChb/eyD7WmNhXDJo0PNo EZxfBAPRWs6rnCeqwVORkMXjpr3YwTMjKDGW//NBM9E8DGAo+OnqVT0HF520wX+9cJkfMxfN9lPGA GnQ44kebuvcEmMA/lkcVbMLZPZnrWz16c5MhIhvtVUJL5BshKHjj/MGDrp6T6F+pTIaQ=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1qdAJa-005kFt-4n; Mon, 04 Sep 2023 16:12:30 +0200 Date: Mon, 4 Sep 2023 16:12:30 +0200 From: Andrew Lunn To: MD Danish Anwar Cc: Simon Horman , Roger Quadros , Vignesh Raghavendra , Jacob Keller , Richard Cochran , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, srk@ti.com, r-gunasekaran@ti.com Subject: Re: [RFC PATCH net-next 4/4] net: ti: icssg_prueth: add TAPRIO offload support Message-ID: References: <20230830110847.1219515-1-danishanwar@ti.com> <20230830110847.1219515-5-danishanwar@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230830110847.1219515-5-danishanwar@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > +void icssg_qos_init(struct net_device *ndev) > +{ > + icssg_qos_tas_init(ndev); > + > + /* IET init goes here */ > +} This sees like a TODO? Andrew