netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] nfp: few code improvements
@ 2016-06-29 20:55 Jakub Kicinski
  2016-06-29 20:55 ` [PATCH net-next 1/3] nfp: correct name of control BAR define Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jakub Kicinski @ 2016-06-29 20:55 UTC (permalink / raw)
  To: netdev; +Cc: Jakub Kicinski

Hi!

Three small patches for net-next.  First and second patches
improve the code quality by spelling things correctly and
removing unused parameters.  Third patch hooks-in standard
kernel implementation of .get_link() in ethtool ops.

Jakub Kicinski (3):
  nfp: correct name of control BAR define
  nfp: remove unused parameter from nfp_net_write_mac_addr()
  nfp: implement ethtool .get_link() callback

 drivers/net/ethernet/netronome/nfp/nfp_net.h         |  2 +-
 drivers/net/ethernet/netronome/nfp/nfp_net_common.c  | 13 +++++++------
 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c |  1 +
 drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c  |  4 ++--
 4 files changed, 11 insertions(+), 9 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-06-30 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-29 20:55 [PATCH net-next 0/3] nfp: few code improvements Jakub Kicinski
2016-06-29 20:55 ` [PATCH net-next 1/3] nfp: correct name of control BAR define Jakub Kicinski
2016-06-29 20:55 ` [PATCH net-next 2/3] nfp: remove unused parameter from nfp_net_write_mac_addr() Jakub Kicinski
2016-06-29 20:55 ` [PATCH net-next 3/3] nfp: implement ethtool .get_link() callback Jakub Kicinski
2016-06-30 13:30 ` [PATCH net-next 0/3] nfp: few code improvements 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).