Re: [PATCH] net: Increase L2TPv3 buffer to fit jumboframes

2023-01-01 Thread Christian Svensson
+qemu-trivial On Fri, Dec 30, 2022, 21:27 Christian Svensson wrote: > Increase the allocated buffer size to fit larger packets. > Given that jumboframes can commonly be up to 9000 bytes the closest > suitable > value seems to be 16 KiB. > > Tested by running qemu towards a Lin

[PATCH] net: Increase L2TPv3 buffer to fit jumboframes

2022-12-30 Thread Christian Svensson
Increase the allocated buffer size to fit larger packets. Given that jumboframes can commonly be up to 9000 bytes the closest suitable value seems to be 16 KiB. Tested by running qemu towards a Linux L2TPv3 endpoint and pushing jumboframe traffic through the interfaces. Signed-off-by: Christian

Re: [Qemu-devel] [PATCH 5/5] aspeed/timer: Use signed muldiv for timer resets

2019-03-14 Thread Christian Svensson via Qemu-devel
ide a fix for this patch ? patchew complains, see > attached log. > > Thanks, > > C. > > On 3/14/19 9:42 AM, Cédric Le Goater wrote: > > From: Christian Svensson > > > > If the host decrements the counter register that results in a negative > > delta. Th

Re: [Qemu-devel] [PATCH 0/5] aspeed/timer: Fix slowdowns in recent Linux

2019-03-14 Thread Christian Svensson via Qemu-devel
Hi, My apologies, I don't know how I missed those warnings. I'll create a new patch. - Chris On Thu, Mar 14, 2019 at 10:06 AM Cédric Le Goater wrote: > Hello, > > For the time being, we can drop patch 5 from this series. > > Thanks, > > C. > > On 3/14/19 9:59 AM, no-re...@patchew.org wrote: >

Re: [Qemu-devel] [PATCH 5/5] aspeed/timer: Use signed muldiv for timer resets

2019-03-14 Thread Christian Svensson via Qemu-devel
Thanks for the feedback, On Thu, Mar 14, 2019, 11:57 Peter Maydell wrote: > But overall I'm a little sceptical that the aspeed timer is > really a special case that needs a signed version of this > when no other timer in the system does... I agree, and the v2 of the patch doesn't require it. H

Re: [Qemu-devel] [PATCH 2/2] target-openrisc: Add l.lwa/l.swa support

2015-01-26 Thread Christian Svensson
Hi Jia. On Mon, Jan 26, 2015 at 9:50 AM, Jia Liu wrote: > Is it a new instruction new added into OpenRISC? > Yes. Please see the latest architecture specification for details. It should be blank lines in here in [patch 1/2]. Care to elaborate why?