netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net V1 0/6] mlx4: Fixes and enhancements to SRIOV code.
@ 2012-01-19 19:42 Yevgeny Petrilin
  2012-01-22 19:23 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Yevgeny Petrilin @ 2012-01-19 19:42 UTC (permalink / raw)
  To: davem; +Cc: netdev, yevgenyp, eugenia

Hello Dave,

This is V1 of a series of enhancements and some fixes for mlx4 SRIOV code.
Main changes are: 
- Correct ethtool statistics report for each VF/PF.
- The ability of each function to decide on which event queue to receive asynchronous events.
- Bug fixes.

Thanks,
Yevgeny
---

Change from V0:
	using hweight64()

 drivers/net/ethernet/mellanox/mlx4/cmd.c              |    9 ++
 drivers/net/ethernet/mellanox/mlx4/cq.c               |    4 -
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c       |   66 +++++++++++++-----
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c        |   38 +++++++---
 drivers/net/ethernet/mellanox/mlx4/eq.c               |   21 ++---
 drivers/net/ethernet/mellanox/mlx4/fw.c               |    7 -
 drivers/net/ethernet/mellanox/mlx4/fw.h               |    1
 drivers/net/ethernet/mellanox/mlx4/main.c             |    3
 drivers/net/ethernet/mellanox/mlx4/mlx4.h             |    8 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h          |    1
 drivers/net/ethernet/mellanox/mlx4/mr.c               |    2
 drivers/net/ethernet/mellanox/mlx4/pd.c               |    3
 drivers/net/ethernet/mellanox/mlx4/port.c             |   23 ++++++
 drivers/net/ethernet/mellanox/mlx4/profile.c          |    2
 drivers/net/ethernet/mellanox/mlx4/qp.c               |    2
 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c |   39 ----------
 drivers/net/ethernet/mellanox/mlx4/srq.c              |    2
 include/linux/mlx4/device.h                           |    1
 18 files changed, 133 insertions(+), 99 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH net V1 0/6] mlx4: Fixes and enhancements to SRIOV code.
  2012-01-19 19:42 [PATCH net V1 0/6] mlx4: Fixes and enhancements to SRIOV code Yevgeny Petrilin
@ 2012-01-22 19:23 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-01-22 19:23 UTC (permalink / raw)
  To: yevgenyp; +Cc: netdev, eugenia

From: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Date: Thu, 19 Jan 2012 21:42:22 +0200

> Hello Dave,
> 
> This is V1 of a series of enhancements and some fixes for mlx4 SRIOV code.
> Main changes are: 
> - Correct ethtool statistics report for each VF/PF.
> - The ability of each function to decide on which event queue to receive asynchronous events.
> - Bug fixes.

All applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-22 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-19 19:42 [PATCH net V1 0/6] mlx4: Fixes and enhancements to SRIOV code Yevgeny Petrilin
2012-01-22 19:23 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).