All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>, netdev@vger.kernel.org
Subject: [PATCH net v2 0/4][pull request] Intel Wired LAN Driver Updates 2022-07-18
Date: Mon, 18 Jul 2022 10:48:03 -0700	[thread overview]
Message-ID: <20220718174807.4113582-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to iavf driver only.

Przemyslaw fixes handling of multiple VLAN requests to account for
individual errors instead of rejecting them all. He removes incorrect
implementations of ETHTOOL_COALESCE_MAX_FRAMES and
ETHTOOL_COALESCE_MAX_FRAMES_IRQ.

He also corrects an issue with NULL pointer caused by improper handling of
dummy receive descriptors. Finally, he corrects debug prints reporting an
unknown state.
---
v2: Dropped, previous, patches 3-5 for further testing after making
requested changes.

The following are changes since commit c32349f3257f329a01e776e02b577bf7af97f30b:
  Merge branch 'dsa-docs'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Przemyslaw Patynowski (4):
  iavf: Fix VLAN_V2 addition/rejection
  iavf: Disallow changing rx/tx-frames and rx/tx-frames-irq
  iavf: Fix handling of dummy receive descriptors
  iavf: Fix missing state logs

 drivers/net/ethernet/intel/iavf/iavf.h        | 14 +++-
 .../net/ethernet/intel/iavf/iavf_ethtool.c    | 10 ---
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 11 ++--
 drivers/net/ethernet/intel/iavf/iavf_txrx.c   |  7 +-
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   | 65 ++++++++++++++++++-
 5 files changed, 81 insertions(+), 26 deletions(-)

-- 
2.35.1


             reply	other threads:[~2022-07-18 17:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-18 17:48 Tony Nguyen [this message]
2022-07-18 17:48 ` [PATCH net v2 1/4] iavf: Fix VLAN_V2 addition/rejection Tony Nguyen
2022-07-18 17:48 ` [PATCH net v2 2/4] iavf: Disallow changing rx/tx-frames and rx/tx-frames-irq Tony Nguyen
2022-07-18 17:48 ` [PATCH net v2 3/4] iavf: Fix handling of dummy receive descriptors Tony Nguyen
2022-07-18 17:48 ` [PATCH net v2 4/4] iavf: Fix missing state logs Tony Nguyen
2022-07-20  0:50 ` [PATCH net v2 0/4][pull request] Intel Wired LAN Driver Updates 2022-07-18 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=20220718174807.4113582-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --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 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.