Searched hist:ce3ee1e7c4cac5b86bbc15daac68f2129aa42187 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/netmap/ |
H A D | if_re_netmap.h | diff ce3ee1e7c4cac5b86bbc15daac68f2129aa42187 Fri Nov 01 22:21:14 CET 2013 Luigi Rizzo <luigi@FreeBSD.org> update to the latest netmap snapshot. This includes the following: - use separate memory regions for VALE ports - locking fixes - some simplifications in the NIC-specific routines - performance improvements for the VALE switch - some new features in the pkt-gen test program - documentation updates
There are small API changes that require programs to be recompiled (NETMAP_API has been bumped so you will detect old binaries at runtime).
In particular: - struct netmap_slot now is 16 bytes to support an extra pointer, which may save one data copy when using VALE ports or VMs; - the struct netmap_if has two extra fields;
MFC after: 3 days
|
H A D | netmap_mem2.c | diff ce3ee1e7c4cac5b86bbc15daac68f2129aa42187 Fri Nov 01 22:21:14 CET 2013 Luigi Rizzo <luigi@FreeBSD.org> update to the latest netmap snapshot. This includes the following: - use separate memory regions for VALE ports - locking fixes - some simplifications in the NIC-specific routines - performance improvements for the VALE switch - some new features in the pkt-gen test program - documentation updates
There are small API changes that require programs to be recompiled (NETMAP_API has been bumped so you will detect old binaries at runtime).
In particular: - struct netmap_slot now is 16 bytes to support an extra pointer, which may save one data copy when using VALE ports or VMs; - the struct netmap_if has two extra fields;
MFC after: 3 days
|
H A D | netmap_kern.h | diff ce3ee1e7c4cac5b86bbc15daac68f2129aa42187 Fri Nov 01 22:21:14 CET 2013 Luigi Rizzo <luigi@FreeBSD.org> update to the latest netmap snapshot. This includes the following: - use separate memory regions for VALE ports - locking fixes - some simplifications in the NIC-specific routines - performance improvements for the VALE switch - some new features in the pkt-gen test program - documentation updates
There are small API changes that require programs to be recompiled (NETMAP_API has been bumped so you will detect old binaries at runtime).
In particular: - struct netmap_slot now is 16 bytes to support an extra pointer, which may save one data copy when using VALE ports or VMs; - the struct netmap_if has two extra fields;
MFC after: 3 days
|
H A D | netmap.c | diff ce3ee1e7c4cac5b86bbc15daac68f2129aa42187 Fri Nov 01 22:21:14 CET 2013 Luigi Rizzo <luigi@FreeBSD.org> update to the latest netmap snapshot. This includes the following: - use separate memory regions for VALE ports - locking fixes - some simplifications in the NIC-specific routines - performance improvements for the VALE switch - some new features in the pkt-gen test program - documentation updates
There are small API changes that require programs to be recompiled (NETMAP_API has been bumped so you will detect old binaries at runtime).
In particular: - struct netmap_slot now is 16 bytes to support an extra pointer, which may save one data copy when using VALE ports or VMs; - the struct netmap_if has two extra fields;
MFC after: 3 days
|
/freebsd/share/man/man4/ |
H A D | netmap.4 | diff ce3ee1e7c4cac5b86bbc15daac68f2129aa42187 Fri Nov 01 22:21:14 CET 2013 Luigi Rizzo <luigi@FreeBSD.org> update to the latest netmap snapshot. This includes the following: - use separate memory regions for VALE ports - locking fixes - some simplifications in the NIC-specific routines - performance improvements for the VALE switch - some new features in the pkt-gen test program - documentation updates
There are small API changes that require programs to be recompiled (NETMAP_API has been bumped so you will detect old binaries at runtime).
In particular: - struct netmap_slot now is 16 bytes to support an extra pointer, which may save one data copy when using VALE ports or VMs; - the struct netmap_if has two extra fields;
MFC after: 3 days
|
/freebsd/tools/tools/netmap/ |
H A D | pkt-gen.c | diff ce3ee1e7c4cac5b86bbc15daac68f2129aa42187 Fri Nov 01 22:21:14 CET 2013 Luigi Rizzo <luigi@FreeBSD.org> update to the latest netmap snapshot. This includes the following: - use separate memory regions for VALE ports - locking fixes - some simplifications in the NIC-specific routines - performance improvements for the VALE switch - some new features in the pkt-gen test program - documentation updates
There are small API changes that require programs to be recompiled (NETMAP_API has been bumped so you will detect old binaries at runtime).
In particular: - struct netmap_slot now is 16 bytes to support an extra pointer, which may save one data copy when using VALE ports or VMs; - the struct netmap_if has two extra fields;
MFC after: 3 days
|
/freebsd/sys/net/ |
H A D | netmap.h | diff ce3ee1e7c4cac5b86bbc15daac68f2129aa42187 Fri Nov 01 22:21:14 CET 2013 Luigi Rizzo <luigi@FreeBSD.org> update to the latest netmap snapshot. This includes the following: - use separate memory regions for VALE ports - locking fixes - some simplifications in the NIC-specific routines - performance improvements for the VALE switch - some new features in the pkt-gen test program - documentation updates
There are small API changes that require programs to be recompiled (NETMAP_API has been bumped so you will detect old binaries at runtime).
In particular: - struct netmap_slot now is 16 bytes to support an extra pointer, which may save one data copy when using VALE ports or VMs; - the struct netmap_if has two extra fields;
MFC after: 3 days
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.c | diff ce3ee1e7c4cac5b86bbc15daac68f2129aa42187 Fri Nov 01 22:21:14 CET 2013 Luigi Rizzo <luigi@FreeBSD.org> update to the latest netmap snapshot. This includes the following: - use separate memory regions for VALE ports - locking fixes - some simplifications in the NIC-specific routines - performance improvements for the VALE switch - some new features in the pkt-gen test program - documentation updates
There are small API changes that require programs to be recompiled (NETMAP_API has been bumped so you will detect old binaries at runtime).
In particular: - struct netmap_slot now is 16 bytes to support an extra pointer, which may save one data copy when using VALE ports or VMs; - the struct netmap_if has two extra fields;
MFC after: 3 days
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | diff ce3ee1e7c4cac5b86bbc15daac68f2129aa42187 Fri Nov 01 22:21:14 CET 2013 Luigi Rizzo <luigi@FreeBSD.org> update to the latest netmap snapshot. This includes the following: - use separate memory regions for VALE ports - locking fixes - some simplifications in the NIC-specific routines - performance improvements for the VALE switch - some new features in the pkt-gen test program - documentation updates
There are small API changes that require programs to be recompiled (NETMAP_API has been bumped so you will detect old binaries at runtime).
In particular: - struct netmap_slot now is 16 bytes to support an extra pointer, which may save one data copy when using VALE ports or VMs; - the struct netmap_if has two extra fields;
MFC after: 3 days
|
/freebsd/sys/conf/ |
H A D | files | diff ce3ee1e7c4cac5b86bbc15daac68f2129aa42187 Fri Nov 01 22:21:14 CET 2013 Luigi Rizzo <luigi@FreeBSD.org> update to the latest netmap snapshot. This includes the following: - use separate memory regions for VALE ports - locking fixes - some simplifications in the NIC-specific routines - performance improvements for the VALE switch - some new features in the pkt-gen test program - documentation updates
There are small API changes that require programs to be recompiled (NETMAP_API has been bumped so you will detect old binaries at runtime).
In particular: - struct netmap_slot now is 16 bytes to support an extra pointer, which may save one data copy when using VALE ports or VMs; - the struct netmap_if has two extra fields;
MFC after: 3 days
|