5 comments

  • j16sdiz2 hours ago
    Why sudden surge of FreeBSD-related posts?<p>Did anything special or new happened on FreeBSD land?
    • kev0092 hours ago
      15.0 was released a couple months ago, hence the title.
      • j16sdiz2 hours ago
        We have three (including this) FreeBSD posts in the past two days.<p>Back to FreeBSD: Part 1 (hypha.pub) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47108989">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47108989</a><p>Linuxulator on FreeBSD Feels Like Magic (hayzam.com) <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47113527">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47113527</a>
        • kev0092 hours ago
          Generally people get more excited any time a major release of anything comes out. But FWIW HN has always had favorable front paging for anything related to FreeBSD and OpenBSD.
        • unethical_ban1 hour ago
          No conspiracy, I think it just happens. One person posts something, maybe someone else reads it and gets into a rabbit hole on a topic, or maybe someone sees an opportunity to throw more conversation pieces at something hot.
  • ggm6 hours ago
    When this settles down, I look forward to all of jail&#x2F;iojail, Sylve, Bastille, Bhyve documenting this in a mutually consistent manner. As it stands, I have managed to completely knot my brain over the abstractions, what is happening. It&#x27;s me, not the systems, but I think there is a little bit of &quot;meh, I understand it, so it must be obvious to anyone smart&quot; going on, and alas, I am not smart, and I get confused easily.<p>I&#x27;m in bastille atm, but have been in all of them and TrueNAS core. and libvirt over on the other unix.
    • _0xdd1 hour ago
      Honestly, best thing I did was ditch all that and just read the handbook, specificially chapter 17 [1]. All of my jails are now set up manually, initially using &#x2F;etc&#x2F;jail.conf, and now individual jail configs in &#x2F;etc&#x2F;jail.conf.d&#x2F;.<p>I still use vm-bhyve [2] for my Bhyve virtual machines, but that&#x27;s been rock solid for me for years.<p>[1] <a href="https:&#x2F;&#x2F;docs.freebsd.org&#x2F;en&#x2F;books&#x2F;handbook&#x2F;jails&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.freebsd.org&#x2F;en&#x2F;books&#x2F;handbook&#x2F;jails&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;freebsd&#x2F;vm-bhyve" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;freebsd&#x2F;vm-bhyve</a>
  • shashasha26 hours ago
    Bhyve bridges are inefficient: every packet traverses NIC → CPU → bridge → VM, adding unnecessary copies that kill throughput. Switching to SR-IOV eliminated that overhead and I saturated the 10 GbE link.
    • Veserv5 hours ago
      I do not see how that follows. Memory bandwidth is measured in the hundreds of Gb&#x2F;s. You can issue tens of unnecessary full memory copies before you bottleneck at a paltry 10 Gb&#x2F;s.<p>It is much more likely there is something else terribly wrong in a network stack if it can not even drive a measly 10 Gb&#x2F;s.
      • stingraycharles5 hours ago
        That assumes memory bandwidth is the issue, and not latency and&#x2F;or CPU.
    • kev0092 hours ago
      It would benefit from a batching mechanism.
    • assimpleaspossi6 hours ago
      You used the new optimized bridges on FreeBSD 15?
      • crest17 minutes ago
        The bridge driver gained features (vlan filtering) not performance.
    • gigatexal6 hours ago
      On Linux?
  • waynesonfire5 hours ago
    &gt; -tso4 -tso6 -vlanhwfilter -vlanmtu -vlanhwtso -vlanhwtag -vlanhwcsum -lro<p>Whys the author disabling tso and lro? Whats the motivation?<p>I&#x27;m not familiar with the other flags.
    • crest16 minutes ago
      LRO because the bridge has to forward the real frames. TSO because it’s fairly useless now.
    • kev0092 hours ago
      People found this worked in the past and it gets copied around. There is no reason to disable some of this. Bridge will automatically disable LRO and find the common set of other offloads. TSO is not useful for a bridged guest.
    • j16sdiz2 hours ago
      Looks like TSO does not support VLAN. Not sure about lro.
  • bzmrgonz4 hours ago
    I for one welcome and applaud any progress on the bsd front,and this seems to be huge.