[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201214150740.GA15222@ranger.igk.intel.com>
Date: Mon, 14 Dec 2020 16:07:40 +0100
From: Maciej Fijalkowski <maciej.fijalkowski@...el.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: intel-wired-lan@...ts.osuosl.org, netdev@...r.kernel.org,
bpf@...r.kernel.org, anthony.l.nguyen@...el.com,
bjorn.topel@...el.com, magnus.karlsson@...el.com
Subject: Re: [PATCH net-next 5/8] ice: move skb pointer from rx_buf to rx_ring
On Fri, Dec 11, 2020 at 08:23:15PM -0800, Jakub Kicinski wrote:
> On Fri, 11 Dec 2020 17:49:53 +0100 Maciej Fijalkowski wrote:
> > @@ -864,14 +865,12 @@ ice_reuse_rx_page(struct ice_ring *rx_ring, struct ice_rx_buf *old_buf)
> > * for use by the CPU.
> > */
> > static struct ice_rx_buf *
> > -ice_get_rx_buf(struct ice_ring *rx_ring, struct sk_buff **skb,
> > - const unsigned int size)
> > +ice_get_rx_buf(struct ice_ring *rx_ring, const unsigned int size)
> > {
>
> FWIW I think you missed adjusting kdoc here.
How ironic :) sorry for that.
Powered by blists - more mailing lists