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: <1460802354-14248-1-git-send-email-jakub.kicinski@netronome.com> Date: Sat, 16 Apr 2016 11:25:48 +0100 From: Jakub Kicinski <jakub.kicinski@...ronome.com> To: netdev@...r.kernel.org Cc: Jakub Kicinski <jakub.kicinski@...ronome.com> Subject: [PATCH net-next 0/6] nfp: cleanups and improvements Hi! Main purpose of this set is to get rid of doing potentially long mdelay()s but it also contains some trivial changes I've accumulated. First two patches fix harmless copy-paste errors, next two clean up the documentation and remove unused defines. Patch 5 clarifies the interpretation of RX descriptor fields. Patch 6, by far the biggest, adds ability to perform FW reconfig asynchronously thanks to which we can stop using mdelay(). Jakub Kicinski (6): nfp: check the right pointer for errors nfp: remove unnecessary static nfp: correct names of constants in comments nfp: remove unused suspicious mask defines nfp: remove buggy RX buffer length validation nfp: add async reconfiguration mechanism drivers/net/ethernet/netronome/nfp/nfp_net.h | 12 +- .../net/ethernet/netronome/nfp/nfp_net_common.c | 198 +++++++++++++++++---- drivers/net/ethernet/netronome/nfp/nfp_net_ctrl.h | 10 +- .../net/ethernet/netronome/nfp/nfp_net_debugfs.c | 4 +- 4 files changed, 176 insertions(+), 48 deletions(-) -- 1.9.1
Powered by blists - more mailing lists