svn commit: r368188 - head/tools/tools/ifinfo

2020-11-30 Thread Olivier Cochard
Author: olivier (ports committer) Date: Mon Nov 30 15:04:35 2020 New Revision: 368188 URL: https://svnweb.freebsd.org/changeset/base/368188 Log: Fix compilation on head and while here: - remove unwanted whitespaces - remove useless function ifphys() - fix the Makefile to install it into /u

svn commit: r367478 - head/usr.sbin/bhyve

2020-11-07 Thread Olivier Cochard
Author: olivier (ports committer) Date: Sun Nov 8 07:49:39 2020 New Revision: 367478 URL: https://svnweb.freebsd.org/changeset/base/367478 Log: Return the same value for smbios.chassis.maker as smbios.system.maker (and prevents returning a space character). Reviewed by: grehan Approved

svn commit: r367152 - head/usr.sbin/bhyve

2020-10-29 Thread Olivier Cochard
Author: olivier (ports committer) Date: Fri Oct 30 00:03:59 2020 New Revision: 367152 URL: https://svnweb.freebsd.org/changeset/base/367152 Log: bhyve currently reports each of "smbios.system.maker" and "smbios.system.family" as " ". This presents challenges for both humans and tools when tr

svn commit: r366159 - head/tests/sys/netinet

2020-09-25 Thread Olivier Cochard
Author: olivier (ports committer) Date: Fri Sep 25 16:02:13 2020 New Revision: 366159 URL: https://svnweb.freebsd.org/changeset/base/366159 Log: Enable SO_LINGER to the so_reuseport_lb_test regression tests, preventing many sockets in TIME_WAIT state at the end of the test. PR:

Re: svn commit: r365449 - head/sbin/rcorder

2020-09-17 Thread Olivier Cochard-Labbé
On Thu, Sep 17, 2020 at 10:21 PM John Baldwin wrote: > > > I don't think the issue is with rcorder though. I think the reason the > ordering matters warrants further investigation. Is aesni not getting > used when ipsec is loaded first? You can use dtrace with the script at > https://github.co

Re: svn commit: r365449 - head/sbin/rcorder

2020-09-17 Thread Olivier Cochard-Labbé
On Tue, Sep 8, 2020 at 12:36 PM Andrey V. Elsukov wrote: > Author: ae > Date: Tue Sep 8 10:36:11 2020 > New Revision: 365449 > URL: https://svnweb.freebsd.org/changeset/base/365449 > > Log: > Add a few features to rcorder: > > > Hi Andrey, I've spent some time bisecting an IPSec gateway perfo

svn commit: r363868 - head/sbin/route/tests

2020-08-04 Thread Olivier Cochard
Author: olivier (ports committer) Date: Tue Aug 4 21:34:13 2020 New Revision: 363868 URL: https://svnweb.freebsd.org/changeset/base/363868 Log: Skip sbin/route tests if jail not installed (WITHOUT_JAIL). Approved by: kp Sponsored by: Netflix Differential Revision:https://revie

svn commit: r363032 - in head: etc/mtree include

2020-07-08 Thread Olivier Cochard
Author: olivier (ports committer) Date: Wed Jul 8 21:40:27 2020 New Revision: 363032 URL: https://svnweb.freebsd.org/changeset/base/363032 Log: Install extra TCP stack header files: They are needed to compile a userland component of TCP Blackbox Recorder as example. Approved by: rrs S

svn commit: r360465 - head/sbin/bectl/tests

2020-04-29 Thread Olivier Cochard
Author: olivier (ports committer) Date: Wed Apr 29 14:15:21 2020 New Revision: 360465 URL: https://svnweb.freebsd.org/changeset/base/360465 Log: Skip bectl jail test if jail not installed (WITHOUT_JAIL). Approved by: kevans Sponsored by: Netflix Differential Revision:https://re

svn commit: r360045 - head/tests/sys/net/routing

