Re: [dpdk-dev] [PATCH v2] net/pcap: propagate timestamp from pcap_pkthdr to mbuf

2019-08-27 Thread Ferruh Yigit
On 8/2/2019 9:57 AM, Sylvain Rodon wrote: > From: Sylvain Rodon > > 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, wh

[dpdk-dev] [PATCH v2] net/pcap: propagate timestamp from pcap_pkthdr to mbuf

2019-08-02 Thread Sylvain Rodon
From: Sylvain Rodon 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

[dpdk-dev] [PATCH v2] net/pcap: propagate timestamp from pcap_pkthdr to mbuf

2019-08-02 Thread Sylvain Rodon
From: Sylvain Rodon 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