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

2021-09-21 Thread Tudor Cornea
Thanks for the suggestion. I will send a new version of the patch with the required changes. Tudor On Mon, 20 Sept 2021 at 20:49, Ferruh Yigit wrote: > On 9/13/2021 6:23 PM, Tudor Cornea wrote: > > We should eliminate the timestamp status from the packet > > status. This should only matter if t

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

2021-09-20 Thread Ferruh Yigit
On 9/13/2021 6:23 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 v2] net/af_packet: remove timestamp from packet status

2021-09-13 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