2020-04-17 Thread Olivier Cochard
Author: olivier (ports committer) Date: Fri Apr 17 16:31:07 2020 New Revision: 360045 URL: https://svnweb.freebsd.org/changeset/base/360045 Log: Skip routing regression tests depending on if_epair if this module isn't installed. Approved by: melifaro Sponsored by: Netflix Differential

svn commit: r358589 - head/tests/sys/net

2020-03-03 Thread Olivier Cochard
Author: olivier (ports committer) Date: Tue Mar 3 17:35:15 2020 New Revision: 358589 URL: https://svnweb.freebsd.org/changeset/base/358589 Log: Skip if_epair regression test if module doesn't exist Approved by: kp Sponsored by: Netflix Differential Revision:https://reviews.fre

svn commit: r352654 - head/sys/dev/pccard

2019-09-24 Thread Olivier Cochard
Author: olivier (ports committer) Date: Tue Sep 24 16:49:42 2019 New Revision: 352654 URL: https://svnweb.freebsd.org/changeset/base/352654 Log: Fix a minor typo Approved by: lwhsu MFC after:1 month Sponsored by: Netflix Differential Revision:https://reviews.freebsd.org/D

svn commit: r352653 - head/tests/sys/kern

2019-09-24 Thread Olivier Cochard
Author: olivier (ports committer) Date: Tue Sep 24 16:45:34 2019 New Revision: 352653 URL: https://svnweb.freebsd.org/changeset/base/352653 Log: Fix coredump_phnum_test in case of kern.compress_user_cores=1 PR: 240783 Approved by: ngie, lwhsu MFC after:1 month Sponsored

svn commit: r346605 - head/tests/sys/geom/class/mirror

2019-09-03 Thread Olivier Cochard
Author: olivier (ports committer) Date: Tue Apr 23 21:07:47 2019 New Revision: 346605 URL: https://svnweb.freebsd.org/changeset/base/346605 Log: Skip test component_selection:run_latest_genid if gmirror/gnop GEOM classes aren't available PR: 237051 Reviewed by: asomers, imp,

svn commit: r345893 - in head/lib/atf: libatf-c++/tests libatf-c/tests

2019-09-03 Thread Olivier Cochard
Author: olivier (ports committer) Date: Thu Apr 4 20:34:17 2019 New Revision: 345893 URL: https://svnweb.freebsd.org/changeset/base/345893 Log: Add requiered programs (cc and c++) for some lib/atf regression tests PR: 236889 Reviewed by: ngie Approved by: emaste (on IRC)

svn commit: r345765 - head/tests/sys/audit

2019-09-03 Thread Olivier Cochard
Author: olivier (ports committer) Date: Mon Apr 1 14:21:32 2019 New Revision: 345765 URL: https://svnweb.freebsd.org/changeset/base/345765 Log: Fix and simplify code by using ATF_REQUIRE_FEATURE macro PR: 236857 Reviewed by: asomers, ngie Approved by: emaste MFC after:

svn commit: r345681 - head/tests/sys/capsicum

2019-09-03 Thread Olivier Cochard
Author: olivier (ports committer) Date: Fri Mar 29 08:43:21 2019 New Revision: 345681 URL: https://svnweb.freebsd.org/changeset/base/345681 Log: Skip test if feature security_capabilities is not available PR: 236863 Approved by: asomers MFC after:1 month Sponsored by: N

svn commit: r345644 - head/tests/sys/netmap

2019-09-03 Thread Olivier Cochard
Author: olivier (ports committer) Date: Thu Mar 28 16:17:33 2019 New Revision: 345644 URL: https://svnweb.freebsd.org/changeset/base/345644 Log: Skip this test if if_tap module is not available PR: 236842 Approved by: asomers MFC after:1 month Sponsored by: Netflix Mod

svn commit: r350019 - head/lib/libc/tests/net

2019-07-15 Thread Olivier Cochard
Author: olivier (ports committer) Date: Mon Jul 15 23:41:00 2019 New Revision: 350019 URL: https://svnweb.freebsd.org/changeset/base/350019 Log: Fix filename to avoid skipping lib/libc/net/servent test. PR: 239177 Approved by: ngie MFC after:1 month Sponsored by: Netfli

