Re: [PATCH v2 6/8] linux-user: setsockopt() SO_TIMESTAMPNS and SO_TIMESTAMPING

2020-12-17 Thread Shu-Chun Weng
Ping -- any comments on https://patchew.org/QEMU/cover.1597129029.git@google.com/c1fdce46c35527ea9da34ca26eab4efcdac407db.1597129029.git@google.com/ On Tue, Aug 11, 2020 at 12:10 AM Shu-Chun Weng wrote: > This change supports SO_TIMESTAMPNS_OLD/NEW and SO_TIMESTAMPING_OLD/NEW > for setso

[PATCH v2 6/8] linux-user: setsockopt() SO_TIMESTAMPNS and SO_TIMESTAMPING

2020-08-11 Thread Shu-Chun Weng
This change supports SO_TIMESTAMPNS_OLD/NEW and SO_TIMESTAMPING_OLD/NEW for setsocketopt() with SOL_SOCKET. Based on the SO_TIMESTAMP_OLD/NEW framework. The three pairs share the same flag `SOCK_TSTAMP_NEW` in linux kernel for deciding if the old or the new format is used. Signed-off-by: Shu-Chun