Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp539296ybp; Thu, 10 Oct 2019 23:48:05 -0700 (PDT) X-Google-Smtp-Source: APXvYqw0sydlpx34WuJiQ85JGOpMTSF5YtW/VoVBR8BBNWAuWpVBqJfw2ERsE++18EynWnqMhMap X-Received: by 2002:a05:6402:19b4:: with SMTP id o20mr11894801edz.10.1570776485085; Thu, 10 Oct 2019 23:48:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570776485; cv=none; d=google.com; s=arc-20160816; b=KFqs98tYwWx9RZU6h4lCYDXvG1Y6SXNNec+yZBac2BRYr66qJadragdTqTuN0+SVth zoLf/wT8AW0twcnhoGwhJneRBWI35sa1zwT2ED/qMcwqsaT5FFQsI3eJJHdvB6ntwAL1 jQUpaQZUapF7dqFgqbwizHkJGZLVr3+7D4no+Y1IfdtYrbOdz7hxUMYHZGqC+vl6ethy OVyouME26sx+wYtUUIGzQLgpLjQ5KE+q+NWwkTQ+aoTgSoTBPafkGjzWQoKALO9kHK4+ PYloDRP8T/f21foMvPua+3K6+GEQOhjAVm91ki9wdwpYJuPNe+cdZM/jArkBndKkyO4P 80YA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=dCbaVy9OsmAorMNHrRcC3SjEK3jqlHDZgP6b/SQ18zM=; b=LEZpPCzaNw9glAdyPbsSIVGlO+h6aj5hkYMsLgX6c5ifgKG5JmJikgp8ksrrTMiap7 PUKj6NWsL+REePoleQc8Q8x0Y7Y900iUknLSbr/vp5xrUkFJQvO9/NsLEHYcvP1Bd1Eh FJ4gWyDb3ZBc6j72kAelFUL0mb9SqKGqrJYbQzx6x5BWlflliCI4JLqefI/xhEPGw9iq HQwo8Hqg8XiI5dYNMdBpZKLEFruWefpzW4MD6eOP+ODcWkmqrykenVDmRIR0uBjA1H1D 6QreICV6btdNqFP5hrF9hw2SEUc2gU4bzS3yMZlfRzkf9RsSVX9/hXM5SO8FBEVMTrjB 45Fg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p43si5187457edc.368.2019.10.10.23.47.41; Thu, 10 Oct 2019 23:48:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727406AbfJKGrN (ORCPT + 99 others); Fri, 11 Oct 2019 02:47:13 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:60888 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726481AbfJKGrN (ORCPT ); Fri, 11 Oct 2019 02:47:13 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.92.2) (envelope-from ) id 1iIohY-0003Kb-Qd; Fri, 11 Oct 2019 08:47:00 +0200 Message-ID: Subject: Re: [PATCH net-next v7 00/17] ethtool netlink interface, part 1 From: Johannes Berg To: Jakub Kicinski , Michal Kubecek Cc: David Miller , netdev@vger.kernel.org, Jiri Pirko , Andrew Lunn , Florian Fainelli , John Linville , Stephen Hemminger , linux-kernel@vger.kernel.org Date: Fri, 11 Oct 2019 08:46:59 +0200 In-Reply-To: <20191010174839.6e44158b@cakuba.netronome.com> (sfid-20191011_024857_967575_978B3526) References: <20191010174839.6e44158b@cakuba.netronome.com> (sfid-20191011_024857_967575_978B3526) Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5 (3.30.5-1.fc29) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2019-10-10 at 17:48 -0700, Jakub Kicinski wrote: > On Wed, 9 Oct 2019 22:59:00 +0200 (CEST), Michal Kubecek wrote: > > This is first part of netlink based alternative userspace interface for > > ethtool. It aims to address some long known issues with the ioctl > > interface, mainly lack of extensibility, raciness, limited error reporting > > and absence of notifications. The goal is to allow userspace ethtool > > utility to provide all features it currently does but without using the > > ioctl interface. However, some features provided by ethtool ioctl API will > > be available through other netlink interfaces (rtnetlink, devlink) if it's > > more appropriate. > > Looks like perhaps with ETHTOOL_A_HEADER_RFLAGS checking taken out of > the picture we can proceed as is and potentially work on defining some > best practices around attrs and nesting for the future generations? :) > > I was trying to find a way to perhaps start merging something.. Would > it make sense to spin out patches 1, 2, 3, and 8 as they seem to be > ready (possibly 11, too if the reorder isn't painful)? I was surprised 3 didn't go in even last time this was posted, it seems such an obvious thing and not necessary just for ethtool :) johannes