DPDK patches and discussions
 help / color / mirror / Atom feed
From: Anatoly Burakov <anatoly.burakov@intel.com>
To: dev@dpdk.org
Subject: [PATCH v1 0/5] Update ixgbe base code
Date: Mon,  9 Jun 2025 11:25:33 +0100	[thread overview]
Message-ID: <cover.1749464704.git.anatoly.burakov@intel.com> (raw)

Update IXGBE base code snapshot to version 2025-06-04.

Aleksandr Loktionov (1):
  net/ixgbe: remove PTP by PHY cap

Anatoly Burakov (1):
  net/ixgbe: update README

Jedrzej Jagielski (1):
  net/ixgbe: add VF mailbox op for link status

Piotr Kwapulinski (1):
  net/ixgbe: add ACI debug printouts

Piotr Pietruszewski (1):
  net/ixgbe: add support for toggling VF Tx queues

 drivers/net/intel/ixgbe/base/README           |   2 +-
 drivers/net/intel/ixgbe/base/ixgbe_api.c      |  13 ++
 drivers/net/intel/ixgbe/base/ixgbe_api.h      |   1 +
 drivers/net/intel/ixgbe/base/ixgbe_common.c   |  56 ++++++++
 drivers/net/intel/ixgbe/base/ixgbe_common.h   |   1 +
 drivers/net/intel/ixgbe/base/ixgbe_e610.c     | 112 +++++++++++++++-
 drivers/net/intel/ixgbe/base/ixgbe_e610.h     |   2 +
 drivers/net/intel/ixgbe/base/ixgbe_mbx.h      |   4 +
 drivers/net/intel/ixgbe/base/ixgbe_osdep.h    |   1 +
 drivers/net/intel/ixgbe/base/ixgbe_type.h     |   1 +
 .../net/intel/ixgbe/base/ixgbe_type_e610.h    |   1 +
 drivers/net/intel/ixgbe/base/ixgbe_vf.c       | 126 ++++++++++++++----
 drivers/net/intel/ixgbe/base/ixgbe_vf.h       |   2 +
 13 files changed, 293 insertions(+), 29 deletions(-)

-- 
2.47.1


             reply	other threads:[~2025-06-09 10:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-09 10:25 Anatoly Burakov [this message]
2025-06-09 10:25 ` [PATCH v1 1/5] net/ixgbe: remove PTP by PHY cap Anatoly Burakov
2025-06-09 10:25 ` [PATCH v1 2/5] net/ixgbe: add VF mailbox op for link status Anatoly Burakov
2025-06-09 10:25 ` [PATCH v1 3/5] net/ixgbe: add support for toggling VF Tx queues Anatoly Burakov
2025-06-09 10:25 ` [PATCH v1 4/5] net/ixgbe: add ACI debug printouts Anatoly Burakov
2025-06-09 10:25 ` [PATCH v1 5/5] net/ixgbe: update README Anatoly Burakov
2025-06-10 10:51 ` [PATCH v1 0/5] Update ixgbe base code Bruce Richardson

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=cover.1749464704.git.anatoly.burakov@intel.com \
    --to=anatoly.burakov@intel.com \
    --cc=dev@dpdk.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).