Hello Michael,
great, thanks. The Mainboard we are considering is not embedded but its M2 slots definitely have PCIe.
Best regards,
Thomas
Search found 17 matches
- Thu 3. Jul 2025, 17:24
- Forum: PCAN-M.2
- Topic: PCAN-M.2 in external Thunderbolt enclosure
- Replies: 6
- Views: 1244
- Thu 3. Jul 2025, 14:10
- Forum: PCAN-M.2
- Topic: PCAN-M.2 in external Thunderbolt enclosure
- Replies: 6
- Views: 1244
Re: PCAN-M.2 in external Thunderbolt enclosure
Hello Michael,
ok, thanks.
So what systems the PCAN-M.2 is designed for or typically used in?
Best regards,
Thomas
ok, thanks.
So what systems the PCAN-M.2 is designed for or typically used in?
Best regards,
Thomas
- Tue 1. Jul 2025, 15:12
- Forum: PCAN-M.2
- Topic: PCAN-M.2 in external Thunderbolt enclosure
- Replies: 6
- Views: 1244
Re: PCAN-M.2 in external Thunderbolt enclosure
Hi Michael,
ok, thanks for your response.
But it is possible to operate in an M2 M-key slot on a motherboard, which is dedicated for NVMe drives that provides PCIe, right?
Regards,
Thomas
ok, thanks for your response.
But it is possible to operate in an M2 M-key slot on a motherboard, which is dedicated for NVMe drives that provides PCIe, right?
Regards,
Thomas
- Sat 7. Jun 2025, 12:32
- Forum: PCAN-M.2
- Topic: PCAN-M.2 in external Thunderbolt enclosure
- Replies: 6
- Views: 1244
PCAN-M.2 in external Thunderbolt enclosure
Is it possible to operate the PCAN-M.2 in an external M2 enclosure with Thunderbolt connection? If so, is it sufficient to have NVMe compatibility or are there other specifications to be taken into account? Are there any performance degradations (latency wise) to expect?
- Wed 18. Dec 2024, 15:14
- Forum: Linux
- Topic: SocketCAN hardware timestamps
- Replies: 10
- Views: 35734
Re: SocketCAN hardware timestamps
Hi Stéphane,
ok, thanks for clarifying. In that case, I understand even less why you don't allow your users to change the behavior with the deftsmode parameter. Changing parameters with the mainline driver is not allowed anyway.
Best regards,
Thomas
ok, thanks for clarifying. In that case, I understand even less why you don't allow your users to change the behavior with the deftsmode parameter. Changing parameters with the mainline driver is not allowed anyway.
Best regards,
Thomas
- Tue 17. Dec 2024, 11:50
- Forum: Linux
- Topic: SocketCAN hardware timestamps
- Replies: 10
- Views: 35734
Re: SocketCAN hardware timestamps
Hi Stéphane,
I am aware that time synchronization is quite complex. That is one of the reasons we want to make use of hardware timestamps.
I think I still do not understand fully. Does that mean, the cooked stamps were working up to 8.10.2 as "hardware timestamps"? As I said, we are using the ...
I am aware that time synchronization is quite complex. That is one of the reasons we want to make use of hardware timestamps.
I think I still do not understand fully. Does that mean, the cooked stamps were working up to 8.10.2 as "hardware timestamps"? As I said, we are using the ...
- Wed 11. Dec 2024, 14:13
- Forum: Linux
- Topic: SocketCAN hardware timestamps
- Replies: 10
- Views: 35734
Re: SocketCAN hardware timestamps
Hi Stéphane,
I still do not understand why it is not possible to default the driver to deftsmode=3 and still make it possible to change its behavior with the parameter. Could you please elaborate on this decision?
Best regards,
Thomas
I still do not understand why it is not possible to default the driver to deftsmode=3 and still make it possible to change its behavior with the parameter. Could you please elaborate on this decision?
Best regards,
Thomas
- Wed 11. Dec 2024, 14:08
- Forum: Linux
- Topic: SocketCAN hardware timestamps
- Replies: 10
- Views: 35734
Re: SocketCAN hardware timestamps
Hi Stéphane,
thanks for the suggestion. I copied over
if (pf->flags & PCANFD_HWTIMESTAMP)
{
struct skb_shared_hwtstamps *hwts = skb_hwtstamps(skb);
// pqm->hwtv.ts_mode = PCANFD_OPT_HWTIMESTAMP_RAW;
/* cook the hw timestamp according to ts_mode */
pcan_sync_timestamps(dev, pqm);
hwts ...
thanks for the suggestion. I copied over
if (pf->flags & PCANFD_HWTIMESTAMP)
{
struct skb_shared_hwtstamps *hwts = skb_hwtstamps(skb);
// pqm->hwtv.ts_mode = PCANFD_OPT_HWTIMESTAMP_RAW;
/* cook the hw timestamp according to ts_mode */
pcan_sync_timestamps(dev, pqm);
hwts ...
- Wed 11. Dec 2024, 09:04
- Forum: Linux
- Topic: SocketCAN hardware timestamps
- Replies: 10
- Views: 35734
Re: SocketCAN hardware timestamps
Hello again,
I searched the forum a bit more and just found this post, suggesting the netdev should allow to change the timestamp behavior.
Best regards,
Thomas
I searched the forum a bit more and just found this post, suggesting the netdev should allow to change the timestamp behavior.
Best regards,
Thomas
- Wed 11. Dec 2024, 08:58
- Forum: Linux
- Topic: SocketCAN hardware timestamps
- Replies: 10
- Views: 35734
Re: SocketCAN hardware timestamps
Hello Stéphane,
thank you very much for your quick response.
I do not understand the reason why deftsmode is ignored. Isn't the reason for the parameters to override the default behavior? For example, parameters like fdirqcl are working. Could you please consider to change this behavior? For us ...
thank you very much for your quick response.
I do not understand the reason why deftsmode is ignored. Isn't the reason for the parameters to override the default behavior? For example, parameters like fdirqcl are working. Could you please consider to change this behavior? For us ...