From: Alexander Duyck <alexander.h.duyck@intel.com>
To: richardcochran@gmail.com
Cc: netdev@vger.kernel.org
Subject: [RFC PATCH v1.1 0/2] PTP related changes for fm10k
Date: Sat, 20 Sep 2014 13:14:03 -0400 [thread overview]
Message-ID: <20140920170138.25490.40273.stgit@ahduyck-bv4.jf.intel.com> (raw)
I'm looking for feedback on what will be the v2 of PTP patches I will be
submitting for the fm10k driver. I thought I would spare the list the job
of reviewing the other 27 patches since any changes there are trivial.
I believe I have addressed most of the original concerns with it. The only
thing I wasn't able to specifically address is the fact that we cannot
change what the actual hardware clock value is. If I hadn't made it clear
before the problem is the hardware clock is shared between all PCIe
functions on the switch so stopping it or drastically altering the value
would significantly throw off any attempt at keeping the clock sane across
the 585 PCIe functions (9 PF, and 9x64 VFs) that this switch can support,
all of which share the same SYSTIME clock reference.
---
Alexander Duyck (2):
fm10k: Add support for ptp to hw specific files
fm10k: Add support for PTP
drivers/net/ethernet/intel/fm10k/Makefile | 2
drivers/net/ethernet/intel/fm10k/fm10k.h | 37 ++
drivers/net/ethernet/intel/fm10k/fm10k_common.h | 8
drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c | 30 +
drivers/net/ethernet/intel/fm10k/fm10k_main.c | 20 +
drivers/net/ethernet/intel/fm10k/fm10k_netdev.c | 20 +
drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 112 +++++
drivers/net/ethernet/intel/fm10k/fm10k_pf.c | 99 +++++
drivers/net/ethernet/intel/fm10k/fm10k_ptp.c | 463 ++++++++++++++++++++++
drivers/net/ethernet/intel/fm10k/fm10k_type.h | 14 +
drivers/net/ethernet/intel/fm10k/fm10k_vf.c | 55 +++
drivers/net/ethernet/intel/fm10k/fm10k_vf.h | 10
12 files changed, 869 insertions(+), 1 deletion(-)
create mode 100644 drivers/net/ethernet/intel/fm10k/fm10k_ptp.c
--
next reply other threads:[~2014-09-20 17:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-20 17:14 Alexander Duyck [this message]
2014-09-20 17:14 ` [RFC PATCH v1.1 1/2] fm10k: Add support for ptp to hw specific files Alexander Duyck
2014-09-20 17:15 ` [RFC PATCH v1.1 2/2] fm10k: Add support for PTP Alexander Duyck
2014-09-20 21:52 ` [RFC PATCH v1.1 0/2] PTP related changes for fm10k Richard Cochran
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=20140920170138.25490.40273.stgit@ahduyck-bv4.jf.intel.com \
--to=alexander.h.duyck@intel.com \
--cc=netdev@vger.kernel.org \
--cc=richardcochran@gmail.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