lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190122195940.21123-1-jeffrey.t.kirsher@intel.com>
Date:   Tue, 22 Jan 2019 11:59:30 -0800
From:   Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To:     davem@...emloft.net
Cc:     Jeff Kirsher <jeffrey.t.kirsher@...el.com>, netdev@...r.kernel.org,
        nhorman@...hat.com, sassmann@...hat.com
Subject: [net-next 00/10][pull request] 40GbE Intel Wired LAN Driver Updates 2019-01-22

This series contains updates to i40e and xsk.

Jan exports xdp_get_umem_from_qid() for other drivers/modules to use.
Refactored the code use the netdev provided umems, instead of containing
them inside our i40e_vsi.

Aleksandr fixes an issue where RSS queues were misconfigured, so limit
the RSS queue number to the online CPU number.

Damian adds support for ethtool's setting and getting the FEC
configuration.

Grzegorz fixes a type mismatch, where the return value was not matching
the function declaration.

Sergey adds checks in the queue configuration handler to ensure the
number of queue pairs requested by the VF is less than maximum possible.

Lihong cleans up code left around from earlier silicon validation in the
i40e debugfs code.

Julia Lawall and Colin Ian King clean up white space indentation issues
found.

The following are changes since commit fa7f3a8d56b38a3ed1880a3780afba82387da277:
  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE

Aleksandr Loktionov (1):
  i40e: Limiting RSS queues to CPUs

Alice Michael (1):
  i40e: update version number

Colin Ian King (1):
  i40e: clean up several indentation issues

Damian Dybek (1):
  i40e: Add support FEC configuration for Fortville 25G

Grzegorz Siwik (1):
  i40e: Change unmatched function types

Jan Sokolowski (2):
  xsk: export xdp_get_umem_from_qid
  i40e: Remove umem from VSI

Julia Lawall (1):
  i40e: increase indentation

Lihong Yang (1):
  i40e: remove debugfs tx_timeout support

Sergey Nemov (1):
  i40e: check queue pairs num in config queues handler

 drivers/net/ethernet/intel/i40e/i40e.h        |  14 +-
 .../net/ethernet/intel/i40e/i40e_debugfs.c    |  26 +-
 .../net/ethernet/intel/i40e/i40e_ethtool.c    | 244 +++++++++++++++++-
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  37 ++-
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    |  11 +-
 drivers/net/ethernet/intel/i40e/i40e_xsk.c    | 110 ++------
 net/xdp/xdp_umem.c                            |   1 +
 7 files changed, 301 insertions(+), 142 deletions(-)

-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