> Subject: Re: [PATCH 1/2] net/mana: avoid unnecessary assignments in data > path > > On 3/17/2023 11:32 PM, lon...@linuxonhyperv.com wrote: > > From: Long Li <lon...@microsoft.com> > > > > Unnecessary assignments involve memset and waste CPU cycles. > > Removing them to reduce CPU usage. > > > > Fixes: 517ed6e2d590 ("net/mana: add basic driver with build > > environment") > > Cc: sta...@dpdk.org > > Signed-off-by: Long Li <lon...@microsoft.com> > > Hi Long, > > Is this set for next release, since we are a few days away from the current > one?
Hi Ferruh, This patch can wait for the next release. Thank you, Long