Re: mesa dri drivers on big-endian

2012-08-21 Thread Brad Smith
On Tue, Aug 21, 2012 at 01:12:28PM +0200, Martin Pieuchot wrote: Diff below correctly defines the CPU_TO_LE32() macro for needed for big-endian machines on OpenBSD. This is required to use dri on macppc. I'll do the necessary to get this upstream once it's in our tree. Tested with the

Re: [Patch] Virtio drivers for OpenBSD V6

2012-08-21 Thread Stefan Fritsch
On Mon, 20 Aug 2012, Mike Belopuhov wrote: Because the interrupt load increases by approx. 7000 per second. I think the problem is that the backend sends packets faster than openbsd can enqueue them. This means that the tx queue will be empty often, and each time an tx interrupt will be

Re: [Patch] Virtio drivers for OpenBSD V6

2012-08-21 Thread Mike Belopuhov
On Tue, Aug 21, 2012 at 1:35 PM, Stefan Fritsch s...@sfritsch.de wrote: What do yo suggest then? Use a separate timeout? Accept the lower performance? what is the performance difference in terms of pps on small packets and Mbps for large are we talking about? Resetting the device in the

Re: mesa dri drivers on big-endian

2012-08-21 Thread Martin Pieuchot
On 21/08/12(Tue) 07:30, Brad Smith wrote: On Tue, Aug 21, 2012 at 01:12:28PM +0200, Martin Pieuchot wrote: Diff below correctly defines the CPU_TO_LE32() macro for needed for big-endian machines on OpenBSD. This is required to use dri on macppc. I'll do the necessary to get this

Re: mesa dri drivers on big-endian

2012-08-21 Thread Mark Kettenis
Date: Tue, 21 Aug 2012 13:12:28 +0200 From: Martin Pieuchot mpieuc...@nolizard.org Diff below correctly defines the CPU_TO_LE32() macro for needed for big-endian machines on OpenBSD. This is required to use dri on macppc. I'll do the necessary to get this upstream once it's in our tree.

Re: mesa dri drivers on big-endian

2012-08-21 Thread Mark Kettenis
Date: Tue, 21 Aug 2012 07:30:42 -0400 From: Brad Smith b...@comstyle.com On Tue, Aug 21, 2012 at 01:12:28PM +0200, Martin Pieuchot wrote: Diff below correctly defines the CPU_TO_LE32() macro for needed for big-endian machines on OpenBSD. This is required to use dri on macppc. I'll

Habilidades Administrativas para Gerentes Desorganizados

2012-08-21 Thread Lic. Adriana Alvarez
Habilidades Administrativas para Gerentes Desorganizados Panama 30 de Agosto, 2012 SHERATON PANAMA HOTEL CONVENTION CENTER ¡Olvídese del desorden, el estrés, las cargas y horarios de trabajo caóticos! La carencia de objetivos, la falta de planeación, estructuras deficientes de la organización,

route.8 fix

2012-08-21 Thread LEVAI Daniel
Hi! I've stumbled upon this: Index: route.8 === RCS file: /cvs/src/sbin/route/route.8,v retrieving revision 1.70 diff -p -u -r1.70 route.8 --- route.8 13 Jul 2012 10:15:53 - 1.70 +++ route.8 21 Aug 2012 13:10:40

Re: route.8 fix

2012-08-21 Thread LEVAI Daniel
On k, aug 21, 2012 at 15:12:44 +0200, LEVAI Daniel wrote: Hi! I've stumbled upon this: Index: route.8 === RCS file: /cvs/src/sbin/route/route.8,v retrieving revision 1.70 diff -p -u -r1.70 route.8 --- route.8 13 Jul 2012

Small memcpy optimization

2012-08-21 Thread Stefan Fritsch
On x86, the xchg operation between reg and mem has an implicit lock prefix, i.e. it is a relatively expensive atomic operation. This is not needed here. --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -802,8 +802,9 @@ ENTRY(bcopy) */ ENTRY(memcpy) movl