netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] Align PTT and add various link modes.
@ 2018-10-16 10:59 Rahul Verma
  2018-10-16 10:59 ` [PATCH net-next 1/5] qed: Align local and global PTT to propagate through the APIs Rahul Verma
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Rahul Verma @ 2018-10-16 10:59 UTC (permalink / raw)
  To: davem; +Cc: netdev, Ariel.Elior, Dept-EngEverestLinuxL2, Rahul Verma

From: Rahul Verma <Rahul.Verma@cavium.com>

This series aligns the ptt propagation as local ptt or global ptt.
Adds new transceiver modes, speed capabilities and board config,
which is utilized to display the enhanced link modes, media types
and speed. Enhances the link with detailed information.

Rahul Verma (5):
  qed: Align local and global PTT to propagate through the APIs.
  qed: Added supported transceiver modes, speed capability and board
    config to HSI.
  qed: Add supported link and advertise link to display in ethtool.
  qede: Check available link modes before link set from ethtool.
  qed: Prevent link getting down in case of autoneg-off.

 drivers/net/ethernet/qlogic/qed/qed.h           |   2 +-
 drivers/net/ethernet/qlogic/qed/qed_hsi.h       |  54 ++++-
 drivers/net/ethernet/qlogic/qed/qed_main.c      | 259 ++++++++++++++++++------
 drivers/net/ethernet/qlogic/qed/qed_mcp.c       | 201 +++++++++++++++++-
 drivers/net/ethernet/qlogic/qed/qed_mcp.h       |  51 ++++-
 drivers/net/ethernet/qlogic/qed/qed_vf.c        |   2 +-
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c |  95 ++++++---
 include/linux/qed/qed_if.h                      |  26 ++-
 8 files changed, 587 insertions(+), 103 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-17  0:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-16 10:59 [PATCH net-next 0/5] Align PTT and add various link modes Rahul Verma
2018-10-16 10:59 ` [PATCH net-next 1/5] qed: Align local and global PTT to propagate through the APIs Rahul Verma
2018-10-16 10:59 ` [PATCH net-next 2/5] qed: Added supported transceiver modes, speed capability and board config to HSI Rahul Verma
2018-10-16 10:59 ` [PATCH net-next 3/5] qed: Add supported link and advertise link to display in ethtool Rahul Verma
2018-10-16 10:59 ` [PATCH net-next 4/5] qede: Check available link modes before link set from ethtool Rahul Verma
2018-10-16 10:59 ` [PATCH net-next 5/5] qed: Prevent link getting down in case of autoneg-off Rahul Verma
2018-10-16 17:04 ` [PATCH net-next 0/5] Align PTT and add various link modes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).