unix: add hwtstamp tx_types and rx_filters from kernel - #283
Conversation
|
This PR (HEAD: bff7dcc) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/805700. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/805700. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/805700. |
These types and filters has existed in the Linux kernel for a long time. Now the complete lists are added to Go as well. Reference in Linux kernel: https://github.com/torvalds/linux/blob/master/include/uapi/linux/net_tstamp.h#L112 https://github.com/torvalds/linux/blob/master/include/uapi/linux/net_tstamp.h#L150
bff7dcc to
ae9f762
Compare
|
This PR (HEAD: ae9f762) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/805700. Important tips:
|
|
Message from Casper Andersson: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/805700. |
These types and filters has existed in the Linux kernel for a long time.
Now the complete lists are added to Go as well.
No issue exists and I deemed this change trivial enough to not require one.
Reference in Linux kernel:
https://github.com/torvalds/linux/blob/master/include/uapi/linux/net_tstamp.h#L112 https://github.com/torvalds/linux/blob/master/include/uapi/linux/net_tstamp.h#L150