From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Lin Subject: Re: [PATCH 1/7] devlink: Add permanent config parameter get/set operations Date: Wed, 18 Oct 2017 08:39:09 -0400 Message-ID: References: <1508273069-40461-1-git-send-email-steven.lin1@broadcom.com> <1508273069-40461-2-git-send-email-steven.lin1@broadcom.com> <20171018071140.GB2028@nanopsycho> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: netdev@vger.kernel.org, Jiri Pirko , "David S . Miller" , Michael Chan , John Linville , Andy Gospodarek To: Jiri Pirko Return-path: Received: from mail-qt0-f172.google.com ([209.85.216.172]:51390 "EHLO mail-qt0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934046AbdJRMja (ORCPT ); Wed, 18 Oct 2017 08:39:30 -0400 Received: by mail-qt0-f172.google.com with SMTP id h4so9963290qtk.8 for ; Wed, 18 Oct 2017 05:39:29 -0700 (PDT) In-Reply-To: <20171018071140.GB2028@nanopsycho> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Oct 18, 2017 at 3:11 AM, Jiri Pirko wrote: > Tue, Oct 17, 2017 at 10:44:23PM CEST, steven.lin1@broadcom.com wrote: > Steve. As I originally requested, could you please split this to: > 1) single patch adding config get/set commands, without any config attributes > 2) single patch per config attribute - please don't add them in bulk. > We also need very strict description for every single attribute so > other vendors know what it is and can re-use it. There is need to > avoid duplication here. Also, please send just few attribites in the > first run, not like 40 you are sending now. Impossible to review. I broke the patch set up into functional blocks of attributes, in order to avoid having ~40 patches of just a couple lines each. But, I will split further for each individual attribute, and just submit a few initially, per your request. > > Also, why didn't you put it into nested attribute we were discussing? > I thought I did :) , using the DPIPE_HEADERS nested attribute as an example. I'll reach out to you off-list to understand what I'm missing. >> >>+static const struct nla_policy devlink_nl_policy[DEVLINK_ATTR_MAX + 1]; >>+ >>+static int devlink_nl_sing_param_get(struct sk_buff *msg, > > I was wondering what song it will sing :) Just add "le", it's just 2 > chars :) > Will do, thanks. ;) Steve