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 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-10 (ixgbe, igc, iavf)
Date: Tue, 10 Jan 2023 14:38:22 -0800	[thread overview]
Message-ID: <20230110223825.648544-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ixgbe, igc, and iavf drivers.

Yang Yingliang adds calls to pci_dev_put() for proper ref count tracking
on ixgbe.

Christopher adds setting of Toggle on Target Time bits for proper
pulse per second (PPS) synchronization for igc.

Daniil Tatianin fixes, likely, copy/paste issue that misreported
destination instead of source for IP mask for iavf error.

The following are changes since commit 53da7aec32982f5ee775b69dce06d63992ce4af3:
  octeontx2-pf: Fix resource leakage in VF driver unbind
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 10GbE

Christopher S Hall (1):
  igc: Fix PPS delta between two synchronized end-points

Daniil Tatianin (1):
  iavf/iavf_main: actually log ->src mask when talking about it

Yang Yingliang (1):
  ixgbe: fix pci device refcount leak

 drivers/net/ethernet/intel/iavf/iavf_main.c  |  2 +-
 drivers/net/ethernet/intel/igc/igc_defines.h |  2 ++
 drivers/net/ethernet/intel/igc/igc_ptp.c     | 10 ++++++----
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c | 14 +++++++++-----
 4 files changed, 18 insertions(+), 10 deletions(-)

-- 
2.38.1


             reply	other threads:[~2023-01-10 22:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10 22:38 Tony Nguyen [this message]
2023-01-10 22:38 ` [PATCH net 1/3] ixgbe: fix pci device refcount leak Tony Nguyen
2023-01-10 22:38 ` [PATCH net 2/3] igc: Fix PPS delta between two synchronized end-points Tony Nguyen
2023-01-10 22:38 ` [PATCH net 3/3] iavf/iavf_main: actually log ->src mask when talking about it Tony Nguyen
2023-01-11 16:41 ` [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-10 (ixgbe, igc, iavf) Alexander H Duyck
2023-01-12  5:00 ` 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=20230110223825.648544-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.