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 X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FB09C433E0 for ; Mon, 18 May 2020 19:35:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4B62F207F5 for ; Mon, 18 May 2020 19:35:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589830544; bh=Y9r1KHGALqrAUILV9ehHYdn1y1R+klWrJkIuAC7v01I=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=QL6wR/oAvMAxIIXfoz2DlxdBWWZJDqE5cQzhjhGt+ayFckDAMRKhgVs+QyxdFWxOL i4MB8ua3p/vTKTpPQ1wv9gESW7LFZMEcsAEpzFX4aUjGXR7t5IYeGQPbGUwCC3maD2 OP9+KeJM4Fg+mQz4VZiiS3sgK9NPeCblBOIGvPVQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728244AbgERTfn (ORCPT ); Mon, 18 May 2020 15:35:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:47438 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727987AbgERTfn (ORCPT ); Mon, 18 May 2020 15:35:43 -0400 Received: from kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com (unknown [163.114.132.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 91FB720643; Mon, 18 May 2020 19:35:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589830542; bh=Y9r1KHGALqrAUILV9ehHYdn1y1R+klWrJkIuAC7v01I=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=i9YqDv9QcOnyngUaTHY+B1U1EVmsyzpB/KJWE0Jxee/HyfS9yCRJSMZ4kFQB4jGq2 l1Pa1SkY35rdxJ6IVvWaZV64HV6HaLaEmR8LQKBw/SxSK70DmKzpctm5F5JZXKbMfk 5APHLDxRWt+g6k5xqAzrslan0f8368xhtR36yV6U= Date: Mon, 18 May 2020 12:35:40 -0700 From: Jakub Kicinski To: Ioana Ciornei Cc: "davem@davemloft.net" , "netdev@vger.kernel.org" Subject: Re: [PATCH v2 net-next 0/7] dpaa2-eth: add support for Rx traffic classes Message-ID: <20200518123540.3245b949@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <20200515184753.15080-1-ioana.ciornei@nxp.com> <20200515122035.0b95eff4@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20200515124059.33c43d03@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20200515152500.158ca070@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sat, 16 May 2020 08:16:47 +0000 Ioana Ciornei wrote: > > With the Rx QoS features users won't even be able to tell via standard Linux > > interfaces what the config was. > > Ok, that is true. So how should this information be exported to the user? I believe no such interface currently exists.