Re: [dpdk-dev] [PATCH v2] net/pcap: propagate timestamp from pcap_pkthdr to mbuf
From: Ferruh Yigit <hidden>
Date: 2019-08-27 11:54:46
From: Ferruh Yigit <hidden>
Date: 2019-08-27 11:54:46
On 8/2/2019 9:57 AM, Sylvain Rodon wrote:
From: Sylvain Rodon <redacted> Timestamp is always set in PCAP header, whether it reads a file or listen on an interface. This information can be important for some applications and it cannot be obtained otherwise (especially when reading a PCAP file, where the timestamp is not the current time). Timestamp here is the number of microseconds since epoch. Signed-off-by: Sylvain Rodon <redacted>
Acked-by: Ferruh Yigit <redacted> Applied to dpdk-next-net/master, thanks.