Re: [PATCH] net/iavf: simplify mailbox message generation for mac

2024-10-16 Thread David Marchand
On Tue, Oct 15, 2024 at 6:23 PM Bruce Richardson wrote: > > On Tue, Oct 01, 2024 at 11:15:07AM +0200, David Marchand wrote: > > Caught by code review. > > The mailbox message maximum size is larger than the biggest message > > to update mac addresses. > > Remove the double loop and add some build

Re: [PATCH] net/iavf: simplify mailbox message generation for mac

2024-10-15 Thread Bruce Richardson
On Tue, Oct 01, 2024 at 11:15:07AM +0200, David Marchand wrote: > Caught by code review. > The mailbox message maximum size is larger than the biggest message > to update mac addresses. > Remove the double loop and add some build / assert checks. > > This cleanup also fixes a (never hit) issue whe