netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: jeffrey.t.kirsher@intel.com
Cc: netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
	jogreene@redhat.com
Subject: Re: [net-next 00/14][pull request] 40GbE Intel Wired LAN Driver Updates 2017-07-25
Date: Wed, 26 Jul 2017 16:59:04 -0700 (PDT)	[thread overview]
Message-ID: <20170726.165904.261037349393344966.davem@davemloft.net> (raw)
In-Reply-To: <20170726103123.76743-1-jeffrey.t.kirsher@intel.com>

From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Date: Wed, 26 Jul 2017 03:31:09 -0700

> This series contains updates to i40e and i40evf only.
> 
> Gustavo Silva fixes a variable assignment, where the incorrect variable
> was being used to store the error parameter.
> 
> Carolyn provides a fix for a problem found in systems when entering S4
> state, by ensuring that the misc vector's IRQ is disabled as well.
> 
> Jake removes the single-threaded restriction on the module workqueue,
> which was causing issues with events such as CORER.  Does some future
> proofing, by changing how the driver displays the UDP tunnel type.
> 
> Paul adds a retry in releasing resources if the admin queue times out
> during the first attempt to release the resources.
> 
> Jesse fixes up references to 32bit timspec, since there are a small set
> of errors on 32 bit, so we need to be using the right calls for dealing
> with timespec64 variables.  Cleaned up code indentation and corrected
> an "if" conditional check, as well as making the code flow more clear.
> Cast or changed the types to remove warnings for comparing signed and
> unsigned types.  Adds missing includes in i40evf, which were being used
> but were not being directly included.
> 
> Daniel Borkmann fixes i40e to fill the XDP prog_id with the id just like
> other XDP enabled drivers, so that on dump we can retrieve the attached
> program based on the id and dump BPF insns, opcodes, etc back to user
> space.
> 
> Tushar Dave adds le32_to_cpu while evaluating the hardware descriptor
> fields, since they are in little-endian format.  Also removed
> unnecessary "__packed" to a couple of i40evf structures.
> 
> Stefan Assmann fixes an issue when an administratively set MAC was set
> and should now be switched back to 00:00:00:00:00:00, the pf_set_mac
> flag is not being toggled back to false.
 ...
>   git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE

Also pulled, thanks Jeff.

      parent reply	other threads:[~2017-07-26 23:59 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-26 10:31 [net-next 00/14][pull request] 40GbE Intel Wired LAN Driver Updates 2017-07-25 Jeff Kirsher
2017-07-26 10:31 ` [net-next 01/14] i40e: fix incorrect variable assignment Jeff Kirsher
2017-07-26 10:31 ` [net-next 02/14] i40e: Fix for trace found with S4 state Jeff Kirsher
2017-07-26 10:31 ` [net-next 03/14] i40e: remove WQ_UNBOUND and the task limit of our workqueue Jeff Kirsher
2017-07-26 10:31 ` [net-next 04/14] i40e: Handle admin Q timeout when releasing NVM Jeff Kirsher
2017-07-26 10:31 ` [net-next 05/14] i40e: fix up 32 bit timespec references Jeff Kirsher
2019-02-25 14:46   ` Arnd Bergmann
2019-02-25 16:47     ` Jesse Brandeburg
2019-02-25 19:20     ` Keller, Jacob E
2017-07-26 10:31 ` [net-next 06/14] i40e: fix odd formatting and indent Jeff Kirsher
2017-07-26 10:31 ` [net-next 07/14] i40e/i40evf: make IPv6 ATR code clearer Jeff Kirsher
2017-07-26 10:31 ` [net-next 08/14] i40e/i40evf: remove mismatched type warnings Jeff Kirsher
2017-07-26 10:31 ` [net-next 09/14] i40e: display correct UDP tunnel type name Jeff Kirsher
2017-07-26 10:31 ` [net-next 10/14] i40evf: add some missing includes Jeff Kirsher
2017-07-26 10:31 ` [net-next 11/14] i40e: report BPF prog id during XDP_QUERY_PROG Jeff Kirsher
2017-07-26 10:31 ` [net-next 12/14] i40evf: Use le32_to_cpu before evaluating HW desc fields Jeff Kirsher
2017-07-26 10:31 ` [net-next 13/14] i40evf: remove unnecessary __packed Jeff Kirsher
2017-07-26 10:31 ` [net-next 14/14] i40e: handle setting administratively set MAC address back to zero Jeff Kirsher
2017-07-26 23:59 ` 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=20170726.165904.261037349393344966.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=jogreene@redhat.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).