Re: [dpdk-dev] [RFC 0/6] Power-optimized RX for Ethernet devices

2020-05-27 Thread Stephen Hemminger
On Wed, 27 May 2020 23:03:59 +0530 Jerin Jacob wrote: > On Wed, May 27, 2020 at 10:32 PM Anatoly Burakov > wrote: > > > > This patchset proposes a simple API for Ethernet drivers > > to cause the CPU to enter a power-optimized state while > > waiting for packets to arrive, along with a set of >

Re: [dpdk-dev] [RFC 0/6] Power-optimized RX for Ethernet devices

2020-05-27 Thread Jerin Jacob
On Wed, May 27, 2020 at 10:32 PM Anatoly Burakov wrote: > > This patchset proposes a simple API for Ethernet drivers > to cause the CPU to enter a power-optimized state while > waiting for packets to arrive, along with a set of > (hopefully generic) intrinsics that facilitate that. This > is achie

[dpdk-dev] [RFC 0/6] Power-optimized RX for Ethernet devices

2020-05-27 Thread Anatoly Burakov
This patchset proposes a simple API for Ethernet drivers to cause the CPU to enter a power-optimized state while waiting for packets to arrive, along with a set of (hopefully generic) intrinsics that facilitate that. This is achieved through cooperation with the NIC driver that will allow us to kno