svn commit: r346605 - head/tests/sys/geom/class/mirror

2019-04-23 Thread Olivier Cochard
Author: olivier (ports committer) Date: Tue Apr 23 21:07:47 2019 New Revision: 346605 URL: https://svnweb.freebsd.org/changeset/base/346605 Log: Skip test component_selection:run_latest_genid if gmirror/gnop GEOM classes aren't available PR: 237051 Reviewed by: asomers, imp,

svn commit: r345893 - in head/lib/atf: libatf-c++/tests libatf-c/tests

2019-04-04 Thread Olivier Cochard
Author: olivier (ports committer) Date: Thu Apr 4 20:34:17 2019 New Revision: 345893 URL: https://svnweb.freebsd.org/changeset/base/345893 Log: Add requiered programs (cc and c++) for some lib/atf regression tests PR: 236889 Reviewed by: ngie Approved by: emaste (on IRC)

svn commit: r345765 - head/tests/sys/audit

2019-04-01 Thread Olivier Cochard
Author: olivier (ports committer) Date: Mon Apr 1 14:21:32 2019 New Revision: 345765 URL: https://svnweb.freebsd.org/changeset/base/345765 Log: Fix and simplify code by using ATF_REQUIRE_FEATURE macro PR: 236857 Reviewed by: asomers, ngie Approved by: emaste MFC after:

svn commit: r345681 - head/tests/sys/capsicum

2019-03-29 Thread Olivier Cochard
Author: olivier (ports committer) Date: Fri Mar 29 08:43:21 2019 New Revision: 345681 URL: https://svnweb.freebsd.org/changeset/base/345681 Log: Skip test if feature security_capabilities is not available PR: 236863 Approved by: asomers MFC after:1 month Sponsored by: N

svn commit: r345644 - head/tests/sys/netmap

2019-03-28 Thread Olivier Cochard
Author: olivier (ports committer) Date: Thu Mar 28 16:17:33 2019 New Revision: 345644 URL: https://svnweb.freebsd.org/changeset/base/345644 Log: Skip this test if if_tap module is not available PR: 236842 Approved by: asomers MFC after:1 month Sponsored by: Netflix Mod

Re: svn commit: r337736 - in head/sys: netinet netinet6

2018-08-17 Thread Olivier Cochard-Labbé
On Fri, Aug 17, 2018 at 3:33 PM Andrey V. Elsukov wrote: > > I think it is because IPv4 tests use broadcast addresses in some places. > The attached patch fixes the test for me. > > I confirm it was a typo from me, and I never intend to badly use these broadcast addresses. The patch correctly fix

Re: svn commit: r329269 - head/stand/i386/boot2

2018-02-16 Thread Olivier Cochard-Labbé
On Wed, Feb 14, 2018 at 7:07 PM, Benno Rice wrote: > Author: benno > Date: Wed Feb 14 18:07:27 2018 > New Revision: 329269 > URL: https://svnweb.freebsd.org/changeset/base/329269 > > Log: > Reformat to come significantly closer to style(9). > > Reviewed by: imp, jhibbits > Differen

Re: svn commit: r320659 - head/usr.sbin/nfsuserd

2017-07-04 Thread Olivier Cochard-Labbé
On Wed, Jul 5, 2017 at 7:06 AM, Konstantin Belousov wrote: > On Tue, Jul 04, 2017 at 10:20:30PM +, Rick Macklem wrote: > > +Since the kernel communicates with the > > +.Nm > > +daemon via an upcall that uses the IP address 127.0.0.1, it does not > work correctly when > > +.Xr jail 8 > > +are

Re: svn commit: r312395 - head/sbin/devd

2017-01-19 Thread Olivier Cochard-Labbé
On Wed, Jan 18, 2017 at 9:24 PM, Alan Somers wrote: > Author: asomers > Date: Wed Jan 18 20:24:37 2017 > New Revision: 312395 > URL: https://svnweb.freebsd.org/changeset/base/312395 > > Log: > Fix several Coverity CIDs in devd > > ​Hi, this break buildworld for mips arch: ​ ​ --- devd.o ---

