[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a0fbc513-4905-4567-4815-e38c6a543cdd@intel.com>
Date: Wed, 12 Jul 2023 12:54:04 -0700
From: "Nambiar, Amritha" <amritha.nambiar@...el.com>
To: Simon Horman <simon.horman@...igine.com>
CC: <netdev@...r.kernel.org>, <kuba@...nel.org>, <davem@...emloft.net>,
<sridhar.samudrala@...el.com>
Subject: Re: [net-next/RFC PATCH v1 4/4] netdev-genl: Add support for exposing
napi info from netdev
On 6/2/2023 8:47 AM, Simon Horman wrote:
> On Thu, Jun 01, 2023 at 10:42:41AM -0700, Amritha Nambiar wrote:
>> Add support in ynl/netdev.yaml for napi related information. The
>> netdev structure tracks all the napi instances and napi fields.
>> The napi instances and associated queue[s] can be retrieved this way.
>>
>> Refactored netdev-genl to support exposing napi<->queue[s] mapping
>> that is retained in a netdev.
>
> Hi Amritha,
>
> This feels like it should be two patches to me.
> Though it is not something I feel strongly about.
>
Thanks for pointing that out, I'll split this patch into two.
>> Signed-off-by: Amritha Nambiar <amritha.nambiar@...el.com>
>
> ...
>
>> +static int
>> +netdev_nl_dev_napi_prepare_fill(struct net_device *netdev,
>> + struct sk_buff **pskb, u32 portid, u32 seq,
>> + int flags, u32 cmd, enum netdev_nl_type type)
>> +{
>> + struct nlmsghdr *nlh;
>> + struct sk_buff *skb = *pskb;
>> + bool last = false;
>> + int index = 0;
>> + void *hdr;
>> + int err;
>> +
>
> nit: please use reverse xmas tree - longest line to shortest - for
> local variable declarations in (new) Networking code.
>
> ...
Will fix in next version.
Powered by blists - more mailing lists