From: Jakub Kicinski <jakub.kicinski@netronome.com>
To: netdev@vger.kernel.org
Cc: Jakub Kicinski <jakub.kicinski@netronome.com>
Subject: [PATCH net-next 0/3] nfp: few code improvements
Date: Wed, 29 Jun 2016 21:55:52 +0100 [thread overview]
Message-ID: <1467233755-14334-1-git-send-email-jakub.kicinski@netronome.com> (raw)
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
next reply other threads:[~2016-06-29 21:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-29 20:55 Jakub Kicinski [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1467233755-14334-1-git-send-email-jakub.kicinski@netronome.com \
--to=jakub.kicinski@netronome.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).