Re: [V3 PATCH 05/16] powerpc/vas: Define and use common vas_window struct

2021-05-10 Thread Haren Myneni
On Mon, 2021-05-10 at 15:37 +1000, Nicholas Piggin wrote: > Excerpts from Haren Myneni's message of April 18, 2021 7:04 am: > > > > Empty email? > > Thanks, > Nick Sorry, My mistake. Here is the patch and will add in V4 series. [V3 PATCH 05/16] powerpc/vas: Def

Re: [V3 PATCH 05/16] powerpc/vas: Define and use common vas_window struct

2021-05-09 Thread Nicholas Piggin
Excerpts from Haren Myneni's message of April 18, 2021 7:04 am: > > Empty email? Thanks, Nick

[V3 PATCH 05/16] powerpc/vas: Define and use common vas_window struct

2021-04-17 Thread Haren Myneni

[V2 PATCH 05/16] powerpc/vas: Define and use common vas_window struct

2021-04-13 Thread Haren Myneni
Same vas_window struct is used on powerNV and pseries. So this patch changes in struct vas_window to support both platforms and also the corresponding modifications in powerNV vas code. On powerNV vas_window is used for both TX and RX windows, whereas only for TX windows on powerVM. So some elem

[PATCH 05/16] powerpc/vas: Define and use common vas_window struct

2021-04-10 Thread Haren Myneni
Same vas_window struct is used on powerNV and pseries. So this patch changes in struct vas_window to support both platforms and also the corresponding modifications in powerNV vas code. On powerNV vas_window is used for both TX and RX windows, whereas only for TX windows on powerVM. So some elem