On 1/25/2018 4:13 PM, Michał Krawczyk wrote:
> 2018-01-25 16:27 GMT+01:00 Rafal Kozik <[email protected]>:
>>
>> Information about received packet type detected by NIC should be
>> stored in packet_type field of rte_mbuf. TX L4 offload flags should
>> not be set in RX path. Only fields that could be set in of_flags
>> during packet receiving are information if L4 and L3 checksum is
>> correct.
>>
>> Fixes: 1173fca25af9 ("ena: add polling-mode driver")
Cc: [email protected]
>>
>> Reported-by: Matthew Smith <[email protected]>
>> Signed-off-by: Rafal Kozik <[email protected]>
> Signed-off-by: Michal Krawczyk <[email protected]>
Applied to dpdk-next-net/master, thanks.