linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ioana Ciornei <ioana.ciornei@nxp.com>
To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org
Cc: Ioana Ciornei <ioana.ciornei@nxp.com>
Subject: [PATCH 0/4] staging: dpaa2-ethsw: cleanup notifier block registration
Date: Mon, 11 Nov 2019 18:50:54 +0200	[thread overview]
Message-ID: <1573491058-24766-1-git-send-email-ioana.ciornei@nxp.com> (raw)

This patch set cleans up the notifier block registration by keeping a
private notifier per dpaa2-ethsw instance. Also, convert the global
workqueue to a private one. Without this, multiple probes will lead
to a WARNING dump.

Ioana Ciornei (4):
  staging: dpaa2-ethsw: move port notifier per ethsw
  staging: dpaa2-ethsw: move port switchdev notifier per ethsw
  staging: dpaa2-ethsw: move port switchdev blocking notifier per ethsw
  staging: dpaa2-ethsw: ordered workqueue should be per ethsw

 drivers/staging/fsl-dpaa2/ethsw/ethsw.c | 50 +++++++++++++++------------------
 drivers/staging/fsl-dpaa2/ethsw/ethsw.h |  5 ++++
 2 files changed, 27 insertions(+), 28 deletions(-)

-- 
1.9.1


             reply	other threads:[~2019-11-11 16:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-11 16:50 Ioana Ciornei [this message]
2019-11-11 16:50 ` [PATCH 1/4] staging: dpaa2-ethsw: move port notifier per ethsw Ioana Ciornei
2019-11-11 16:50 ` [PATCH 2/4] staging: dpaa2-ethsw: move port switchdev " Ioana Ciornei
2019-11-11 16:50 ` [PATCH 3/4] staging: dpaa2-ethsw: move port switchdev blocking " Ioana Ciornei
2019-11-11 16:50 ` [PATCH 4/4] staging: dpaa2-ethsw: ordered workqueue should be " Ioana Ciornei

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=1573491058-24766-1-git-send-email-ioana.ciornei@nxp.com \
    --to=ioana.ciornei@nxp.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@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 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).