From: Manish Chopra <manish.chopra@cavium.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <Yuval.Mintz@cavium.com>,
<rahul.verma@cavium.com>, <sudarsana.kalluru@cavium.com>
Subject: [PATCH v2 net-next 0/7] qed/qede: Enhancements
Date: Wed, 26 Jul 2017 06:07:08 -0700 [thread overview]
Message-ID: <20170726130715.12976-1-manish.chopra@cavium.com> (raw)
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(-)
next reply other threads:[~2017-07-26 13:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-26 13:07 Manish Chopra [this message]
2017-07-26 13:07 ` [PATCH v2 net-next 1/7] qede: Add getter APIs support for RX flow classification Manish Chopra
2017-07-26 13:07 ` [PATCH v2 net-next 2/7] qed/qede: Add setter " Manish Chopra
2017-07-26 13:07 ` [PATCH v2 net-next 3/7] qed: Add support for Energy efficient ethernet Manish Chopra
2017-07-26 13:07 ` [PATCH v2 net-next 4/7] qede: Add ethtool " Manish Chopra
2017-07-26 13:07 ` [PATCH v2 net-next 5/7] qed: Add support for vf coalesce configuration Manish Chopra
2017-07-26 13:07 ` [PATCH v2 net-next 6/7] qed: Read per queue coalesce from hardware Manish Chopra
2017-07-26 13:07 ` [PATCH v2 net-next 7/7] qed: enhanced per queue max coalesce value Manish Chopra
2017-07-27 7:05 ` [PATCH v2 net-next 0/7] qed/qede: Enhancements David Miller
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=20170726130715.12976-1-manish.chopra@cavium.com \
--to=manish.chopra@cavium.com \
--cc=Yuval.Mintz@cavium.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=rahul.verma@cavium.com \
--cc=sudarsana.kalluru@cavium.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox