All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bhaskar Upadhaya <bupadhaya@marvell.com>
To: <netdev@vger.kernel.org>, <kuba@kernel.org>, <aelior@marvell.com>,
	<irusskikh@marvell.com>
Cc: <bupadhaya@marvell.com>
Subject: [PATCH net-next 0/3] qede: add netpoll and per-queue coalesce support
Date: Fri, 15 Jan 2021 01:06:07 -0800	[thread overview]
Message-ID: <1610701570-29496-1-git-send-email-bupadhaya@marvell.com> (raw)

Patch 1: Add net poll controller support to transmit kernel printks
         over UDP.
Patch 2: QLogic card support multiple queues and each queue can be
         configured with respective coalescing parameters, this patch
         add per queue rx-usecs, tx-usecs coalescing parameters.
Patch 3: set default per queue rx-usecs, tx-usecs coalescing parameters.

Bhaskar Upadhaya (3):
  qede: add netpoll support for qede driver
  qede: add per queue coalesce support for qede driver
  qede: set default per queue rx/tx usecs coalescing parameters

 drivers/net/ethernet/qlogic/qede/qede.h       |   5 +
 .../net/ethernet/qlogic/qede/qede_ethtool.c   | 126 +++++++++++++++++-
 drivers/net/ethernet/qlogic/qede/qede_fp.c    |  14 ++
 drivers/net/ethernet/qlogic/qede/qede_main.c  |   7 +
 4 files changed, 150 insertions(+), 2 deletions(-)

-- 
2.17.1


             reply	other threads:[~2021-01-15  9:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-15  9:06 Bhaskar Upadhaya [this message]
2021-01-15  9:06 ` [PATCH net-next 1/3] qede: add netpoll support for qede driver Bhaskar Upadhaya
2021-01-17  2:26   ` Jakub Kicinski
2021-01-17 16:35     ` [EXT] " Igor Russkikh
2021-01-18 19:10       ` Jakub Kicinski
2021-01-15  9:06 ` [PATCH net-next 2/3] qede: add per queue coalesce " Bhaskar Upadhaya
2021-01-15  9:06 ` [PATCH net-next 3/3] qede: set default per queue rx/tx usecs coalescing parameters Bhaskar Upadhaya
2021-01-17  2:28   ` Jakub Kicinski
2021-01-17 16:37     ` [EXT] " Igor Russkikh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1610701570-29496-1-git-send-email-bupadhaya@marvell.com \
    --to=bupadhaya@marvell.com \
    --cc=aelior@marvell.com \
    --cc=irusskikh@marvell.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.