Re: [PATCH v2 133/148] net/ice/base: fix memcpy type

2024-06-21 Thread Bruce Richardson
On Wed, Jun 12, 2024 at 04:02:07PM +0100, Anatoly Burakov wrote: > From: Ian Stokes > > Modified function ice_aq_manage_mac_read so that ICE_NONDMA_TO_NONDMA memcpy > type is used when copying MAC address value from AQC buffer to hardware > descriptor. Since (in case of tools) both locations are

[PATCH v2 133/148] net/ice/base: fix memcpy type

2024-06-12 Thread Anatoly Burakov
From: Ian Stokes Modified function ice_aq_manage_mac_read so that ICE_NONDMA_TO_NONDMA memcpy type is used when copying MAC address value from AQC buffer to hardware descriptor. Since (in case of tools) both locations are in user space there is no need to use ICE_DMA_TO_NONDMA memcpy type that wa