Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Shannon Nelson <snelson@pensando.io>
To: davem@davemloft.net, netdev@vger.kernel.org, kuba@kernel.org
Cc: drivers@pensando.io, Shannon Nelson <snelson@pensando.io>
Subject: [PATCH net 0/5] ionic: bug fixes
Date: Fri, 23 Jul 2021 11:02:44 -0700 [thread overview]
Message-ID: <20210723180249.57599-1-snelson@pensando.io> (raw)
Fix a thread race in rx_mode, remove unnecessary log message,
fix dynamic coalescing issues, and count all csum_none cases.
Shannon Nelson (5):
ionic: make all rx_mode work threadsafe
ionic: catch no ptp support earlier
ionic: remove intr coalesce update from napi
ionic: fix up dim accounting for tx and rx
ionic: count csum_none when offload enabled
.../net/ethernet/pensando/ionic/ionic_lif.c | 197 +++++++++---------
.../net/ethernet/pensando/ionic/ionic_lif.h | 11 +-
.../net/ethernet/pensando/ionic/ionic_phc.c | 10 +-
.../net/ethernet/pensando/ionic/ionic_txrx.c | 41 ++--
4 files changed, 132 insertions(+), 127 deletions(-)
--
2.17.1
next reply other threads:[~2021-07-23 18:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-23 18:02 Shannon Nelson [this message]
2021-07-23 18:02 ` [PATCH net 1/5] ionic: make all rx_mode work threadsafe Shannon Nelson
2021-07-23 18:02 ` [PATCH net 2/5] ionic: catch no ptp support earlier Shannon Nelson
2021-07-23 18:02 ` [PATCH net 3/5] ionic: remove intr coalesce update from napi Shannon Nelson
2021-07-23 18:02 ` [PATCH net 4/5] ionic: fix up dim accounting for tx and rx Shannon Nelson
2021-07-23 18:02 ` [PATCH net 5/5] ionic: count csum_none when offload enabled Shannon Nelson
2021-07-23 21:10 ` [PATCH net 0/5] ionic: bug fixes patchwork-bot+netdevbpf
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=20210723180249.57599-1-snelson@pensando.io \
--to=snelson@pensando.io \
--cc=davem@davemloft.net \
--cc=drivers@pensando.io \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--subject='Re: [PATCH net 0/5] ionic: bug fixes' \
/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
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).