From: Vadim Fedorenko <vadfed@meta.com>
To: Vadim Fedorenko <vadim.fedorenko@linux.dev>,
Jakub Kicinski <kuba@kernel.org>,
David Ahern <dsahern@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
"David S. Miller" <davem@davemloft.net>,
Alexander Duyck <alexanderduyck@fb.com>
Cc: Vadim Fedorenko <vadfed@meta.com>, <netdev@vger.kernel.org>,
"Richard Cochran" <richardcochran@gmail.com>
Subject: [PATCH net-next v2 0/5] eth: fbnic: add timestamping support
Date: Thu, 12 Sep 2024 09:31:18 -0700 [thread overview]
Message-ID: <20240912163123.551882-1-vadfed@meta.com> (raw)
The series is to add timestamping support for Meta's NIC driver.
Changelog:
v1 -> v2:
- adjust comment about using u64 stats locking primitive
- fix typo in the first patch
- Cc Richard
Vadim Fedorenko (5):
eth: fbnic: add software TX timestamping support
eth: fbnic: add initial PHC support
eth: fbnic: add RX packets timestamping support
eth: fbnic: add TX packets timestamping support
eth: fbnic: add ethtool timestamping statistics
drivers/net/ethernet/meta/fbnic/Makefile | 3 +-
drivers/net/ethernet/meta/fbnic/fbnic.h | 11 +
drivers/net/ethernet/meta/fbnic/fbnic_csr.h | 39 +++
.../net/ethernet/meta/fbnic/fbnic_ethtool.c | 54 +++
.../net/ethernet/meta/fbnic/fbnic_netdev.c | 91 ++++-
.../net/ethernet/meta/fbnic/fbnic_netdev.h | 18 +
drivers/net/ethernet/meta/fbnic/fbnic_pci.c | 9 +-
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c | 31 ++
drivers/net/ethernet/meta/fbnic/fbnic_time.c | 311 ++++++++++++++++++
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c | 165 +++++++++-
drivers/net/ethernet/meta/fbnic/fbnic_txrx.h | 3 +
11 files changed, 727 insertions(+), 8 deletions(-)
create mode 100644 drivers/net/ethernet/meta/fbnic/fbnic_time.c
--
2.43.5
next reply other threads:[~2024-09-12 16:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 16:31 Vadim Fedorenko [this message]
2024-09-12 16:31 ` [PATCH net-next v2 1/5] eth: fbnic: add software TX timestamping support Vadim Fedorenko
2024-09-12 16:31 ` [PATCH net-next v2 2/5] eth: fbnic: add initial PHC support Vadim Fedorenko
2024-09-12 16:31 ` [PATCH net-next v2 3/5] eth: fbnic: add RX packets timestamping support Vadim Fedorenko
2024-09-13 0:53 ` Jakub Kicinski
2024-09-12 16:31 ` [PATCH net-next v2 4/5] eth: fbnic: add TX " Vadim Fedorenko
2024-09-12 16:31 ` [PATCH net-next v2 5/5] eth: fbnic: add ethtool timestamping statistics Vadim Fedorenko
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=20240912163123.551882-1-vadfed@meta.com \
--to=vadfed@meta.com \
--cc=alexanderduyck@fb.com \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=richardcochran@gmail.com \
--cc=vadim.fedorenko@linux.dev \
/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).