From: Simon Horman <horms@kernel.org>
To: Jacob Keller <jacob.e.keller@intel.com>
Cc: David Miller <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>, netdev <netdev@vger.kernel.org>,
Jiri Pirko <jiri@resnulli.us>,
Sergey Temerkhanov <sergey.temerkhanov@intel.com>,
Michal Michalik <michal.michalik@intel.com>,
Przemek Kitszel <przemyslaw.kitszel@intel.com>,
Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>,
Karol Kolacinski <karol.kolacinski@intel.com>,
Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com>
Subject: Re: [PATCH next 07/11] ice: Introduce ETH56G PHY model for E825C products
Date: Tue, 4 Jun 2024 10:28:47 +0100 [thread overview]
Message-ID: <20240604092847.GO491852@kernel.org> (raw)
In-Reply-To: <10ffa7ab-0121-48b7-9605-c45364d5d9d4@intel.com>
On Mon, Jun 03, 2024 at 12:47:42PM -0700, Jacob Keller wrote:
>
>
> On 6/1/2024 3:35 AM, Simon Horman wrote:
> > On Tue, May 28, 2024 at 04:03:57PM -0700, Jacob Keller wrote:
> >> From: Sergey Temerkhanov <sergey.temerkhanov@intel.com>
> >>
> >> E825C products feature a new PHY model - ETH56G.
> >>
> >> Introduces all necessary PHY definitions, functions etc. for ETH56G PHY,
> >> analogous to E82X and E810 ones with addition of a few HW-specific
> >> functionalities for ETH56G like one-step timestamping.
> >>
> >> It ensures correct PTP initialization and operation for E825C products.
> >>
> >> Co-developed-by: Jacob Keller <jacob.e.keller@intel.com>
> >> Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
> >> Co-developed-by: Michal Michalik <michal.michalik@intel.com>
> >> Signed-off-by: Michal Michalik <michal.michalik@intel.com>
> >> Signed-off-by: Sergey Temerkhanov <sergey.temerkhanov@intel.com>
> >> Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
> >> Reviewed-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
> >> Co-developed-by: Karol Kolacinski <karol.kolacinski@intel.com>
> >> Signed-off-by: Karol Kolacinski <karol.kolacinski@intel.com>
> >> Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com>
> >> Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
> >
> > Hi Jacob,
> >
> > This isn't a proper review, but I noticed that your signed-off
> > appears twice above.
> >
>
> Yes it does. I developed some of the original code which Sergey used
> here (hence my Co-developed-by and Signed-off-by). But I am also
> covering for Tony and submitting the patch so I added my sign-off-by to
> the end of the sequence since I'm the one who submitted the full series
> to netdev.
>
> I'm not entirely sure how to handle this, since its a bit awkward. I
> guess there are a couple of other ways we could have done this, from
> dropping my co-developed-by tag, to moving it to the end..
Thanks Jacob,
I understand the problem you face.
Perhaps you could move yourself to the bottom of the list of Co-developers,
below Tested-by. But perhaps that is worse.
No big deal on my side if you stick with what you have,
although possibly it will be flagged again (by someone else).
next prev parent reply other threads:[~2024-06-04 9:28 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-28 23:03 [PATCH next 00/11] ice: Introduce ETH56G PHY model for E825C products Jacob Keller
2024-05-28 23:03 ` [PATCH next 01/11] ice: Introduce ice_ptp_hw struct Jacob Keller
2024-05-28 23:03 ` [PATCH next 02/11] ice: Introduce helper to get tmr_cmd_reg values Jacob Keller
2024-05-28 23:03 ` [PATCH next 03/11] ice: Implement Tx interrupt enablement functions Jacob Keller
2024-05-28 23:03 ` [PATCH next 04/11] ice: Add PHY OFFSET_READY register clearing Jacob Keller
2024-05-28 23:03 ` [PATCH next 05/11] ice: Move CGU block Jacob Keller
2024-05-28 23:03 ` [PATCH next 06/11] ice: Introduce ice_get_base_incval() helper Jacob Keller
2024-05-28 23:03 ` [PATCH next 07/11] ice: Introduce ETH56G PHY model for E825C products Jacob Keller
2024-06-01 10:35 ` Simon Horman
2024-06-03 19:47 ` Jacob Keller
2024-06-04 9:28 ` Simon Horman [this message]
2024-06-04 22:08 ` Jacob Keller
2024-05-28 23:03 ` [PATCH next 08/11] ice: Change CGU regs struct to anonymous Jacob Keller
2024-05-28 23:03 ` [PATCH next 09/11] ice: Add support for E825-C TS PLL handling Jacob Keller
2024-05-28 23:04 ` [PATCH next 10/11] ice: Add NAC Topology device capability parser Jacob Keller
2024-05-28 23:04 ` [PATCH next 11/11] ice: Adjust PTP init for 2x50G E825C devices Jacob Keller
2024-06-01 23:10 ` [PATCH next 00/11] ice: Introduce ETH56G PHY model for E825C products patchwork-bot+netdevbpf
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=20240604092847.GO491852@kernel.org \
--to=horms@kernel.org \
--cc=arkadiusz.kubalewski@intel.com \
--cc=davem@davemloft.net \
--cc=himasekharx.reddy.pucha@intel.com \
--cc=jacob.e.keller@intel.com \
--cc=jiri@resnulli.us \
--cc=karol.kolacinski@intel.com \
--cc=kuba@kernel.org \
--cc=michal.michalik@intel.com \
--cc=netdev@vger.kernel.org \
--cc=przemyslaw.kitszel@intel.com \
--cc=sergey.temerkhanov@intel.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;
as well as URLs for NNTP newsgroup(s).