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: <20220428154646.7b9d85cf@kernel.org> Date: Thu, 28 Apr 2022 15:46:46 -0700 From: Jakub Kicinski <kuba@...nel.org> To: Simon Horman <simon.horman@...igine.com> Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org, oss-drivers@...igine.com, Yinjun Zhang <yinjun.zhang@...igine.com> Subject: Re: [PATCH net-next] nfp: flower: utilize the tuple iifidx in offloading ct flows On Thu, 28 Apr 2022 12:58:56 +0200 Simon Horman wrote: > +static inline struct net_device *get_netdev_from_rule(struct flow_rule *rule) No static inlines in C sources, please, there is only one caller so compiler will DDRT.
Powered by blists - more mailing lists