<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/tests/fib_lookup/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/tests/fib_lookup/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0433870e - Add fib lookup testing module.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/tests/fib_lookup/Makefile#0433870e</link>
        <description>Add fib lookup testing module.This module intended to measure performance of routing lookups.Uses a list of IP addresses specified by sysctl one-by-one.Performance testing is triggered by changing sysctl OID with a number of lookups to execute.Lookups are done by the chunks of 10K routes, entering/exiting epoch on chunk granularity to amortise cost.Example:make -C sys/modules/test/fib_lookup unload loadfor i in `cat ~/ip4.txt`; do sysctl net.route.test.add_inet_addr=$i; donefor i in `cat ~/ip6.txt`; do sysctl net.route.test.add_inet6_addr=$i; donesysctl net.route.test.run_inet=10000000dmesg | tailDec 13 23:24:05 current kernel: 10000000 packets in 417240173 nanoseconds, 23967011 ppsDec 13 23:24:06 current kernel: run: 10000000 packets vnet 0xfffff80003073f00Dec 13 23:24:07 current kernel: 10000000 packets in 423086254 nanoseconds, 23635842 ppsDifferential Revision: https://reviews.freebsd.org/D27604

            List of files:
            /freebsd-14.2/sys/modules/tests/fib_lookup/Makefile</description>
        <pubDate>Sat, 09 Jan 2021 12:55:04 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
