From: Mingjin Ye <mingjinx.ye@intel.com>
To: dev@dpdk.org
Cc: Mingjin Ye <mingjinx.ye@intel.com>
Subject: [PATCH 0/3] add frequency adjustment support for PTP
Date: Thu, 5 Sep 2024 09:26:03 +0000 [thread overview]
Message-ID: <20240905092606.857596-1-mingjinx.ye@intel.com> (raw)
[1/3] ethdev: add frequency adjustment API
[2/3] net/ice: add frequency adjustment support for PTP
[3/3] examples/ptpclient: add frequency adjustment support
Mingjin Ye (3):
ethdev: add frequency adjustment API
net/ice: add frequency adjustment support for PTP
examples/ptpclient: add frequency adjustment support
doc/guides/nics/features.rst | 4 +-
doc/guides/nics/ice.rst | 15 ++
drivers/net/ice/ice_ethdev.c | 177 +++++++++++++-----
drivers/net/ice/ice_ethdev.h | 2 +
drivers/net/ice/ice_rxtx.c | 4 +-
examples/ptpclient/ptpclient.c | 300 +++++++++++++++++++++++++++----
lib/ethdev/ethdev_driver.h | 5 +
lib/ethdev/ethdev_trace.h | 9 +
lib/ethdev/ethdev_trace_points.c | 3 +
lib/ethdev/rte_ethdev.c | 18 ++
lib/ethdev/rte_ethdev.h | 19 ++
lib/ethdev/version.map | 3 +
12 files changed, 478 insertions(+), 81 deletions(-)
--
2.25.1
next reply other threads:[~2024-09-05 9:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-05 9:26 Mingjin Ye [this message]
2024-09-05 9:26 ` [PATCH 1/3] ethdev: add frequency adjustment API Mingjin Ye
2024-09-05 9:26 ` [PATCH 2/3] net/ice: add frequency adjustment support for PTP Mingjin Ye
2024-09-05 9:26 ` [PATCH 3/3] examples/ptpclient: add frequency adjustment support Mingjin Ye
2024-09-05 9:53 ` [PATCH 0/3] add frequency adjustment support for PTP Ferruh Yigit
-- strict thread matches above, loose matches on Subject: below --
2024-09-05 10:08 Mingjin Ye
2024-09-05 13:14 ` Ferruh Yigit
2024-09-05 13:49 ` Bruce Richardson
2024-09-05 9:05 Mingjin Ye
2024-09-05 1:31 Mingjin Ye
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=20240905092606.857596-1-mingjinx.ye@intel.com \
--to=mingjinx.ye@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 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.