[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aPD4wax60CXXgwF_@krikkit>
Date: Thu, 16 Oct 2025 15:53:05 +0200
From: Sabrina Dubroca <sd@...asysnail.net>
To: Hangbin Liu <liuhangbin@...il.com>
Cc: netdev@...r.kernel.org, Jakub Kicinski <kuba@...nel.org>,
Andrew Lunn <andrew+netdev@...n.ch>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>
Subject: Re: [PATCH net-next] netdevsim: add ipsec hw_features
2025-10-15, 08:36:49 +0000, Hangbin Liu wrote:
> Currently, netdevsim only sets dev->features, which makes the ESP features
> fixed. For example:
>
> # ethtool -k eni0np1 | grep esp
> tx-esp-segmentation: on [fixed]
> esp-hw-offload: on [fixed]
> esp-tx-csum-hw-offload: on [fixed]
>
> This patch adds the ESP features to hw_features, allowing them to be
> changed manually. For example:
>
> # ethtool -k eni0np1 | grep esp
> tx-esp-segmentation: on
> esp-hw-offload: on
> esp-tx-csum-hw-offload: on
>
> Suggested-by: Sabrina Dubroca <sd@...asysnail.net>
> Signed-off-by: Hangbin Liu <liuhangbin@...il.com>
Reviewed-by: Sabrina Dubroca <sd@...asysnail.net>
Thanks Hangbin.
--
Sabrina
Powered by blists - more mailing lists