netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shannon Nelson <snelson@pensando.io>
To: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org
Cc: Shannon Nelson <snelson@pensando.io>
Subject: [PATCH v3 net-next 0/8] ionic updates
Date: Thu, 12 Nov 2020 10:22:00 -0800	[thread overview]
Message-ID: <20201112182208.46770-1-snelson@pensando.io> (raw)

These updates are a bit of code cleaning and a minor
bit of performance tweaking.

v3: convert ionic_lif_quiesce() to void
v2: added void cast on call to ionic_lif_quiesce()
    lowered batching threshold
    added patch to flatten calls to ionic_lif_rx_mode
    added patch to change from_ndo to can_sleep

Shannon Nelson (8):
  ionic: start queues before announcing link up
  ionic: check for link after netdev registration
  ionic: add lif quiesce
  ionic: batch rx buffer refilling
  ionic: use mc sync for multicast filters
  ionic: flatten calls to ionic_lif_rx_mode
  ionic: change set_rx_mode from_ndo to can_sleep
  ionic: useful names for booleans

 .../net/ethernet/pensando/ionic/ionic_dev.c   |   2 +-
 .../net/ethernet/pensando/ionic/ionic_dev.h   |   4 +-
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 109 ++++++++++--------
 .../net/ethernet/pensando/ionic/ionic_lif.h   |   6 +
 .../net/ethernet/pensando/ionic/ionic_txrx.c  |  18 +--
 5 files changed, 81 insertions(+), 58 deletions(-)

-- 
2.17.1


             reply	other threads:[~2020-11-12 18:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12 18:22 Shannon Nelson [this message]
2020-11-12 18:22 ` [PATCH v3 net-next 1/8] ionic: start queues before announcing link up Shannon Nelson
2020-11-12 18:22 ` [PATCH v3 net-next 2/8] ionic: check for link after netdev registration Shannon Nelson
2020-11-12 18:22 ` [PATCH v3 net-next 3/8] ionic: add lif quiesce Shannon Nelson
2020-11-12 18:22 ` [PATCH v3 net-next 4/8] ionic: batch rx buffer refilling Shannon Nelson
2020-11-12 18:22 ` [PATCH v3 net-next 5/8] ionic: use mc sync for multicast filters Shannon Nelson
2020-11-12 18:22 ` [PATCH v3 net-next 6/8] ionic: flatten calls to ionic_lif_rx_mode Shannon Nelson
2020-11-12 18:22 ` [PATCH v3 net-next 7/8] ionic: change set_rx_mode from_ndo to can_sleep Shannon Nelson
2020-11-12 18:22 ` [PATCH v3 net-next 8/8] ionic: useful names for booleans Shannon Nelson
2020-11-14 21:26 ` [PATCH v3 net-next 0/8] ionic updates Jakub Kicinski
  -- strict thread matches above, loose matches on Subject: below --
2020-03-05  5:23 Shannon Nelson

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=20201112182208.46770-1-snelson@pensando.io \
    --to=snelson@pensando.io \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@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).