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, 22 Nov 2019 16:19:45 -0800 From: Jakub Kicinski <jakub.kicinski@...ronome.com> To: Rahul Lakkireddy <rahul.lakkireddy@...lsio.com> Cc: netdev@...r.kernel.org, linux-crypto@...r.kernel.org, davem@...emloft.net, herbert@...dor.apana.org.au, nirranjan@...lsio.com, atul.gupta@...lsio.com, vishal@...lsio.com, dt@...lsio.com Subject: Re: [PATCH net-next v2 1/3] cxgb4/chcr: update SGL DMA unmap for USO On Fri, 22 Nov 2019 16:06:29 -0800, Jakub Kicinski wrote: > > -struct tx_sw_desc; > > +struct ulptx_sgl; > > From this patch alone the forward declaration of struct ulptx_sgl; > appears unnecessary or a left over from some previous version of the > code? Okay, taking that back, looks like compiler treats use of struct type in another struct as a forward declaration. Interesting.
Powered by blists - more mailing lists