Re: [PATCH 1/2] net/mana: avoid unnecessary assignments in data path

2023-05-02 Thread Ferruh Yigit
On 3/17/2023 11:32 PM, lon...@linuxonhyperv.com wrote: > From: Long Li > > 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 L

RE: [PATCH 1/2] net/mana: avoid unnecessary assignments in data path

2023-03-21 Thread Long Li
> 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 > > > > Unnecessary assignments involve memset and waste CPU cycles. > > Removing them to reduce CP

Re: [PATCH 1/2] net/mana: avoid unnecessary assignments in data path

2023-03-21 Thread Ferruh Yigit
On 3/17/2023 11:32 PM, lon...@linuxonhyperv.com wrote: > From: Long Li > > 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 L

[PATCH 1/2] net/mana: avoid unnecessary assignments in data path

2023-03-17 Thread longli
From: Long Li 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 --- drivers/net/mana/gdma.c | 11 ++- drivers/net/mana/mana