All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@intel.com>
Cc: leon@kernel.org, intel-wired-lan@osuosl.org,
	richardcochran@gmail.com, saeed@kernel.org, edumazet@google.com,
	gal@nvidia.com, netdev@vger.kernel.org,
	michael.chan@broadcom.com, davem@davemloft.net,
	andy@greyhouse.net
Subject: Re: [Intel-wired-lan] [PATCH v2 0/5] Add support for DMA timestamp for non-PTP packets
Date: Tue, 18 Oct 2022 12:02:54 -0700	[thread overview]
Message-ID: <20221018120254.752de264@kernel.org> (raw)
In-Reply-To: <20221018010733.4765-1-muhammad.husaini.zulkifli@intel.com>

On Tue, 18 Oct 2022 09:07:28 +0800 Muhammad Husaini Zulkifli wrote:
> v1 -> v2:
> 	- Move to the end for the new enum.
> 	- Add new HWTSTAMP_FILTER_DMA_TIMESTAMP receive filters.

Did you address my feedback? How do we know if existing
HWTSTAMP_FILTER_ALL is PHC quality of DMA?
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@intel.com>
Cc: intel-wired-lan@osuosl.org, netdev@vger.kernel.org,
	davem@davemloft.net, edumazet@google.com,
	aravindhan.gunasekaran@intel.com, richardcochran@gmail.com,
	gal@nvidia.com, saeed@kernel.org, leon@kernel.org,
	michael.chan@broadcom.com, andy@greyhouse.net,
	vinicius.gomes@intel.com
Subject: Re: [PATCH v2 0/5] Add support for DMA timestamp for non-PTP packets
Date: Tue, 18 Oct 2022 12:02:54 -0700	[thread overview]
Message-ID: <20221018120254.752de264@kernel.org> (raw)
In-Reply-To: <20221018010733.4765-1-muhammad.husaini.zulkifli@intel.com>

On Tue, 18 Oct 2022 09:07:28 +0800 Muhammad Husaini Zulkifli wrote:
> v1 -> v2:
> 	- Move to the end for the new enum.
> 	- Add new HWTSTAMP_FILTER_DMA_TIMESTAMP receive filters.

Did you address my feedback? How do we know if existing
HWTSTAMP_FILTER_ALL is PHC quality of DMA?

  parent reply	other threads:[~2022-10-18 19:03 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18  1:07 [Intel-wired-lan] [PATCH v2 0/5] Add support for DMA timestamp for non-PTP packets Muhammad Husaini Zulkifli
2022-10-18  1:07 ` Muhammad Husaini Zulkifli
2022-10-18  1:07 ` [Intel-wired-lan] [PATCH v2 1/5] ethtool: Add new hwtstamp flag Muhammad Husaini Zulkifli
2022-10-18  1:07   ` Muhammad Husaini Zulkifli
2022-10-18  1:07 ` [Intel-wired-lan] [PATCH v2 2/5] net-timestamp: Increase the size of tsflags Muhammad Husaini Zulkifli
2022-10-18  1:07   ` Muhammad Husaini Zulkifli
2022-10-18  5:57   ` [Intel-wired-lan] " Paul Menzel
2022-10-18  5:57     ` Paul Menzel
2022-10-18 12:42     ` Zulkifli, Muhammad Husaini
2022-10-18 12:42       ` Zulkifli, Muhammad Husaini
2022-10-18  1:07 ` [Intel-wired-lan] [PATCH v2 3/5] net: sock: extend SO_TIMESTAMPING for DMA Fetch Muhammad Husaini Zulkifli
2022-10-18  1:07   ` Muhammad Husaini Zulkifli
2022-10-18  1:07 ` [Intel-wired-lan] [PATCH v2 4/5] igc: Add support for DMA timestamp for non-PTP packets Muhammad Husaini Zulkifli
2022-10-18  1:07   ` Muhammad Husaini Zulkifli
2022-10-20 22:39   ` [Intel-wired-lan] " Jacob Keller
2022-10-18  1:07 ` [Intel-wired-lan] [PATCH v2 5/5] ethtool: Add support for HWTSTAMP_FILTER_DMA_TIMESTAMP Muhammad Husaini Zulkifli
2022-10-18  1:07   ` Muhammad Husaini Zulkifli
2022-10-18 11:45 ` [Intel-wired-lan] [PATCH v2 0/5] Add support for DMA timestamp for non-PTP packets Richard Cochran
2022-10-18 11:45   ` Richard Cochran
2022-10-18 14:12   ` [Intel-wired-lan] " Zulkifli, Muhammad Husaini
2022-10-18 14:12     ` Zulkifli, Muhammad Husaini
2022-10-19  2:37     ` [Intel-wired-lan] " Richard Cochran
2022-10-19  2:37       ` Richard Cochran
2022-10-21  0:25       ` [Intel-wired-lan] " Zulkifli, Muhammad Husaini
2022-10-21  0:25         ` Zulkifli, Muhammad Husaini
2022-10-21 12:48         ` [Intel-wired-lan] " Richard Cochran
2022-10-21 12:48           ` Richard Cochran
2022-10-21 15:16           ` [Intel-wired-lan] " Jakub Kicinski
2022-10-21 15:16             ` Jakub Kicinski
2022-10-18 14:23 ` [Intel-wired-lan] " Gal Pressman
2022-10-18 14:23   ` Gal Pressman
2022-10-19 14:23   ` [Intel-wired-lan] " Zulkifli, Muhammad Husaini
2022-10-19 14:23     ` Zulkifli, Muhammad Husaini
2022-10-23  7:15     ` [Intel-wired-lan] " Gal Pressman
2022-10-23  7:15       ` Gal Pressman
2022-10-18 19:02 ` Jakub Kicinski [this message]
2022-10-18 19:02   ` Jakub Kicinski
2022-10-20  2:16   ` [Intel-wired-lan] " Zulkifli, Muhammad Husaini
2022-10-20  2:16     ` Zulkifli, Muhammad Husaini
2022-10-20  2:47     ` [Intel-wired-lan] " Jakub Kicinski
2022-10-20  2:47       ` Jakub Kicinski

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=20221018120254.752de264@kernel.org \
    --to=kuba@kernel.org \
    --cc=andy@greyhouse.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gal@nvidia.com \
    --cc=intel-wired-lan@osuosl.org \
    --cc=leon@kernel.org \
    --cc=michael.chan@broadcom.com \
    --cc=muhammad.husaini.zulkifli@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=richardcochran@gmail.com \
    --cc=saeed@kernel.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.