From: David Miller <davem@davemloft.net>
To: jeffrey.t.kirsher@intel.com
Cc: netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com
Subject: Re: [net-next 0/8][pull request] 100GbE Intel Wired LAN Driver Updates 2019-08-04
Date: Tue, 06 Aug 2019 14:21:47 -0700 (PDT) [thread overview]
Message-ID: <20190806.142147.1877188870910996176.davem@davemloft.net> (raw)
In-Reply-To: <20190804115926.31944-1-jeffrey.t.kirsher@intel.com>
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Date: Sun, 4 Aug 2019 04:59:18 -0700
> This series contains more updates to fm10k from Jake Keller.
>
> Jake removes the unnecessary initialization of some variables to help
> resolve static code checker warnings. Explicitly return success during
> resume, since the value of 'err' is always success. Fixed a issue with
> incrementing a void pointer, which can produce undefined behavior. Used
> the __always_unused macro for function templates that are passed as
> parameters in functions, but are not used. Simplified the code by
> removing an unnecessary macro in determining the value of NON_Q_VECTORS.
> Fixed an issue, using bitwise operations to prevent the low address
> overwriting the high portion of the address.
Pulled, thanks Jeff.
prev parent reply other threads:[~2019-08-06 21:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-04 11:59 [net-next 0/8][pull request] 100GbE Intel Wired LAN Driver Updates 2019-08-04 Jeff Kirsher
2019-08-04 11:59 ` [net-next 1/8] fm10k: remove unnecessary variable initializer Jeff Kirsher
2019-08-04 11:59 ` [net-next 2/8] fm10k: remove needless assignment of err local variable Jeff Kirsher
2019-08-04 11:59 ` [net-next 3/8] fm10k: remove needless initialization of size " Jeff Kirsher
2019-08-04 11:59 ` [net-next 4/8] fm10k: explicitly return 0 on success path in function Jeff Kirsher
2019-08-04 11:59 ` [net-next 5/8] fm10k: cast page_addr to u8 * when incrementing it Jeff Kirsher
2019-08-04 11:59 ` [net-next 6/8] fm10k: mark unused parameters with __always_unused Jeff Kirsher
2019-08-04 11:59 ` [net-next 7/8] fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS Jeff Kirsher
2019-08-04 11:59 ` [net-next 8/8] fm10k: fix fm10k_get_fault_pf to read correct address Jeff Kirsher
2019-08-06 3:17 ` [net-next 0/8][pull request] 100GbE Intel Wired LAN Driver Updates 2019-08-04 Jakub Kicinski
2019-08-06 21:21 ` David Miller [this message]
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=20190806.142147.1877188870910996176.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=jeffrey.t.kirsher@intel.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@redhat.com \
--cc=sassmann@redhat.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;
as well as URLs for NNTP newsgroup(s).