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

2023-11-24 Thread David Marchand
On Fri, Nov 24, 2023 at 8:27 AM Kaiwen Deng wrote: > > The Tx offload capabilities of ICE ethdev doesn't include > tso tunnel, which will result in tso tunnel setting to > not take effect. > > This commit will add tso tunnel capabilities in ice_dev_info_get(). > > Fixes: 295968d17407 ("ethdev: add

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

2023-11-23 Thread lihuisong (C)
please add Bugzilla ID 在 2023/11/24 14:44, 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. This commit will add tso tunnel capabilities in ice_dev_info_get(). Fixes: 295968d17407 ("ethdev: add nam

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

2023-11-23 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. This commit will add tso tunnel capabilities in ice_dev_info_get(). Fixes: 295968d17407 ("ethdev: add namespace") Cc: sta...@dpdk.org Signed-off-by: Kaiwen Deng ---