public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
From: Mohammad Shuab Siddique <mohammad-shuab.siddique@broadcom.com>
To: dev@dpdk.org
Cc: kishore.padmanabha@broadcom.com,
	Mohammad Shuab Siddique <mohammad-shuab.siddique@broadcom.com>
Subject: [PATCH 0/4] net/bnxt: PTP support series
Date: Mon,  2 Mar 2026 10:12:32 -0700	[thread overview]
Message-ID: <20260302171236.98625-1-Mohammad-Shuab.Siddique@broadcom.com> (raw)

This series adds and extends PTP (IEEE 1588) support for the BNXT PMD:

- Patch 1: Support handling of PTP frames in the Rx path (scalar path),
  including ol_flags and packet_type updates for PTP timesync packets.

- Patch 2: Pass Rx timestamp to the application via the mbuf dynfield
  and add ptp_cfg NULL checks to avoid segfault when ptp_cfg is not
  created.

- Patch 3: Support timestamp parsing in Tx (tx_free_thresh, fast-free
  handling at dev_start and in queue setup when PTP/ieee_1588 is enabled).

- Patch 4: Enable PTP for Thor 2 VFs by creating ptp_cfg when the device
  reports PTP support (BNXT_CHIP_P5_P7), fixing "RX/TX timestamp
  registers not valid" in testpmd ieee1588 fwd mode on VFs.

Ajit Khaparde (3):
  net/bnxt: support handling PTP frames in Rx
  net/bnxt: pass Rx timestamp in mbuf
  net/bnxt: support timestamp parsing in Tx

Mohammad Shuab Siddique (1):
  net/bnxt: add ptp_cfg struct support for Thor 2 VFs

Signed-off-by: Mohammad Shuab Siddique <mohammad-shuab.siddique@broadcom.com>

 drivers/net/bnxt/bnxt.h        |  4 ++++
 drivers/net/bnxt/bnxt_ethdev.c | 32 ++++++++++++++++++++++++++++++++
 drivers/net/bnxt/bnxt_hwrm.c   |  2 +-
 drivers/net/bnxt/bnxt_rxr.c    | 30 ++++++++++++++++++++++++++----
 drivers/net/bnxt/bnxt_rxr.h    |  9 ++++++++-
 drivers/net/bnxt/bnxt_txq.c    |  6 ++++++
 drivers/net/bnxt/bnxt_txq.h    |  1 +
 7 files changed, 78 insertions(+), 6 deletions(-)

-- 
2.47.3


             reply	other threads:[~2026-03-02 17:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-02 17:12 Mohammad Shuab Siddique [this message]
2026-03-02 17:12 ` [PATCH 1/4] net/bnxt: support handling PTP frames in Rx Mohammad Shuab Siddique
2026-03-02 17:12 ` [PATCH 2/4] net/bnxt: pass Rx timestamp in mbuf Mohammad Shuab Siddique
2026-03-02 17:12 ` [PATCH 3/4] net/bnxt: support timestamp parsing in Tx Mohammad Shuab Siddique
2026-03-02 17:12 ` [PATCH 4/4] net/bnxt: add ptp_cfg struct support for Thor 2 VFs Mohammad Shuab Siddique
2026-03-02 17:26   ` [PATCH v2 " Mohammad Shuab Siddique
2026-03-11 18:29 ` [PATCH 0/4] net/bnxt: PTP support series Thomas Monjalon

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=20260302171236.98625-1-Mohammad-Shuab.Siddique@broadcom.com \
    --to=mohammad-shuab.siddique@broadcom.com \
    --cc=dev@dpdk.org \
    --cc=kishore.padmanabha@broadcom.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox