Re: Call for FreeBSD 2014Q1 (January-March) Status Reports

2014-04-07 Thread Gabor Pali
Dear FreeBSD Community, Please note that the submission date for the 2014Q1 aka. January to March 2014 Quarterly Status Reports is April 7th, 2014, that is today. Please consult my earlier message for the details: 2014-03-08 10:24 GMT+01:00 Gabor Pali p...@freebsd.org: They do not have to be

[head tinderbox] failure on amd64/amd64

2014-04-07 Thread FreeBSD Tinderbox
TB --- 2014-04-07 09:20:29 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-04-07 09:20:29 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Regarding Netmap and Last Updates

2014-04-07 Thread Fred Pedrisa
Hi, guys. I've saw that the 'netmap pipes' were introduced, in order to understand the new changes, I wanted to know if the latest bridge.c (zero copy) method, is already an usage example of the netmap pipes ? Sincerely, Fred ___

Regarding Netmap and Last Updates

2014-04-07 Thread Fred Pedrisa
Hi, guys. I've saw that the 'netmap pipes' were introduced, in order to understand the new changes, I wanted to know if the latest bridge.c (zero copy) method, is already an usage example of the netmap pipes ? Sincerely, Fred ___

Regarding Netmap and Last Updates

2014-04-07 Thread Fred Pedrisa
Hi, guys. I've saw that the 'netmap pipes' were introduced, in order to understand the new changes, I wanted to know if the latest bridge.c (zero copy) method, is already an usage example of the netmap pipes ? Sincerely, Fred ___

Prefetch()

2014-04-07 Thread Fred Pedrisa
Hi, guys. Does anyone knows what is the method : prefetch() used for ? Sincerely, Fred ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: Regarding Netmap and Last Updates

2014-04-07 Thread Adrian Chadd
yup. it works fine. Just run it like: ./bridge -i netmap:ix0 -i netmap:ix1 or something. -a On 7 April 2014 06:22, Fred Pedrisa fredhp...@hotmail.com wrote: Hi, guys. I've saw that the 'netmap pipes' were introduced, in order to understand the new changes, I wanted to know if the

Re: panic: LK_RETRY set with incompatible flags (0x200400) or an error occured (11)

2014-04-07 Thread Konstantin Belousov
On Tue, Feb 18, 2014 at 03:43:28PM +0200, Andriy Gapon wrote: on 18/02/2014 15:39 Jeremie Le Hen said the following: On Tue, Feb 18, 2014 at 03:31:53PM +0200, Andriy Gapon wrote: So, VV_ROOT is indeed set in v_vflag. Thank you. So there's no need for me to reboot with kib's patch,

RES: Regarding Netmap and Last Updates

2014-04-07 Thread Fred Pedrisa
Hi, I know how to use, but this wasn't the question ! What I wanted to know is if this example, currently implement the new netmap pipes or not. -Mensagem original- De: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd-curr...@freebsd.org] Em nome de Adrian Chadd Enviada em:

Re: Regarding Netmap and Last Updates

2014-04-07 Thread Adrian Chadd
It's using the zerocopy buffer flipping. I don't know what you mean about the new pipes. it's just using the netmap user API that's available. -a On 7 April 2014 12:20, Fred Pedrisa fredhp...@hotmail.com wrote: Hi, I know how to use, but this wasn't the question ! What I wanted to know is

RES: Regarding Netmap and Last Updates

2014-04-07 Thread Fred Pedrisa
Hi, I am speaking about this : netmap / VALE is a framework for high speed packet I/O. Implemented as a kernel module for FreeBSD and Linux, it supports access to network cards (NICs), host stack, virtual ports (the VALE switch), and netmap pipes. netmap can easily do line rate on 10G NICs

Re: Regarding Netmap and Last Updates

2014-04-07 Thread Adrian Chadd
Yup. It's all that. On 7 April 2014 13:05, Fred Pedrisa fredhp...@hotmail.com wrote: Hi, I am speaking about this : netmap / VALE is a framework for high speed packet I/O. Implemented as a kernel module for FreeBSD and Linux, it supports access to network cards (NICs), host stack, virtual

Jenkins build is back to normal : FreeBSD_HEAD #423

2014-04-07 Thread jenkins-admin
See https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/423/changes ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: another Make (maybe) problem

2014-04-07 Thread Warner Losh
What happens if you say ‘DEBUG_FLAGS+= -gdwarf-2’ instead of a naked -g? Warner On Apr 2, 2014, at 9:47 PM, Robert Huff roberth...@rcn.com wrote: Warner: This will happen with fmake. I?ve put some safety belts in place in another fix to keep this from tripping people up (and plan on

Cycle Count

2014-04-07 Thread Fred Pedrisa
Hi, guys. How can we get a precise cycle count since the computer has started AND the estimated number of cycles per second for the current core ? Sincerely, Fred Pedrisa ___ freebsd-current@freebsd.org mailing list

[head tinderbox] failure on amd64/amd64

2014-04-07 Thread FreeBSD Tinderbox
TB --- 2014-04-07 21:20:24 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-04-07 21:20:24 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: Cycle Count

2014-04-07 Thread Adrian Chadd
Kinda? It's called the TSC. -a On 7 April 2014 16:51, Fred Pedrisa fredhp...@hotmail.com wrote: Hi, guys. How can we get a precise cycle count since the computer has started AND the estimated number of cycles per second for the current core ? Sincerely, Fred Pedrisa