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]
Date:   Thu, 8 Mar 2018 19:41:49 +0800
From:   Peng Li <lipeng321@...wei.com>
To:     <davem@...emloft.net>
CC:     <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <linuxarm@...wei.com>, <salil.mehta@...wei.com>,
        <lipeng321@...wei.com>
Subject: [Patch net-next 0/6] fix some bugs for hns3 driver

This patchset fix some bugs for hns3 driver.
[Patch 1/6 - Patch 3/6] fix bugs related about VF driver.
[Patch 3/6 - Patch 6/6] fix the bugs about ethtool_ops.set_channels.

Peng Li (6):
  net: hns3: VF should get the real rss_size instead of rss_size_max
  net: hns3: set the cmdq out_vld bit to 0 after used
  net: hns3: fix endian issue when PF get mbx message flag
  net: hns3: fix the queue id for tqp enable&&reset
  net: hns3: set the max ring num when alloc netdev
  net: hns3: add support for VF driver inner interface
    hclgevf_ops.get_tqps_and_rss_info

 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 27 ++++++------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 50 +++++++++++-----------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 10 +++--
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 10 +++++
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c   |  1 +
 5 files changed, 54 insertions(+), 44 deletions(-)

-- 
2.9.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