From: Jiawen Wu <jiawenwu@trustnetic.com>
To: netdev@vger.kernel.org
Cc: Mengyuan Lou <mengyuanlou@net-swift.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Simon Horman <horms@kernel.org>, Kees Cook <kees@kernel.org>,
Larysa Zaremba <larysa.zaremba@intel.com>,
Jacob Keller <jacob.e.keller@intel.com>,
Jiawen Wu <jiawenwu@trustnetic.com>
Subject: [PATCH net-next v1 0/3] wangxun: improve service task synchronization
Date: Tue, 19 May 2026 16:00:45 +0800 [thread overview]
Message-ID: <20260519080048.7448-1-jiawenwu@trustnetic.com> (raw)
This series improves synchronization between asynchronous service work,
device teardown, and module event handling in the Wangxun drivers.
Jiawen Wu (3):
net: wangxun: introduce WX_STATE_DOWN to serialize device shutdown
state
net: wangxun: avoid statistics updates during device teardown
net: txgbe: rework service event handling
drivers/net/ethernet/wangxun/libwx/wx_hw.c | 3 ++-
drivers/net/ethernet/wangxun/libwx/wx_lib.c | 9 ++++---
drivers/net/ethernet/wangxun/libwx/wx_sriov.c | 2 +-
drivers/net/ethernet/wangxun/libwx/wx_type.h | 1 +
.../net/ethernet/wangxun/libwx/wx_vf_common.c | 8 ++++--
drivers/net/ethernet/wangxun/ngbe/ngbe_main.c | 14 ++++++-----
.../net/ethernet/wangxun/txgbe/txgbe_aml.c | 10 +++-----
.../net/ethernet/wangxun/txgbe/txgbe_aml.h | 2 +-
.../net/ethernet/wangxun/txgbe/txgbe_irq.c | 2 +-
.../net/ethernet/wangxun/txgbe/txgbe_main.c | 25 ++++++++-----------
10 files changed, 39 insertions(+), 37 deletions(-)
--
2.51.0
next reply other threads:[~2026-05-19 8:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-19 8:00 Jiawen Wu [this message]
2026-05-19 8:00 ` [PATCH net-next v1 1/3] net: wangxun: introduce WX_STATE_DOWN to serialize device shutdown state Jiawen Wu
2026-05-22 7:34 ` Simon Horman
2026-05-19 8:00 ` [PATCH net-next v1 2/3] net: wangxun: avoid statistics updates during device teardown Jiawen Wu
2026-05-19 8:00 ` [PATCH net-next v1 3/3] net: txgbe: rework service event handling Jiawen Wu
2026-05-22 7:34 ` Simon Horman
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=20260519080048.7448-1-jiawenwu@trustnetic.com \
--to=jiawenwu@trustnetic.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jacob.e.keller@intel.com \
--cc=kees@kernel.org \
--cc=kuba@kernel.org \
--cc=larysa.zaremba@intel.com \
--cc=mengyuanlou@net-swift.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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