mbox series

[net,0/4,pull,request] Intel Wired LAN Driver Updates 2020-09-09

Message ID 20200910000411.2658780-1-anthony.l.nguyen@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2020-09-09 | expand

Message

Tony Nguyen Sept. 10, 2020, 12:04 a.m. UTC
This series contains updates to i40e and igc drivers.

Stefan Assmann changes num_vlans to u16 to fix may be used uninitialized
error and propagates error in i40_set_vsi_promisc() for i40e.

Vinicius corrects timestamping latency values for i225 devices and
accounts for TX timestamping delay for igc.

The following are changes since commit b87f9fe1ac9441b75656dfd95eba70ef9f0375e0:
  hsr: avoid newline  end of message in NL_SET_ERR_MSG_MOD
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 40GbE

Stefan Assmann (2):
  i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promisc
  i40e: always propagate error value in i40e_set_vsi_promisc()

Vinicius Costa Gomes (2):
  igc: Fix wrong timestamp latency numbers
  igc: Fix not considering the TX delay for timestamps

 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    | 22 ++++++++++++++-----
 drivers/net/ethernet/intel/igc/igc.h          | 20 +++++++----------
 drivers/net/ethernet/intel/igc/igc_ptp.c      | 19 ++++++++++++++++
 3 files changed, 43 insertions(+), 18 deletions(-)

Comments

Jakub Kicinski Sept. 10, 2020, 2:48 p.m. UTC | #1
On Wed,  9 Sep 2020 17:04:07 -0700 Tony Nguyen wrote:
> This series contains updates to i40e and igc drivers.
> 
> Stefan Assmann changes num_vlans to u16 to fix may be used uninitialized
> error and propagates error in i40_set_vsi_promisc() for i40e.
> 
> Vinicius corrects timestamping latency values for i225 devices and
> accounts for TX timestamping delay for igc.

Hi!

FWIW patch 3 did not make it to the ML, so you'll need to resend.

How are my patches?
Tony Nguyen Sept. 11, 2020, 11:09 p.m. UTC | #2
On Thu, 2020-09-10 at 07:48 -0700, Jakub Kicinski wrote:
> On Wed,  9 Sep 2020 17:04:07 -0700 Tony Nguyen wrote:
> > This series contains updates to i40e and igc drivers.
> > 
> > Stefan Assmann changes num_vlans to u16 to fix may be used
> > uninitialized
> > error and propagates error in i40_set_vsi_promisc() for i40e.
> > 
> > Vinicius corrects timestamping latency values for i225 devices and
> > accounts for TX timestamping delay for igc.
> 
> Hi!
> 
> FWIW patch 3 did not make it to the ML, so you'll need to resend.

Thanks, I'll resend.

> How are my patches?

Sorry for the delay, we've had key people out on summer
vacations/sabbaticals. I'm working on pulling people back and engaging
others to get them tested/reviewed. Please give us a couple of weeks.

Thanks,
Tony
Jakub Kicinski Sept. 11, 2020, 11:18 p.m. UTC | #3
On Fri, 11 Sep 2020 23:09:57 +0000 Nguyen, Anthony L wrote:
> > How are my patches?  
> 
> Sorry for the delay, we've had key people out on summer
> vacations/sabbaticals. I'm working on pulling people back and engaging
> others to get them tested/reviewed. Please give us a couple of weeks.

Okay, one or two weeks tops, please. This really needs to be in place
before the merge window. I posted it in time for 5.9, we're onto 5.10
already and waiting.. :(