From: Jakub Kicinski <jakub.kicinski@netronome.com>
To: netdev@vger.kernel.org
Cc: oss-drivers@netronome.com, Jakub Kicinski <jakub.kicinski@netronome.com>
Subject: [PATCH net-next 0/2] nfp: ethtool flash updates
Date: Wed, 13 Dec 2017 14:45:00 -0800 [thread overview]
Message-ID: <20171213224502.25407-1-jakub.kicinski@netronome.com> (raw)
Dirk says:
This series adds the ability to update the control FW with ethtool.
It should be noted that the locking scheme here is to release the RTNL
lock before the flashing operation and to take it again afterwards to
ensure consistent state from the core code point of view. In this time,
we take a reference to the device to prevent the device being freed
while its being flashed.
This provides protection for the device being flashed while at the same
time not holding up any networking related functions which would
otherwise be locked out due to RTNL being held.
Dirk van der Merwe (2):
nfp: extend NSP infrastructure for configurable timeouts
nfp: implement firmware flashing
.../net/ethernet/netronome/nfp/nfp_net_ethtool.c | 54 +++++++++++++++++
.../net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c | 68 +++++++++++++++++-----
.../net/ethernet/netronome/nfp/nfpcore/nfp_nsp.h | 1 +
3 files changed, 107 insertions(+), 16 deletions(-)
--
2.15.1
next reply other threads:[~2017-12-13 22:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-13 22:45 Jakub Kicinski [this message]
2017-12-13 22:45 ` [PATCH net-next 1/2] nfp: extend NSP infrastructure for configurable timeouts Jakub Kicinski
2017-12-13 22:45 ` [PATCH net-next 2/2] nfp: implement firmware flashing Jakub Kicinski
2017-12-15 17:26 ` [PATCH net-next 0/2] nfp: ethtool flash updates 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=20171213224502.25407-1-jakub.kicinski@netronome.com \
--to=jakub.kicinski@netronome.com \
--cc=netdev@vger.kernel.org \
--cc=oss-drivers@netronome.com \
/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