Re: svn commit: r309725 - head/sys/dev/cxgbe

2016-12-09 Thread Olivier Cochard-Labbé
On Fri, Dec 9, 2016 at 3:21 AM, Navdeep Parhar wrote: > Author: np > Date: Fri Dec 9 02:21:27 2016 > New Revision: 309725 > URL: https://svnweb.freebsd.org/changeset/base/309725 > > Log: > cxgbe(4): netmap does not set IFCAP_NETMAP in an ifnet's if_capabilities > any more (since r307394). D

Re: svn commit: r307394 - in head: share/man/man4 sys/conf sys/dev/netmap sys/modules/netmap sys/net tools/tools/netmap

2016-11-23 Thread Olivier Cochard-Labbé
​Hi, since this commit, my system panic when using netmap pkt-gen with a Chelsio T540-CR NIC (I didn't reproduce it with Intel NIC). - Latest known working system: FreeBSD 12.0-CURRENT #2 r307393 - Crash since: FreeBSD 12.0-CURRENT #1 r307396 On a fresh (r309034) system, here is he behavior: [r

Re: svn commit: r303643 - in head/sys: kern sys

2016-11-18 Thread Olivier Cochard-Labbé
On Mon, Aug 1, 2016 at 11:48 PM, Mateusz Guzik wrote: > Author: mjg > Date: Mon Aug 1 21:48:37 2016 > New Revision: 303643 > URL: https://svnweb.freebsd.org/changeset/base/303643 > > Log: > Implement trivial backoff for locking primitives. > > > ​I was checking FreeBSD's forwarding speed evolu

svn commit: r295653 - in head: share/misc usr.bin/calendar/calendars

2016-02-16 Thread Olivier Cochard
2006/12/22"] obrien [label="David E. O'Brien\nobr...@freebsd.org\n1996/10/29"] +olivier [label="Olivier Cochard-Labbe\noliv...@freebsd.org\n2016/02/02"] olivierd [label="Olivier Duchateau\nolivi...@freebsd.org\n2012/05/29"] osa [label="Sergey A

Re: svn commit: r295062 - head/sbin/nvmecontrol

2016-01-30 Thread Olivier Cochard-Labbé
On Sat, Jan 30, 2016 at 7:18 AM, Warner Losh wrote: > Author: imp > Date: Sat Jan 30 06:18:37 2016 > New Revision: 295062 > URL: https://svnweb.freebsd.org/changeset/base/295062 > > Log: > Implement power command to list all power modes, find out the power > mode we're in and to set the power

Re: svn commit: r291913 - head/tools/tools/nanobsd

2015-12-11 Thread Olivier Cochard-Labbé
On Mon, Dec 7, 2015 at 5:02 AM, Warner Losh wrote: > Author: imp > Date: Mon Dec 7 04:02:31 2015 > New Revision: 291913 > URL: https://svnweb.freebsd.org/changeset/base/291913 > > Log: > Generally use shorter, more idiomatic sh expressions in a bunch of > places. > > Modified: > head/tools

Re: svn commit: r291912 - head/tools/tools/nanobsd

2015-12-06 Thread Olivier Cochard-Labbé
On Mon, Dec 7, 2015 at 5:02 AM, Warner Losh wrote: > Author: imp > Date: Mon Dec 7 04:02:19 2015 > New Revision: 291912 > URL: https://svnweb.freebsd.org/changeset/base/291912 > > Log: > Default serial connection to 115200. Hardly anybody uses slower these > days, and those that do can use N

Re: svn commit: r287358 - head

2015-09-02 Thread Olivier Cochard-Labbé
On Wed, Sep 2, 2015 at 3:57 PM, Alexander Motin wrote: > > > Sorry if it is documented somewhere, but can this be disabled somehow? > On my development server installkernel for some reason already took more > time then buildkernel -DKERNFAST. Now I suppose it will take twice more. > I am doing it

Re: svn commit: r285051 - head/sys/netinet

2015-08-03 Thread Olivier Cochard-Labbé
On Mon, Aug 3, 2015 at 7:19 PM, Ermal Luçi wrote: > > > > On Mon, Aug 3, 2015 at 5:18 PM, Olivier Cochard-Labbé > wrote: > >> On Mon, Aug 3, 2015 at 5:05 PM, Ermal Luçi wrote: >> >>> Hello Olivier, >>> >>> its strange seeing so much c

Re: svn commit: r285051 - head/sys/netinet

2015-08-03 Thread Olivier Cochard-Labbé
On Mon, Aug 3, 2015 at 5:05 PM, Ermal Luçi wrote: > Hello Olivier, > > its strange seeing so much contention on the arp tables on your PMC stats. > Do you run ping(to prepopulate arp) or static arp to remove the noise from > that interaction? > ​I'm using static ARP on my devices (and static MAC

Re: svn commit: r285051 - head/sys/netinet

2015-08-03 Thread Olivier Cochard-Labbé
On Tue, Jul 28, 2015 at 2:42 PM, Gleb Smirnoff wrote: > > Here is suggested patch. Ermal and Oliver, can you please test/benchmark > it? > ​Hi, this patch reduce performanece :-( Here are the results regarding forwarding: x r285046.pps.forwarding (IPSEC compiled but not used) + r285051.pps.fo

Re: svn commit: r285051 - head/sys/netinet

2015-07-08 Thread Olivier Cochard-Labbé
On Thu, Jul 2, 2015 at 8:10 PM, Ermal Luçi wrote: > Author: eri > Date: Thu Jul 2 18:10:41 2015 > New Revision: 285051 > URL: https://svnweb.freebsd.org/changeset/base/285051 > > Log: > Avoid doing multiple route lookups for the same destination IP during > forwarding > > ip_forward() does a

Re: svn commit: r284589 - head/usr.sbin/fstyp

2015-06-23 Thread Olivier Cochard-Labbé
On Fri, Jun 19, 2015 at 7:09 AM, Allan Jude wrote: > Author: allanjude (doc committer) > Date: Fri Jun 19 05:09:02 2015 > New Revision: 284589 > URL: https://svnweb.freebsd.org/changeset/base/284589 > > Log: > Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8) > > Funct

Re: svn commit: r277714 - head/sbin/ipfw

2015-01-26 Thread Olivier Cochard-Labbé
On Mon, Jan 26, 2015 at 10:50 PM, Nick Hibma wrote: > > > On 26 Jan 2015, at 22:24, John Baldwin wrote: > > > > > > It might. What happened for me is that I was using nat over wlan0 for > VM's > > on my laptop to reach the outside world, but wlan0 doesn't get an IP > until > > later in the boot

Re: svn commit: r277714 - head/sbin/ipfw

2015-01-26 Thread Olivier Cochard-Labbé
On Sun, Jan 25, 2015 at 9:37 PM, John Baldwin wrote: > Author: jhb > Date: Sun Jan 25 20:37:32 2015 > New Revision: 277714 > URL: https://svnweb.freebsd.org/changeset/base/277714 > > Log: > natd(8) will work with an unconfigured interface and effectively not do > anything until the interface

Re: svn commit: r272906 - in head/sys: conf libkern netpfil/pf sys

2014-10-13 Thread Olivier Cochard-Labbé
On Fri, Oct 10, 2014 at 9:26 PM, George V. Neville-Neil wrote: > Author: gnn > Date: Fri Oct 10 19:26:26 2014 > New Revision: 272906 > URL: https://svnweb.freebsd.org/changeset/base/272906 > > Log: > Change the PF hash from Jenkins to Murmur3. In forwarding tests > this showed a conservative

Re: svn commit: r259638 - head/usr.bin/netstat

2014-04-29 Thread Olivier Cochard-Labbé
On Fri, Dec 20, 2013 at 1:17 AM, Alexander V. Chernikov < melif...@freebsd.org> wrote: > Author: melifaro > Date: Fri Dec 20 00:17:26 2013 > New Revision: 259638 > URL: http://svnweb.freebsd.org/changeset/base/259638 > > Log: > Use more fine-grained kvm(3) symbol lookup: routing code retrieves o

Re: svn commit: r264601 - in head: share/man/man4 sys/boot/fdt/dts/mips sys/dev/netfpga10g sys/dev/netfpga10g/nf10bmac sys/mips/beri sys/mips/conf sys/modules sys/modules/netfpga10g sys/modules/netfpg

2014-04-23 Thread Olivier Cochard-Labbé
On Thu, Apr 17, 2014 at 2:33 PM, Bjoern A. Zeeb wrote: > Author: bz > Date: Thu Apr 17 12:33:26 2014 > New Revision: 264601 > URL: http://svnweb.freebsd.org/changeset/base/264601 > > Log: > Add the initial version of if_nf10bmac(4), a driver to support an > NetFPGA-10G Embedded CPU Ethernet C

Re: svn commit: r257529 - in head: share/man/man4 sys/conf sys/dev/e1000 sys/dev/ixgbe sys/dev/netmap sys/dev/re sys/net tools/tools/netmap

2013-11-08 Thread Olivier Cochard-Labbé
On Fri, Nov 1, 2013 at 10:21 PM, Luigi Rizzo wrote: > > Author: luigi > Date: Fri Nov 1 21:21:14 2013 > New Revision: 257529 > URL: http://svnweb.freebsd.org/changeset/base/257529 > > Log: > update to the latest netmap snapshot. > This includes the following: > - use separate memory regions

Re: svn commit: r253088 - in head: sys/netipsec usr.bin/netstat

2013-07-29 Thread Olivier Cochard-Labbé
On Tue, Jul 9, 2013 at 12:08 PM, Andrey V. Elsukov wrote: > Author: ae > Date: Tue Jul 9 10:08:13 2013 > New Revision: 253088 > URL: http://svnweb.freebsd.org/changeset/base/253088 > > Log: > Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat, > ipsec4stat, ipsec6stat to PCPU co

Re: svn commit: r253727 - head/sys/net80211

2013-07-28 Thread Olivier Cochard-Labbé
On Sun, Jul 28, 2013 at 6:53 AM, Adrian Chadd wrote: > Author: adrian > Date: Sun Jul 28 04:53:00 2013 > New Revision: 253727 > URL: http://svnweb.freebsd.org/changeset/base/253727 > ... > > Modified: > head/sys/net80211/ieee80211_mesh.c > head/sys/net80211/ieee80211_output.c > Hi, I've got

Re: svn commit: r249041 - in head/sys/dev/drm2: . i915

2013-04-07 Thread Olivier Cochard-Labbé
On Sun, Apr 7, 2013 at 9:05 PM, Konstantin Belousov wrote: > > More useful debug info could be obtained by setting the kenv > drm.debug to 3, and then looking at the dmesg. OK, here are the 2 dmesg files: http://gugus69.free.fr/freebsd/dmesg.drm.debug.r249241-patched-non-working.txt http://gugus6

Re: svn commit: r249041 - in head/sys/dev/drm2: . i915

2013-04-07 Thread Olivier Cochard-Labbé
On Sun, Apr 7, 2013 at 7:33 PM, Jean-Sébastien Pédron wrote: > Hi Olivier! > > Could you please try the following patch? > http://people.freebsd.org/~dumbbell/radeonkms/drm-i915-intel_iic.a.patch > > It reverts a part of the commit, the one in intel_gmbus_transfer(). I > think this function was c

Re: svn commit: r249041 - in head/sys/dev/drm2: . i915

2013-04-07 Thread Olivier Cochard-Labbé
On Wed, Apr 3, 2013 at 10:27 AM, Jean-Sebastien Pedron wrote: > Author: dumbbell > Date: Wed Apr 3 08:27:35 2013 > New Revision: 249041 > URL: http://svnweb.freebsd.org/changeset/base/249041 > > Log: > drm and i915: Left-shift iic_msg.slave at creation time > Hi Jean-Sébastien, I believed thi