commit | 76398945c31d92dcc3df9ca2c96b5a18cde4eabc | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed May 13 11:09:10 2020 +0300 |
committer | Jukka Rissanen <jukka.rissanen+github@gmail.com> | Fri Aug 07 10:12:51 2020 +0300 |
tree | bcee814df874b0b14c6390a9c301aaa6c6b8cdb8 | |
parent | e227f5ba13c00ff5269c09dd3a3af791d984ed86 [diff] |
net: Collect net_pkt TX timing statistics when passing IP stack Collect information how long net_pkt has travelled in IP stack in certain points. See network documentation what these points are and how to get information about the timings. This initial commit adds support to TX timing collection. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>