Re: [dpdk-dev] [PATCH v3] net/af_packet: remove timestamp from packet status

2021-09-28 Thread Ferruh Yigit
On 9/23/2021 7:13 PM, Tudor Cornea wrote: > We should eliminate the timestamp status from the packet > status. This should only matter if timestamping is enabled > on the socket, but we might hit a kernel bug, which is fixed > in newer releases. > > For interfaces of type 'veth', the sent skb is f

[dpdk-dev] [PATCH v3] net/af_packet: remove timestamp from packet status

2021-09-23 Thread Tudor Cornea
We should eliminate the timestamp status from the packet status. This should only matter if timestamping is enabled on the socket, but we might hit a kernel bug, which is fixed in newer releases. For interfaces of type 'veth', the sent skb is forwarded to the peer and back into the network stack w