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:   Mon,  2 Mar 2020 12:49:21 +0530
From:   sunil.kovvuri@...il.com
To:     netdev@...r.kernel.org
Cc:     davem@...emloft.net, Sunil Goutham <sgoutham@...vell.com>
Subject: [PATCH 0/7] octeontx2: Flow control support and other misc changes

From: Sunil Goutham <sgoutham@...vell.com>

This patch series adds flow control support (802.3 pause frames) and
has other changes wrt generic admin function (AF) driver functionality.

Geetha sowjanya (3):
  octeontx2-af: Interface backpressure configuration
  octeontx2-af: Pause frame configuration at cgx
  octeontx2-pf: Support to enable/disable pause frames via ethtool

Linu Cherian (1):
  octeontx2-af: Optimize data retrieval from firmware

Sunil Goutham (3):
  octeontx2-af: Set discovery ID for RVUM block
  octeontx2-af: Enable PCI master
  octeontx2-af: Modify rvu_reg_poll() to check reg atleast twice

 drivers/net/ethernet/marvell/octeontx2/af/cgx.c    | 174 ++++++++++++++-------
 drivers/net/ethernet/marvell/octeontx2/af/cgx.h    |  16 +-
 .../net/ethernet/marvell/octeontx2/af/cgx_fw_if.h  |   8 +-
 drivers/net/ethernet/marvell/octeontx2/af/mbox.h   |  38 ++++-
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c    | 165 ++++++++++++++++---
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h    |  30 ++++
 .../net/ethernet/marvell/octeontx2/af/rvu_cgx.c    |  24 +++
 .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    | 156 +++++++++++++++++-
 .../net/ethernet/marvell/octeontx2/af/rvu_npa.c    |  13 +-
 .../net/ethernet/marvell/octeontx2/af/rvu_npc.c    |   4 +-
 .../net/ethernet/marvell/octeontx2/af/rvu_struct.h |   3 +
 .../ethernet/marvell/octeontx2/nic/otx2_common.c   |  65 ++++++++
 .../ethernet/marvell/octeontx2/nic/otx2_common.h   |   7 +
 .../ethernet/marvell/octeontx2/nic/otx2_ethtool.c  |  41 +++++
 .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   |  12 ++
 15 files changed, 671 insertions(+), 85 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