Re: make concurrency kit a module

2017-05-17 Thread Baptiste Daroussin
On Wed, May 17, 2017 at 06:04:09PM -0700, Adrian Chadd wrote:
> https://reviews.freebsd.org/D10778
> 

Except there are plans to use it elsewhere. Many areas may be improved using it.

Having it as a module would mean some devs might refrain from using it because
there is no waranty for it to be there

Areas like VFS and network stack could have a good benefice from using it.

Out of curiousity what size is saved?

Bapt


signature.asc
Description: PGP signature


Re: make concurrency kit a module

2017-05-17 Thread Adrian Chadd
https://reviews.freebsd.org/D10778


-a


On 17 May 2017 at 17:46, Adrian Chadd  wrote:
> hi,
>
> this is a quick change that makes concurrency_kit a module. Right now
> the only thing using it is linuxkpi so it's all dead code on
> non-linuxkpi platforms.
>
>
>
> -adrian
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


make concurrency kit a module

2017-05-17 Thread Adrian Chadd
hi,

this is a quick change that makes concurrency_kit a module. Right now
the only thing using it is linuxkpi so it's all dead code on
non-linuxkpi platforms.



-adrian
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: buildworld not working with MAKEOBJDIRPREFIX

2017-05-17 Thread O. Hartmann
Am Tue, 16 May 2017 16:01:40 -0700
"Simon J. Gerraty"  schrieb:

> Roger Pau Monné  wrote:
> > $ cd /home/royger/buildjob/freebsd
> > $ make -j30 buildworld MAKEOBJDIRPREFIX=/home/royger/buildjob/obj/  
> 
> That will not work as desired.
> 
> When you set VAR=val as an argument to make,
> it overrides anything the makefiles want to do
> and there are a number of points where the top level makefiles want to
> play with MAKEOBJDIRPREFIX
> 
> By contrast;
> 
> MAKEOBJDIRPREFIX=/home/royger/buildjob/obj/ make -j30 buildworld 
> 
> or for csh users;
> 
> env MAKEOBJDIRPREFIX=/home/royger/buildjob/obj/ make -j30 buildworld
> 
> provides the same value via the environment, this leaves the makefiles
> able to do as they will.
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Thanks for this clarification.

Kind regards,

Oliver

-- 
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).


pgpx31is6gGqz.pgp
Description: OpenPGP digital signature


Re: IFLIB: em0/igb0 broken: No buffer space available/TX(0) desc avail = 1024, pidx = 0

2017-05-17 Thread Kurt Jaeger
Hi!

> On Tue, May 16, 2017 at 06:56:23AM +0200, O. Hartmann wrote:
> > Since the introduction of IFLIB, I have big trouble with especially a 
> > certain
> > type of NIC, namely formerly known igb and em.

Please submit a PR, if there is no PR yet. I'll try to find this
board on the systems I maintain to reproduce.

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: misc/mc, diff and compare two files

2017-05-17 Thread Kevin Oberman
On Sun, May 14, 2017 at 7:53 AM, Boris Samorodov  wrote:

> Hi All,
>
> FYI: For those who use FreeBSD-HEAD, misc/mc and it's awesome "compare
> two files" feature:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219277
>
> HTH
> --
> WBR, bsam


Or use the "compare [two|three] [buffers|files]" tool in emacs. Being able
to deal with three files can be surprisingly handy. emacs is a great tool
for many things and I even find it has a pretty good editor, though most
vim? users seem to disagree.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"