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:   Wed, 26 Jul 2017 06:07:08 -0700
From:   Manish Chopra <manish.chopra@...ium.com>
To:     <davem@...emloft.net>
CC:     <netdev@...r.kernel.org>, <Yuval.Mintz@...ium.com>,
        <rahul.verma@...ium.com>, <sudarsana.kalluru@...ium.com>
Subject: [PATCH v2 net-next 0/7] qed/qede: Enhancements

Hi David,

This patch series adds these below features support in qed/qede

1) Ntuple filter configuration [via ethtool -n/N]
2) EEE (energy efficient ethernet) support [ethtool --set-eee/show-eee]
3) Coalescing configuration support for VFs [via ethtool -c/C]

Please consider applying this to "net-next"

V1->V2:
* Fixes below Kbuild test robot warning.

drivers/net//ethernet/qlogic/qed/qed_l2.c:
In function 'qed_get_queue_coalesce':
drivers/net//ethernet/qlogic/qed/qed_l2.c:2137:8: error:
implicit declaration of function 'qed_vf_pf_get_coalesce'
[-Werror=implicit-function-declaration]

Thanks,
Manish

Manish Chopra (2):
  qede: Add getter APIs support for RX flow classification
  qed/qede: Add setter APIs support for RX flow classification

Rahul Verma (3):
  qed: Add support for vf coalesce configuration.
  qed: Read per queue coalesce from hardware
  qed: enhanced per queue max coalesce value.

Sudarsana Reddy Kalluru (2):
  qed: Add support for Energy efficient ethernet.
  qede: Add ethtool support for Energy efficient ethernet.

 drivers/net/ethernet/qlogic/qed/qed_dev.c       |  145 ++++++--
 drivers/net/ethernet/qlogic/qed/qed_dev_api.h   |   43 +--
 drivers/net/ethernet/qlogic/qed/qed_hsi.h       |   49 +++
 drivers/net/ethernet/qlogic/qed/qed_l2.c        |  115 ++++++
 drivers/net/ethernet/qlogic/qed/qed_l2.h        |   18 +-
 drivers/net/ethernet/qlogic/qed/qed_main.c      |   58 +--
 drivers/net/ethernet/qlogic/qed/qed_mcp.c       |   66 +++
 drivers/net/ethernet/qlogic/qed/qed_mcp.h       |   37 ++-
 drivers/net/ethernet/qlogic/qed/qed_sriov.c     |  157 ++++++++
 drivers/net/ethernet/qlogic/qed/qed_sriov.h     |    3 +
 drivers/net/ethernet/qlogic/qed/qed_vf.c        |   75 ++++
 drivers/net/ethernet/qlogic/qed/qed_vf.h        |   53 +++-
 drivers/net/ethernet/qlogic/qede/qede.h         |   19 +-
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c |  205 +++++++++-
 drivers/net/ethernet/qlogic/qede/qede_filter.c  |  483 +++++++++++++++++++++--
 drivers/net/ethernet/qlogic/qede/qede_main.c    |    9 +-
 include/linux/qed/qed_eth_if.h                  |    1 +
 include/linux/qed/qed_if.h                      |   37 ++-
 18 files changed, 1393 insertions(+), 180 deletions(-)

Powered by blists - more mailing lists