commit | dd01e9997fa74fe24220a3c5fa331f9d56f3ab39 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Thu Mar 07 11:20:43 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Mar 09 10:09:33 2019 -0500 |
tree | 412933eb70ca9f5aa9f133604af33c5d7f7b2cd1 | |
parent | 3e6e0922fe8f73617def24cd0e670efdcee3e1df [diff] |
net/context: Add an option so set/unset packet timestamping Though core system is able to manage packet timestamping internaly (gptp requires it for instance), it might be necessary to enable/disable packet timestamping from net context directly. Currently this will be only used by the tx timestamp test. So this support is disabled by default. (And gptp does not require it anyway). Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>