Re: [PATCH 4/8] net/ngbe: fix packet type to parse from offload flags

2023-01-27 Thread Ferruh Yigit
On 1/18/2023 6:00 AM, Jiawen Wu wrote: > In some external applications, developers may fill in wrong packet_type > in rte_mbuf for transmission. It will result in Tx ring hang when Tx > checksum offload is on. So change it to parse from ol_flags. And remove > redundant tunnel type since the NIC doe

[PATCH 4/8] net/ngbe: fix packet type to parse from offload flags

2023-01-17 Thread Jiawen Wu
In some external applications, developers may fill in wrong packet_type in rte_mbuf for transmission. It will result in Tx ring hang when Tx checksum offload is on. So change it to parse from ol_flags. And remove redundant tunnel type since the NIC does not support it. Fixes: 9f3206140274 ("net/ng