On Wed, Apr 02, 2025 at 02:09:50PM -0700, Madhu Chittim wrote:
> Split offloads into csum, tso and other offloads so that tunneled
> packets do not by default have all the offloads enabled.
>
> Stateless offloads for encapsulated packets are not yet supported in
> firmware/software but in the driver we were setting the features same as
> non encapsulated features.
>
> Fixed naming to clarify CSUM bits are being checked for Tx.
>
> Inherit netdev features to VLAN interfaces as well.
>
> Fixes: 0fe45467a104 ("idpf: add create vport and netdev configuration")
> Reviewed-by: Sridhar Samudrala <[email protected]>
> Signed-off-by: Madhu Chittim <[email protected]>
> ---
> drivers/net/ethernet/intel/idpf/idpf.h | 14 ++++--
> drivers/net/ethernet/intel/idpf/idpf_lib.c | 57 ++++++++--------------
> 2 files changed, 29 insertions(+), 42 deletions(-)
>
Tested-By: Zachary Goldstein <[email protected]>