SCTP changes needed

2014-12-01 Thread Hans Petter Selasky
Hi Michael, As a followup to: https://svnweb.freebsd.org/changeset/base/275358 Please find attached a separate SCTP patch as requested. The attached patch re-enables flowids in the SCTP code as before. Until this patch is committed the SCTP code will not take full advantage of the multiple-tr

Re: SCTP changes needed

2014-12-01 Thread Michael Tuexen
On 01 Dec 2014, at 12:47, Hans Petter Selasky wrote: > Hi Michael, > > As a followup to: > https://svnweb.freebsd.org/changeset/base/275358 > > Please find attached a separate SCTP patch as requested. > > The attached patch re-enables flowids in the SCTP code as before. Until this > patch is

Re: SCTP changes needed

2014-12-01 Thread Adrian Chadd
Hi, We also need to figure out what we can do with SCTP and flowid. The way SCTP is using the mbuf field in said mbufs is going to collide with hardware and RSS flowids. :( -adrian On 1 December 2014 at 04:20, Michael Tuexen wrote: > On 01 Dec 2014, at 12:47, Hans Petter Selasky wrote: > >

Re: RFT: Please help testing the llvm/clang 3.5.0 import

2014-12-01 Thread Dimitry Andric
On 30 Nov 2014, at 19:57, Dmitry Marakasov wrote: > > * Dimitry Andric (d...@freebsd.org) wrote: > >> We're working on updating llvm, clang and lldb to 3.5.0 in head. >> This is quite a big update again, and any help with testing is >> appreciated. > > Well, of 4 error logs from exp-run I've ch

Re: witness and modules.

2014-12-01 Thread John Baldwin
On Friday, November 28, 2014 11:08:35 PM Julian Elischer wrote: > Do we need to compile all modules with witness definitions when > linking with a kernel compiled with witness? > This was true at one stage but I remember some work was done to make > them compatible. You should not need this. modu

Re: RFT: Please help testing the llvm/clang 3.5.0 import

2014-12-01 Thread Dmitry Marakasov
* Dimitry Andric (d...@freebsd.org) wrote: > >> We're working on updating llvm, clang and lldb to 3.5.0 in head. > >> This is quite a big update again, and any help with testing is > >> appreciated. > > > > Well, of 4 error logs from exp-run I've checked (one my port and 3 > > unmaintained ports)

Re: External toolchain support

2014-12-01 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 29.11.2014 18:04, Baptiste Daroussin wrote: > mips cannot be tested because upstream gcc never heard of FreeBSD > running on mips, and I did not receive any patches for mips. I'm afraid, arm has same problem. I was need to patch arm-for-uC toolc

Re: RFT: Please help testing the llvm/clang 3.5.0 import

2014-12-01 Thread Dimitry Andric
On 01 Dec 2014, at 18:54, Dmitry Marakasov wrote: > > * Dimitry Andric (d...@freebsd.org) wrote: > We're working on updating llvm, clang and lldb to 3.5.0 in head. This is quite a big update again, and any help with testing is appreciated. >>> >>> Well, of 4 error logs from exp-r

$DISPLAY not set

2014-12-01 Thread Paul Cartwright
I have installed freeBSD & have it running. I was trying to install MATE & KDE4, but I'm getting an error. everytime I try to run exec startkde it logs me out with this message: $DISPLAY is not set or cannot connect to xserver echo $DISPLAY says DISPLAY: undefined variable I was using this guid

Re: $DISPLAY not set

2014-12-01 Thread Lowell Gilbert
[Replies redirected to a more appropriate list.] Paul Cartwright writes: > I have installed freeBSD & have it running. I was trying to install MATE > & KDE4, but I'm getting an error. > everytime I try to run exec startkde it logs me out with this message: > > $DISPLAY is not set or cannot conne

Re: $DISPLAY not set

2014-12-01 Thread Paul Cartwright
On 12/01/2014 01:41 PM, Lowell Gilbert wrote: >> > am I missing something? > Well, you're missing the FreeBSD documentation, which is a lot better > than a random Google result. > > https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html right, I should have followed that first.. > > Or

Re: witness and modules.

2014-12-01 Thread Julian Elischer
On 12/1/14, 11:39 PM, John Baldwin wrote: On Friday, November 28, 2014 11:08:35 PM Julian Elischer wrote: Do we need to compile all modules with witness definitions when linking with a kernel compiled with witness? This was true at one stage but I remember some work was done to make them compati

Re: External toolchain support

2014-12-01 Thread Warner Losh
> On Nov 29, 2014, at 8:04 AM, Baptiste Daroussin wrote: > > Hi all, > > It is now possible to use an external toolchain to build the kernel and base > (tested with gcc 4.9.1 and latest binutils) > > Of course a lot of work is needed to make it build cleanly (aka lots of > warning > to fix).

compiling failed with RSS enabled

2014-12-01 Thread Eric L. Camachat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 current failed to compile due to queues uninitialized at line 2883 in if_igb.c. from the context I guess it should be n_queues instead of queues. Index: sys/dev/e1000/if_igb.c === - ---