[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220319015038.GA18238@nj-rack01-04.nji.corigine.com>
Date: Sat, 19 Mar 2022 09:50:38 +0800
From: Yinjun Zhang <yinjun.zhang@...igine.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: Simon Horman <simon.horman@...igine.com>,
David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
oss-drivers@...igine.com
Subject: Re: [PATCH net-next 09/10] nfp: add support for NFDK data path
On Fri, Mar 18, 2022 at 10:56:28AM -0700, Jakub Kicinski wrote:
> On Fri, 18 Mar 2022 11:13:01 +0100 Simon Horman wrote:
> > +/**
> > + * nfp_net_tx() - Main transmit entry point
> > + * @skb: SKB to transmit
> > + * @netdev: netdev structure
> > + *
> > + * Return: NETDEV_TX_OK on success.
> > + */
> > +netdev_tx_t nfp_nfdk_tx(struct sk_buff *skb, struct net_device *netdev)
>
> Did I fumble the kdoc here? I'd like to believe that I did not
> and someone else added this, cause really it doesn't explain much :)
I'm afraid there it was(apparently a copy and paste mistake), and sorry
we didn't check that line by line. I'll just modify the function name
in the kdoc.
Powered by blists - more mailing lists