Re: [Qemu-devel] [PATCH V1] cadence_gem: Fix Rx buffer size field mask

2015-06-02 Thread Michael Tokarev
01.06.2015 05:51, Peter Crosthwaite wrote: > On Thu, May 28, 2015 at 11:22 PM, Sai Pavan Boddu > wrote: >> This patch corrects the Rx buffer size field mask to mask bits 23 to 16 >> >> Signed-off-by: Sai Pavan Boddu >> Reviewed-by: Alistair Francis > > Matches Xilinx UG585 documentation. > > R

Re: [Qemu-devel] [PATCH V1] cadence_gem: Fix Rx buffer size field mask

2015-05-31 Thread Peter Crosthwaite
On Thu, May 28, 2015 at 11:22 PM, Sai Pavan Boddu wrote: > This patch corrects the Rx buffer size field mask to mask bits 23 to 16 > > Signed-off-by: Sai Pavan Boddu > Reviewed-by: Alistair Francis Matches Xilinx UG585 documentation. Reviewed-by: Peter Crosthwaite Can this go via the trivial

[Qemu-devel] [PATCH V1] cadence_gem: Fix Rx buffer size field mask

2015-05-29 Thread Sai Pavan Boddu
This patch corrects the Rx buffer size field mask to mask bits 23 to 16 Signed-off-by: Sai Pavan Boddu Reviewed-by: Alistair Francis --- hw/net/cadence_gem.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c index dafe914..494a