Re: [PATCH v2] net/ice: fix tso tunnel setting to not take effect

2024-01-22 Thread Thomas Monjalon
> > The Tx offload capabilities of ICE ethdev doesn't include tso tunnel, which > > will > > result in tso tunnel setting to not take effect. > > > > The patch adds tunnel tso offload to ICE_TX_NO_VECTOR_FLAGS. > > > > This commit will add tso tunnel capabilities in ice_dev_info_get(). > > > >

RE: [PATCH v2] net/ice: fix tso tunnel setting to not take effect

2023-12-27 Thread Zhang, Qi Z
in Jacob > ; Hemant Agrawal ; > Somnath Kotur > Subject: [PATCH v2] net/ice: fix tso tunnel setting to not take effect > > The Tx offload capabilities of ICE ethdev doesn't include tso tunnel, which > will > result in tso tunnel setting to not take effect. > >

[PATCH v2] net/ice: fix tso tunnel setting to not take effect

2023-12-06 Thread Kaiwen Deng
The Tx offload capabilities of ICE ethdev doesn't include tso tunnel, which will result in tso tunnel setting to not take effect. The patch adds tunnel tso offload to ICE_TX_NO_VECTOR_FLAGS. This commit will add tso tunnel capabilities in ice_dev_info_get(). Bugzilla ID: 1327 Fixes: d852fec1be63