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: Mon, 28 Jul 2014 23:30:21 +0300 From: Eli Cohen <eli@....mellanox.co.il> To: davem@...emloft.net Cc: netdev@...r.kernel.org, roland@...nel.org, ogerlitz@...lanox.com, Eli Cohen <eli@...lanox.com> Subject: [PATCH net-next 0/3] mlx5 driver changes related to PCI handling *** Hi Dave, The first of these patches is changing the pci device driver from mlx5_ib to mlx5_core in a similar manner it is done in mlx4. This set the grounds for us to introduce Ethernet driver for HW which uses mlx5. The other two patches contain minor fixes. Eli Jack Morgenstein (3): mlx5: Move pci device from mlx5_ib to mlx5_core mlx5: minor fixes (mainly avoidance of hidden casts) mlx5: Adjust events to use unsigned long param instead of void * drivers/infiniband/hw/mlx5/cq.c | 48 ++-- drivers/infiniband/hw/mlx5/mad.c | 6 +- drivers/infiniband/hw/mlx5/main.c | 292 +++++++-------------- drivers/infiniband/hw/mlx5/mem.c | 2 +- drivers/infiniband/hw/mlx5/mlx5_ib.h | 14 +- drivers/infiniband/hw/mlx5/mr.c | 48 ++-- drivers/infiniband/hw/mlx5/qp.c | 88 +++---- drivers/infiniband/hw/mlx5/srq.c | 26 +- drivers/net/ethernet/mellanox/mlx5/core/alloc.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/eq.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/mad.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/main.c | 292 ++++++++++++++++++++- .../net/ethernet/mellanox/mlx5/core/pagealloc.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/port.c | 2 +- include/linux/mlx5/device.h | 4 - include/linux/mlx5/driver.h | 27 +- 17 files changed, 522 insertions(+), 339 deletions(-) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists