Re: [PATCH v2] Enable retrieving of RTNET network packet timestamp OOB using recvmsg()

2021-08-02 Thread Jan Kiszka via Xenomai
On 29.07.21 09:32, François Legal wrote: > Le Mardi, Juillet 27, 2021 18:44 CEST, Jan Kiszka a > écrit: > >> On 27.07.21 14:13, François Legal wrote: >>> Le Lundi, Juillet 26, 2021 14:01 CEST, Jan Kiszka >>> a écrit: >>> On 17.05.21 11:44, François Legal via Xenomai wrote: >

Re: [PATCH v2] Enable retrieving of RTNET network packet timestamp OOB using recvmsg()

2021-07-29 Thread François Legal via Xenomai
Le Mardi, Juillet 27, 2021 18:44 CEST, Jan Kiszka a écrit: > On 27.07.21 14:13, François Legal wrote: > > Le Lundi, Juillet 26, 2021 14:01 CEST, Jan Kiszka > > a écrit: > > > >> On 17.05.21 11:44, François Legal via Xenomai wrote: > >>> This patch enables retrieving, in realtime application,

Re: [PATCH v2] Enable retrieving of RTNET network packet timestamp OOB using recvmsg()

2021-07-27 Thread Jan Kiszka via Xenomai
On 27.07.21 14:13, François Legal wrote: > Le Lundi, Juillet 26, 2021 14:01 CEST, Jan Kiszka a > écrit: > >> On 17.05.21 11:44, François Legal via Xenomai wrote: >>> This patch enables retrieving, in realtime application, of RTNET enabled >>> adapters packet timestamps. >>> It uses the linux

Re: [PATCH v2] Enable retrieving of RTNET network packet timestamp OOB using recvmsg()

2021-07-27 Thread François Legal via Xenomai
Le Lundi, Juillet 26, 2021 14:01 CEST, Jan Kiszka a écrit: > On 17.05.21 11:44, François Legal via Xenomai wrote: > > This patch enables retrieving, in realtime application, of RTNET enabled > > adapters packet timestamps. > > It uses the linux semantic SO_TIMESTAMPNS, and the linux code to

Re: [PATCH v2] Enable retrieving of RTNET network packet timestamp OOB using recvmsg()

2021-07-26 Thread Jan Kiszka via Xenomai
On 17.05.21 11:44, François Legal via Xenomai wrote: > This patch enables retrieving, in realtime application, of RTNET enabled > adapters packet timestamps. > It uses the linux semantic SO_TIMESTAMPNS, and the linux code to put the > timestamp in the control_msg structure. > > I tested this

Re: [PATCH v2] Enable retrieving of RTNET network packet timestamp OOB using recvmsg()

2021-07-23 Thread François Legal via Xenomai
Hello, I wanted to raise this one too, if it's of any interest for the community. François Le Lundi, Mai 17, 2021 11:44 CEST, François Legal via Xenomai a écrit: > This patch enables retrieving, in realtime application, of RTNET enabled > adapters packet timestamps. > It uses the linux

[PATCH v2] Enable retrieving of RTNET network packet timestamp OOB using recvmsg()

2021-05-17 Thread François Legal via Xenomai
This patch enables retrieving, in realtime application, of RTNET enabled adapters packet timestamps. It uses the linux semantic SO_TIMESTAMPNS, and the linux code to put the timestamp in the control_msg structure. I tested this patch with af_packet sockets only. UDP & TCP might be a little