Hi,

> -----Original Message-----
> From: Yigit, Ferruh <[email protected]>
> Sent: Friday, October 22, 2021 12:51 AM
> To: Li, Miao <[email protected]>; [email protected]
> Cc: Xia, Chenbo <[email protected]>; [email protected]
> Subject: Re: [dpdk-dev] [PATCH v7 1/5] net/virtio: implement
> rte_power_monitor API
> 
> On 10/18/2021 3:16 PM, Miao Li wrote:
> > This patch implements rte_power_monitor API in virtio PMD to reduce
> 
> Hi Miao,
> 
> If there will be a new version can you please drop the "This patch implements"
> part, you can directly start explaining what patch does.

I will remove this part in the next version.

Thanks,
Miao

> 
> > power consumption when no packet come in. According to current semantics
> > of power monitor, this commit adds a callback function to decide whether
> > aborts the sleep by checking current value against the expected value and
> > virtio_get_monitor_addr to provide address to monitor. When no packet
> come
> > in, the value of address will not be changed and the running core will
> > sleep. Once packets arrive, the value of address will be changed and the
> > running core will wakeup.
> >
> > Signed-off-by: Miao Li<[email protected]>
> > Reviewed-by: Chenbo Xia<[email protected]>
> 
> 
> <...>

Reply via email to