From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9FE8038DE4; Sun, 21 Apr 2024 19:32:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713727946; cv=none; b=RV2FELdpuAUK423g7O35wRQnixETBoghAdNrMupEquWhysFO1nbVuETGVzoRCpfV/6a0s3e4W60DB5B5ViBQcgFXBZy0/dVBeOFqPYMjettBl5hk+o/EKUJNS0OA6dLbxvo5NYXdDj0y5SrR287aJGaoo4np86HKJNxLmJYG78A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713727946; c=relaxed/simple; bh=krzLUqQecTEOyEkxjGz9LNCmtO1Aojsnd+iPOcKj2Xs=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=tWg7dvahacp1IFRuoqVrqceo4FXrUkIBD0+9eDj5pDWAbFYAoV+Rpuonggc7bUDnmGatfRDLPy/soVcaO7hDn9P4nPNIVCR/YVKV9oyfcY408VlJTGe8I66TiTUmR7tJ4w/ASpJWqzIIYtvCxyufLm1UENBmTsureZ0qTErSZBQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ujrey7p4; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ujrey7p4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A0C0CC113CE; Sun, 21 Apr 2024 19:32:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713727946; bh=krzLUqQecTEOyEkxjGz9LNCmtO1Aojsnd+iPOcKj2Xs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ujrey7p4cKI0TA20IPGzBsX9trA7Vv5V2GStf4aHiOZgmBIJkHq5mSnHMgxQ/inVq h2khcbKQvtsnbAp4DlqZFSqEnBZz6LVcEXkMCaBf/r+vLOPtTgQEawdLmvIBrGGIO7 XoO4ePPE+9nIJn+G+8rF8WRXe1/p8+Mx5PtPbSCJ2SsU2P5FHsDrjN0JmX2F7GxhOO 1oTtmRcNIznI81VW+e1DBs/4AbhrbDNGc/w/3ATyoJi1o257PhlFwu/dg5OFK/O+BQ 6TFj/M5R+vaB7p9y8zLL1gedVJhanbke0NEdwFkz/YKS2fxoNZW0HnmPAgeN4yUPi7 t5M+sBEA0UuXA== Message-ID: Date: Sun, 21 Apr 2024 13:32:24 -0600 Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next 1/4] netdev: support dumping a single netdev in qstats Content-Language: en-US To: Eric Dumazet , Jakub Kicinski Cc: davem@davemloft.net, netdev@vger.kernel.org, pabeni@redhat.com, shuah@kernel.org, sdf@google.com, amritha.nambiar@intel.com, linux-kselftest@vger.kernel.org References: <20240420023543.3300306-1-kuba@kernel.org> <20240420023543.3300306-2-kuba@kernel.org> From: David Ahern In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 4/21/24 1:17 PM, Eric Dumazet wrote: > I wonder if NLM_F_DUMP_FILTERED should not be reported to user space ? good point. We do set that flag for other dumps when a filter has been used to limit data returned.