* [PATCH] common/cnxk: allow changing PTP mode on 10k platforms
@ 2022-07-01 11:54 Tomasz Duszynski
2022-07-05 16:50 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Tomasz Duszynski @ 2022-07-01 11:54 UTC (permalink / raw)
To: dev, Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori, Satha Rao
Cc: thomas, jerinj, Tomasz Duszynski, stable
Since firmware has added support for toggling PTP mode on 10k platforms
userspace code should allow doing that as well.
Cc: stable@dpdk.org
Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
Reviewed-by: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
---
drivers/common/cnxk/roc_bphy_cgx.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/common/cnxk/roc_bphy_cgx.c b/drivers/common/cnxk/roc_bphy_cgx.c
index a5df104088..e966494e21 100644
--- a/drivers/common/cnxk/roc_bphy_cgx.c
+++ b/drivers/common/cnxk/roc_bphy_cgx.c
@@ -285,9 +285,6 @@ roc_bphy_cgx_ptp_rx_ena_dis(struct roc_bphy_cgx *roc_cgx, unsigned int lmac,
{
uint64_t scr1, scr0;
- if (roc_model_is_cn10k())
- return -ENOTSUP;
-
if (!roc_cgx)
return -EINVAL;
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] common/cnxk: allow changing PTP mode on 10k platforms
2022-07-01 11:54 [PATCH] common/cnxk: allow changing PTP mode on 10k platforms Tomasz Duszynski
@ 2022-07-05 16:50 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2022-07-05 16:50 UTC (permalink / raw)
To: Tomasz Duszynski
Cc: dev, Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori,
Satha Rao, jerinj, stable
01/07/2022 13:54, Tomasz Duszynski:
> Since firmware has added support for toggling PTP mode on 10k platforms
> userspace code should allow doing that as well.
>
> Cc: stable@dpdk.org
>
> Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
> Reviewed-by: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-05 16:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-01 11:54 [PATCH] common/cnxk: allow changing PTP mode on 10k platforms Tomasz Duszynski
2022-07-05 16:50 ` Thomas Monjalon
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).