|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0 |
|
| #
68dc2d29 |
| 27-Oct-2024 |
Alexander Ziaee <[email protected]> |
ix.4: update crossreferences to ixgbe.4
Pull Request: https://github.com/freebsd/freebsd-src/pull/1494
(cherry picked from commit cadb71e4b013925c145dd5e0726a3594111410cb)
|
| #
9f984fc6 |
| 14-Oct-2024 |
Mark Johnston <[email protected]> |
netmap: Make memory pools NUMA-aware
Each netmap adapter associated with a physical adapter is attached to a netmap memory pool. contigmalloc() is used to allocate physically contiguous memory for
netmap: Make memory pools NUMA-aware
Each netmap adapter associated with a physical adapter is attached to a netmap memory pool. contigmalloc() is used to allocate physically contiguous memory for the pool, but ideally we would ensure that all such memory is allocated from the NUMA domain local to the adapter.
Augment netmap's memory pools with a NUMA domain ID, similar to how IOMMU groups are handled in the Linux port. That is, when attaching to a physical adapter, ensure that the associated memory pools are local to the adapter's associated memory domain, creating new pools as needed.
Some types of ifnets do not have any defined NUMA affinity; in this case the domain ID in question is the sentinel value -1.
Add a sysctl, dev.netmap.port_numa_affinity, which can be used to enable the new behaviour. Keep it disabled by now to avoid surprises in case netmap applications are relying on zero-copy optimizations to forward packets between ports belonging to different NUMA domains.
Reviewed by: vmaffione MFC after: 2 weeks Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D46666
(cherry picked from commit 1bae9dc584272dd75dc4e04cb5d73be0e9fb562a)
show more ...
|
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
| #
dd6ab49a |
| 06-Mar-2022 |
Vincenzo Maffione <[email protected]> |
netmap: add a tunable for the maximum number of VALE switches
The new dev.netmap.max_bridges sysctl tunable can be set in loader.conf(5) to change the default maximum number of VALE switches that ca
netmap: add a tunable for the maximum number of VALE switches
The new dev.netmap.max_bridges sysctl tunable can be set in loader.conf(5) to change the default maximum number of VALE switches that can be created. Current defaults is 8.
MFC after: 2 weeks
show more ...
|
| #
68445e34 |
| 24-Feb-2022 |
Christian Brueffer <[email protected]> |
Fix mdoc macro usage and style in section 4 manpages.
|
|
Revision tags: release/12.3.0 |
|
| #
73e77cf9 |
| 17-May-2021 |
Allan Jude <[email protected]> |
Netmap: fix documentation for NR_REG_NIC_SW mode
The correct character to add to the intername name is *, not +
Reviewed by: vmaffione, bcr Sponsored By: Klara Inc. Differential Revision: https://r
Netmap: fix documentation for NR_REG_NIC_SW mode
The correct character to add to the intername name is *, not +
Reviewed by: vmaffione, bcr Sponsored By: Klara Inc. Differential Revision: https://reviews.freebsd.org/D30324
show more ...
|
|
Revision tags: release/13.0.0, release/12.2.0 |
|
| #
c97d2c8a |
| 03-Oct-2020 |
Vincenzo Maffione <[email protected]> |
netmap: minor documentation fix
Also update date of pkt-gen.8 (not done in r366387).
Submitted by: [email protected] MFC after: 3 days
|
|
Revision tags: release/11.4.0 |
|
| #
723180da |
| 07-Feb-2020 |
Vincenzo Maffione <[email protected]> |
netmap: improve netmap(4) and vale(4) man pages
Clean up obsolete sysctl descriptions and add missing ones.
PR: 243838 Reviewed by: bcr MFC after: 1 week Differential Revision: https://reviews.fre
netmap: improve netmap(4) and vale(4) man pages
Clean up obsolete sysctl descriptions and add missing ones.
PR: 243838 Reviewed by: bcr MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D23546
show more ...
|
| #
197f150c |
| 24-Jan-2020 |
Nick Hibma <[email protected]> |
Fix a few spacing issues to make the page more readable.
|
| #
1c37b63f |
| 08-Nov-2019 |
Glen Barber <[email protected]> |
Dereference lem(4), no longer in 13-CURRENT. While here, fix formatting of inline parenthesis and Xrs.
Sponsored by: Rubicon Communications, LLC (netgate.com)
|
|
Revision tags: release/12.1.0 |
|
| #
c7c78055 |
| 31-Oct-2019 |
Vincenzo Maffione <[email protected]> |
add valectl to the system commands
The valectl(4) program is used to manage vale(4) switches. Add it to the system commands so that it can be used right away. This program was previously called vale
add valectl to the system commands
The valectl(4) program is used to manage vale(4) switches. Add it to the system commands so that it can be used right away. This program was previously called vale-ctl, and stored in tools/tools/netmap
Reviewed by: hrs, bcr, lwhsu, kevans MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D22146
show more ...
|
|
Revision tags: release/11.3.0 |
|
| #
966b76b4 |
| 15-Jun-2019 |
Mateusz Piotrowski <[email protected]> |
netmap.4: Fix a typo as FreeBSD Linux is not a thing
Approved by: src (emaste) Event: Berlin Devsummit 2019
|
| #
e1344f3c |
| 09-Jan-2019 |
Vincenzo Maffione <[email protected]> |
netmap: fix bridge example in netmap(4)
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194872 Reported by: adrian MFC after: 3 days
|
|
Revision tags: release/12.0.0 |
|
| #
668e070f |
| 03-Dec-2018 |
Vincenzo Maffione <[email protected]> |
netmap(4): improve man page
Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D18057
|
| #
689f146b |
| 09-Nov-2018 |
Vincenzo Maffione <[email protected]> |
netmap: add load balancer program
Add the lb program, which is able to load-balance input traffic received from a netmap port over M groups, with N netmap pipes in each group. Each received packet i
netmap: add load balancer program
Add the lb program, which is able to load-balance input traffic received from a netmap port over M groups, with N netmap pipes in each group. Each received packet is forwarded to one of the pipes chosen from each group (using an L3/L4 connection-consistent hash function). This also adds a man page for lb and some cross-references in related man pages.
Reviewed by: bcr, 0mp Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D17735
show more ...
|
| #
1a7d3c05 |
| 23-Oct-2018 |
Vincenzo Maffione <[email protected]> |
netmap: add man page for the bridge program
Added bridge(8). Also, minor fixes to the netmap "bridge" application: - indentation fixes and code cleanup - better usage description - better process
netmap: add man page for the bridge program
Added bridge(8). Also, minor fixes to the netmap "bridge" application: - indentation fixes and code cleanup - better usage description - better processing of netmap flags
Reviewed by: 0mp Approved by: gnn (mentor) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D17664
show more ...
|
|
Revision tags: release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
3f879a47 |
| 03-Mar-2017 |
Enji Cooper <[email protected]> |
Clean up netmap(4) slightly
- Add missing sections for .Xr references. - Replace .br with .Pp (the former macro is deprecated). - Use the .Sx (section reference) macro when referring to LIBRARIES,
Clean up netmap(4) slightly
- Add missing sections for .Xr references. - Replace .br with .Pp (the former macro is deprecated). - Use the .Sx (section reference) macro when referring to LIBRARIES, not the .Xr (cross-reference) macro. - Add commas after "e.g." and "i.e." [*].
Bump .Dd for the change
Approved by: luigi MFC after: 1 week Reported by: igor [*], make manlint Sponsored by: Dell EMC Isilon Differential Revision: D9859
show more ...
|
| #
fbb9e715 |
| 18-Oct-2016 |
Luigi Rizzo <[email protected]> |
fix a stale sentence in the manpage
|
| #
37e3a6d3 |
| 16-Oct-2016 |
Luigi Rizzo <[email protected]> |
Import the current version of netmap, aligned with the one on github.
This commit, long overdue, contains contributions in the last 2 years from Stefano Garzarella, Giuseppe Lettieri, Vincenzo Maffi
Import the current version of netmap, aligned with the one on github.
This commit, long overdue, contains contributions in the last 2 years from Stefano Garzarella, Giuseppe Lettieri, Vincenzo Maffione, including: + fixes on monitor ports + the 'ptnet' virtual device driver, and ptnetmap backend, for high speed virtual passthrough on VMs (bhyve fixes in an upcoming commit) + improved emulated netmap mode + more robust error handling + removal of stale code + various fixes to code and documentation (some mixup between RX and TX parameters, and private and public variables)
We also include an additional tool, nmreplay, which is functionally equivalent to tcpreplay but operating on netmap ports.
show more ...
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
e91d04f7 |
| 14-Dec-2015 |
Christian Brueffer <[email protected]> |
Non-exhaustive mdoc/spelling/style cleanup.
PR: 202716, 204301 (both spelling) Submitted by: Richard Farr, madpilot
|
|
Revision tags: release/10.2.0 |
|
| #
fe1e4a6c |
| 26-Dec-2014 |
Baptiste Daroussin <[email protected]> |
mdoc fixes (escape the dot to prevent ... to be considered as a macro)
|
| #
bf15fc88 |
| 26-Dec-2014 |
Joel Dahl <[email protected]> |
Minor mdoc fixes.
|
| #
05a1e019 |
| 21-Dec-2014 |
Christian Brueffer <[email protected]> |
Remove EOL whitespace.
Found with: mandoc -Tlint
|
| #
0b3504fd |
| 21-Dec-2014 |
Christian Brueffer <[email protected]> |
Fix various mdoc issues.
Found with: mandoc -Tlint
|
| #
d4d112e3 |
| 23-Nov-2014 |
Joel Dahl <[email protected]> |
Misc mdoc fixes:
- Remove superfluous paragraph macros. - Remove/fix empty or incorrect macros. - Sort sections into conventional order. - Terminate quoted strings properly. - Remove EOL whitespace.
|