Re: [dpdk-dev] [PATCH] net/ena: TX L4 offloads should not be set in RX path

2018-01-26 Thread Ferruh Yigit
On 1/25/2018 4:13 PM, Michał Krawczyk wrote: > 2018-01-25 16:27 GMT+01:00 Rafal Kozik : >> >> 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 >

Re: [dpdk-dev] [PATCH] net/ena: TX L4 offloads should not be set in RX path

2018-01-25 Thread Michał Krawczyk
2018-01-25 16:27 GMT+01:00 Rafal Kozik : > > 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

[dpdk-dev] [PATCH] net/ena: TX L4 offloads should not be set in RX path

2018-01-25 Thread Rafal Kozik
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: