[dpdk-dev] [PATCH v5 0/4] bidirect guest channel

2019-04-05 Thread Hajkowski
From: Marcin Hajkowski Extend guest channel API to allow bidirectional communication. Modify power manager host and guest side to communicate in both directions. --- v5: * enhance logging v4: * [vm_power_manager] treat 0 as valid socket id * [guest_manager] use user level logs * correct code f

Re: [dpdk-dev] [PATCH v5 0/4] bidirect guest channel

2019-07-04 Thread Thomas Monjalon
24/04/2019 10:44, Thomas Monjalon: > 24/04/2019 10:38, Hunt, David: > > On 22/4/2019 9:36 PM, Thomas Monjalon wrote: > > > 05/04/2019 15:24, Hajkowski: > > >> From: Marcin Hajkowski > > >> > > >> Extend guest channel API to allow bidirectional > > >> communication. Modify power manager host and gu

Re: [dpdk-dev] [PATCH v5 0/4] bidirect guest channel

2019-04-22 Thread Thomas Monjalon
05/04/2019 15:24, Hajkowski: > From: Marcin Hajkowski > > Extend guest channel API to allow bidirectional > communication. Modify power manager host and guest > side to communicate in both directions. This patchset is deferred to 19.08 because of a lack of review. Note: too many librte_power pa

Re: [dpdk-dev] [PATCH v5 0/4] bidirect guest channel

2019-04-24 Thread Hunt, David
On 22/4/2019 9:36 PM, Thomas Monjalon wrote: 05/04/2019 15:24, Hajkowski: From: Marcin Hajkowski Extend guest channel API to allow bidirectional communication. Modify power manager host and guest side to communicate in both directions. This patchset is deferred to 19.08 because of a lack of r

Re: [dpdk-dev] [PATCH v5 0/4] bidirect guest channel

2019-04-24 Thread Thomas Monjalon
24/04/2019 10:38, Hunt, David: > On 22/4/2019 9:36 PM, Thomas Monjalon wrote: > > 05/04/2019 15:24, Hajkowski: > >> From: Marcin Hajkowski > >> > >> Extend guest channel API to allow bidirectional > >> communication. Modify power manager host and guest > >> side to communicate in both directions.