All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] hisilicon net: fix some bugs in HNS drivers
@ 2015-10-12  3:23 huangdaode
  2015-10-12  3:23 ` [PATCH net-next v2 1/2] hisilicon net: removes the once HANDEL_TX_MSG macro huangdaode
  2015-10-12  3:23 ` [PATCH net-next v2 2/2] hisilicon net: fix a bug on Hisilicon Network Subsystem huangdaode
  0 siblings, 2 replies; 11+ messages in thread
From: huangdaode @ 2015-10-12  3:23 UTC (permalink / raw)
  To: davem, arnd, joe
  Cc: liguozhu, Yisen.Zhuang, netdev, linuxarm, salil.mehta, huangdaode,
	kenneth-lee-2012, xuwei5, lisheng011, linux-kernel

This patchset fixes the two bugs in HNS driver, one is change the code style 
according to the review comments from Joe Perches<joe@perches.com>, another
is fixing the wrong mac_id judgement bug which is found during internal tests.

change log:
v2
  1) remove first bug fix, which is fixed in another patch submitted by
     Arnd Bergmann <arnd@arndb.de>
  2) change the code sytyle according to Joe.
v1
 initial version.
 
huangdaode (2):
  hisilicon net: removes the once HANDEL_TX_MSG macro
  hisilicon net: fix a bug on Hisilicon Network Subsystem

 drivers/net/ethernet/hisilicon/hns/hnae.c         | 45 +++++++++++------------
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c |  2 +-
 2 files changed, 23 insertions(+), 24 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-10-15 15:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12  3:23 [PATCH net-next v2 0/2] hisilicon net: fix some bugs in HNS drivers huangdaode
2015-10-12  3:23 ` [PATCH net-next v2 1/2] hisilicon net: removes the once HANDEL_TX_MSG macro huangdaode
2015-10-12  3:24   ` Joe Perches
2015-10-12  3:38     ` huangdaode
2015-10-12 11:53       ` Arnd Bergmann
2015-10-12 11:59   ` Arnd Bergmann
2015-10-12 16:12     ` Joe Perches
     [not found]     ` <561CAD6D.2060105@hisilicon.com>
2015-10-13 13:27       ` Fwd: " Kenneth Lee
2015-10-13 14:18         ` Arnd Bergmann
2015-10-15 15:32           ` Kenneth Lee
2015-10-12  3:23 ` [PATCH net-next v2 2/2] hisilicon net: fix a bug on Hisilicon Network Subsystem huangdaode

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.