Re: [dpdk-dev] [PATCH v2] mbuf: outer offsets are undefined for non-tunnel packets

2019-06-27 Thread Ananyev, Konstantin
> The default policy for offload-specific fields is that > they are undefined unless the corresponding offloads are > requested in mbuf ol_flags. This is also the case for outer > L2 and L3 length fields which must not be assumed to contain > zeros for non-tunnel packets. The patch clarifies thi

[dpdk-dev] [PATCH v2] mbuf: outer offsets are undefined for non-tunnel packets

2019-06-24 Thread Ivan Malov
The default policy for offload-specific fields is that they are undefined unless the corresponding offloads are requested in mbuf ol_flags. This is also the case for outer L2 and L3 length fields which must not be assumed to contain zeros for non-tunnel packets. The patch clarifies this behaviour i