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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <IA1PR11MB6266FCE957F98C0E8EE7BEEBE4C0A@IA1PR11MB6266.namprd11.prod.outlook.com> Date: Fri, 29 Sep 2023 20:59:47 +0000 From: "Mogilappagari, Sudheer" <sudheer.mogilappagari@...el.com> To: "edward.cree@....com" <edward.cree@....com>, "linux-net-drivers@....com" <linux-net-drivers@....com>, "davem@...emloft.net" <davem@...emloft.net>, "kuba@...nel.org" <kuba@...nel.org>, "edumazet@...gle.com" <edumazet@...gle.com>, "pabeni@...hat.com" <pabeni@...hat.com> CC: Edward Cree <ecree.xilinx@...il.com>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "habetsm.xilinx@...il.com" <habetsm.xilinx@...il.com>, "Damato, Joe" <jdamato@...tly.com>, "andrew@...n.ch" <andrew@...n.ch>, "mw@...ihalf.com" <mw@...ihalf.com>, "linux@...linux.org.uk" <linux@...linux.org.uk>, "sgoutham@...vell.com" <sgoutham@...vell.com>, "gakula@...vell.com" <gakula@...vell.com>, "sbhatta@...vell.com" <sbhatta@...vell.com>, "hkelam@...vell.com" <hkelam@...vell.com>, "M, Saeed" <saeedm@...dia.com>, "leon@...nel.org" <leon@...nel.org> Subject: RE: [PATCH v4 net-next 2/7] net: ethtool: attach an XArray of custom RSS contexts to a netdevice > -----Original Message----- > From: edward.cree@....com <edward.cree@....com> > Sent: Wednesday, September 27, 2023 11:14 AM > > +/** > + * struct ethtool_rxfh_context - a custom RSS context configuration > + * @indir_size: Number of u32 entries in indirection table > + * @key_size: Size of hash key, in bytes > + * @hfunc: RSS hash function identifier. One of the %ETH_RSS_HASH_* > + * @priv_size: Size of driver private data, in bytes > + * @indir_no_change: indir was not specified at create time > + * @key_no_change: hkey was not specified at create time */ struct > +ethtool_rxfh_context { nit: */ and struct definition alignment.
Powered by blists - more mailing lists