lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 11 Dec 2020 20:23:15 -0800 From: Jakub Kicinski <kuba@...nel.org> To: Maciej Fijalkowski <maciej.fijalkowski@...el.com> 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, 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.
Powered by blists - more mailing lists