netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V2 0/5] Mellanox driver updates 2013-08-19
@ 2013-08-21  7:08 Amir Vadai
  2013-08-21  7:08 ` [PATCH net-next V2 1/5] net/mlx4_en: Coding style cleanup in mlx4_en_dcbnl_ieee_setpfc() Amir Vadai
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Amir Vadai @ 2013-08-21  7:08 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Amir Vadai

Hi Dave,

This small patchset contains 2 fixes to bad handling of error flows in TX
datapath, and a fix to a bug in mlx4_en_dcbnl_ieee_setpfc() where global pause
frames were enabled whenever PFC was configured.
Also added a patch to reduce the scope of some local variables in the moved
block of code and it's surrounding.

Thanks,
Amir

---
Changes from V1:
- Split coding style fix from logical fix

Changes from V0:
- Missing new lines + typo's
- Fixed frags dma leak
- Use local for ddev
- New patch (4/4), to reduce scope of some locals

Amir Vadai (4):
  net/mlx4_en: Coding style cleanup in mlx4_en_dcbnl_ieee_setpfc()
  net/mlx4_en: Notify user when TX ring in error state
  net/mlx4_en: Fix handling of dma_map failure
  net/mlx4_en: Reduce scope of local variables in mlx4_en_xmit

Eugenia Emantayev (1):
  net/mlx4_en: Disable global flow control when PFC enabled

 drivers/net/ethernet/mellanox/mlx4/en_dcb_nl.c |  15 ++--
 drivers/net/ethernet/mellanox/mlx4/en_tx.c     | 116 +++++++++++++++++--------
 2 files changed, 87 insertions(+), 44 deletions(-)

-- 
1.8.3.4

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

end of thread, other threads:[~2013-08-21 19:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21  7:08 [PATCH net-next V2 0/5] Mellanox driver updates 2013-08-19 Amir Vadai
2013-08-21  7:08 ` [PATCH net-next V2 1/5] net/mlx4_en: Coding style cleanup in mlx4_en_dcbnl_ieee_setpfc() Amir Vadai
2013-08-21  7:08 ` [PATCH net-next V2 2/5] net/mlx4_en: Disable global flow control when PFC enabled Amir Vadai
2013-08-21  7:08 ` [PATCH net-next V2 3/5] net/mlx4_en: Notify user when TX ring in error state Amir Vadai
2013-08-21  7:08 ` [PATCH net-next V2 4/5] net/mlx4_en: Fix handling of dma_map failure Amir Vadai
2013-08-21  7:08 ` [PATCH net-next V2 5/5] net/mlx4_en: Reduce scope of local variables in mlx4_en_xmit Amir Vadai
2013-08-21 19:20 ` [PATCH net-next V2 0/5] Mellanox driver updates 2013-08-19 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).