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

2023-02-01 Thread Ferruh Yigit
On 2/1/2023 3:14 AM, Jiawen Wu wrote: > On Friday, January 27, 2023 11:37 PM, Ferruh Yigit wrote: >> 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 checks

RE: [PATCH 3/8] net/txgbe: fix packet type to parse from offload flags

2023-01-31 Thread Jiawen Wu
On Friday, January 27, 2023 11:37 PM, Ferruh Yigit wrote: > 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 f

Re: [PATCH 3/8] net/txgbe: 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. > Can you please give more information on what pac

[PATCH 3/8] net/txgbe: 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. Fixes: ca46fcd753b1 ("net/txgbe: support Tx with hardware offload") Cc: sta...@dpdk.org Signed-