aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/systemd/usrp-hwd.conf
Commit message (Collapse)AuthorAgeFilesLines
* mpm: systemd: added systemd configuration files for networkJoerg Hofrichter2020-07-161-2/+0
| | | | | | | | | | | Added files which were previously maintained in meta-ettus repository but which are better placed alongside MPM itself: - eth0/int0/sfp0/sfp1.network: network configuration files - 70-sfp-net.rules: udev rule for automatically naming the network interfaces Signed-off-by: Joerg Hofrichter <joerg.hofrichter@ni.com>
* mpm: systemd: added sysconf file for setting network buffer sizesJoerg Hofrichter2020-05-011-0/+2
udp_zero_copy requires the network send buffer size (net.core.wmem_max) and the network receive buffer size (net.core.rmem_max) to be set to 2500000 bytes (UDP_DEFAULT_BUFF_SIZE in udp_common.hpp). Add a sysconf file (usrp-hwd.conf) to automatically set the recommended values.