Re: [PATCH 09/10] net/ixgbe/base: add missing buffer copy

2025-01-20 Thread Bruce Richardson
On Tue, Jan 14, 2025 at 06:10:19PM +0800, Yuan Wang wrote: > From: Dan Nowlin > > Add missing buffer copy in ixgbe_aci_send_cmd_sc(). > > In ixgbe_aci_send_cmd_sc() there is code to retry aq commands for > certain commands. To achieve this the function makes a copy of the > original ixgbe_aci_de

[PATCH 09/10] net/ixgbe/base: add missing buffer copy

2025-01-14 Thread Yuan Wang
From: Dan Nowlin Add missing buffer copy in ixgbe_aci_send_cmd_sc(). In ixgbe_aci_send_cmd_sc() there is code to retry aq commands for certain commands. To achieve this the function makes a copy of the original ixgbe_aci_desc structure and allocates memory to store an original copy of the comman