Re: [Intel-wired-lan] [PATCH iwl-next v1] ice: Add E830 checksum support

2024-09-04 Thread Greenwalt, Paul
On 9/3/2024 8:29 PM, Greenwalt, Paul wrote: >>> >>> @@ -6237,6 +6243,7 @@ ice_fix_features(struct net_device *netdev, >>> netdev_features_t features) >>> struct ice_netdev_priv *np = netdev_priv(netdev); >>> netdev_features_t req_vlan_fltr, cur_vlan_fltr; >>> bool cur_ctag, cur_s

Re: [Intel-wired-lan] [PATCH iwl-next v1] ice: Add E830 checksum support

2024-09-03 Thread Greenwalt, Paul
On 8/30/2024 6:30 AM, Alexander Lobakin wrote: > From: Paul Greenwalt > Date: Mon, 26 Aug 2024 13:39:16 -0400 > >> E830 supports generic receive and HW_CSUM transmit checksumming. >> >> Generic receive checksum support is provided by hardware calculating the >> checksum over the whole packet a

Re: [Intel-wired-lan] [PATCH iwl-next v1] ice: Add E830 checksum support

2024-08-30 Thread Alexander Lobakin
From: Paul Greenwalt Date: Mon, 26 Aug 2024 13:39:16 -0400 > E830 supports generic receive and HW_CSUM transmit checksumming. > > Generic receive checksum support is provided by hardware calculating the > checksum over the whole packet and providing it to the driver in the Rx > flex descriptor.

Re: [Intel-wired-lan] [PATCH iwl-next v1] ice: Add E830 checksum support

2024-08-29 Thread Tony Nguyen
On 8/26/2024 10:39 AM, Paul Greenwalt wrote: E830 supports generic receive and HW_CSUM transmit checksumming. Generic receive checksum support is provided by hardware calculating the checksum over the whole packet and providing it to the driver in the Rx flex descriptor. Then the driver assig

[Intel-wired-lan] [PATCH iwl-next v1] ice: Add E830 checksum support

2024-08-26 Thread Paul Greenwalt
E830 supports generic receive and HW_CSUM transmit checksumming. Generic receive checksum support is provided by hardware calculating the checksum over the whole packet and providing it to the driver in the Rx flex descriptor. Then the driver assigns the checksum to skb-->csum and sets skb->ip_sum