From: Arjun Vynipadath <arjun@chelsio.com>
To: netdev@vger.kernel.org, davem@davemloft.net
Cc: nirranjan@chelsio.com, indranil@chelsio.com, dt@chelsio.com,
Arjun Vynipadath <arjun@chelsio.com>
Subject: [PATCH net-next v2 0/2]cxgb4/cxgb4vf: VF link state support
Date: Fri, 1 Mar 2019 15:44:46 +0530 [thread overview]
Message-ID: <20190301101448.9314-1-arjun@chelsio.com> (raw)
This series of patches adds support for ndo_set_vf_link_state in
cxgb4 driver.
Patch 1 implements ndo_set_vf_link_state
Patch 2 reverts the existing force_link_up behaviour for cxgb4vf driver.
v2:
- Using reverse christmas tree for variable declaration in Patch 1
- Patch 2 has no change
Arjun Vynipadath (2):
cxgb4: Add VF Link state support
cxgb4vf: Revert force link up behaviour
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 1 +
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 57 +++++++++++++++++++---
drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h | 10 ++++
.../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 13 ++---
4 files changed, 65 insertions(+), 16 deletions(-)
--
2.9.5
next reply other threads:[~2019-03-01 10:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-01 10:14 Arjun Vynipadath [this message]
2019-03-01 10:14 ` [PATCH net-next v2 1/2] cxgb4: Add VF Link state support Arjun Vynipadath
2019-03-01 10:14 ` [PATCH net-next v2 2/2] cxgb4vf: Revert force link up behaviour Arjun Vynipadath
2019-03-02 7:20 ` [PATCH net-next v2 0/2]cxgb4/cxgb4vf: VF link state support 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=20190301101448.9314-1-arjun@chelsio.com \
--to=arjun@chelsio.com \
--cc=davem@davemloft.net \
--cc=dt@chelsio.com \
--cc=indranil@chelsio.com \
--cc=netdev@vger.kernel.org \
--cc=nirranjan@chelsio.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 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.