Loading nixos/modules/system/boot/networkd.nix +46 −2 Original line number Diff line number Diff line Loading @@ -84,6 +84,7 @@ let "Duplex" "AutoNegotiation" "WakeOnLan" "WakeOnLanPassword" "Port" "Advertise" "ReceiveChecksumOffload" Loading @@ -91,14 +92,57 @@ let "TCPSegmentationOffload" "TCP6SegmentationOffload" "GenericSegmentationOffload" "PartialGenericSegmentationOffload" "GenericReceiveOffload" "GenericReceiveOffloadHardware" "LargeReceiveOffload" "ReceivePacketSteeringCPUMask" "ReceiveVLANCTAGHardwareAcceleration" "TransmitVLANCTAGHardwareAcceleration" "ReceiveVLANCTAGFilter" "NTupleFilter" "ReceiveFCS" "ReceiveAll" "RxChannels" "TxChannels" "OtherChannels" "CombinedChannels" "Property" "ImportProperty" "UnsetProperty" "RxBufferSize" "RxMiniBufferSize" "RxJumboBufferSize" "TxBufferSize" "RxFlowControl" "TxFlowControl" "AutoNegotiationFlowControl" "GenericSegmentOffloadMaxBytes" "GenericSegmentOffloadMaxSegments" "UseAdaptiveRxCoalesce" "UseAdaptiveTxCoalesce" "RxCoalesceSec" "RxCoalesceIrqSec" "RxCoalesceLowSec" "RxCoalesceHighSec" "TxCoalesceSec" "TxCoalesceIrqSec" "TxCoalesceLowSec" "TxCoalesceHighSec" "RxMaxCoalescedFrames" "RxMaxCoalescedIrqFrames" "RxMaxCoalescedLowFrames" "RxMaxCoalescedHighFrames" "TxMaxCoalescedFrames" "TxMaxCoalescedIrqFrames" "TxMaxCoalescedLowFrames" "TxMaxCoalescedHighFrames" "CoalescePacketRateLow" "CoalescePacketRateHigh" "CoalescePacketRateSampleIntervalSec" "StatisticsBlockCoalesceSec" "MDI" "SR-IOVVirtualFunctions" "ReceiveQueues" "TransmitQueues" "TransmitQueueLength" Loading Loading @@ -155,8 +199,8 @@ let (assertRange "CombinedChannels" 1 4294967295) (assertInt "RxBufferSize") (assertInt "TxBufferSize") (assertRange "ReceiveQueues" 1 4096) (assertRange "TransmitQueues" 1 4096) (assertRange "ReceiveQueues" 1 16384) (assertRange "TransmitQueues" 1 16384) (assertRange "TransmitQueueLength" 1 4294967294) ]; }; Loading Loading
nixos/modules/system/boot/networkd.nix +46 −2 Original line number Diff line number Diff line Loading @@ -84,6 +84,7 @@ let "Duplex" "AutoNegotiation" "WakeOnLan" "WakeOnLanPassword" "Port" "Advertise" "ReceiveChecksumOffload" Loading @@ -91,14 +92,57 @@ let "TCPSegmentationOffload" "TCP6SegmentationOffload" "GenericSegmentationOffload" "PartialGenericSegmentationOffload" "GenericReceiveOffload" "GenericReceiveOffloadHardware" "LargeReceiveOffload" "ReceivePacketSteeringCPUMask" "ReceiveVLANCTAGHardwareAcceleration" "TransmitVLANCTAGHardwareAcceleration" "ReceiveVLANCTAGFilter" "NTupleFilter" "ReceiveFCS" "ReceiveAll" "RxChannels" "TxChannels" "OtherChannels" "CombinedChannels" "Property" "ImportProperty" "UnsetProperty" "RxBufferSize" "RxMiniBufferSize" "RxJumboBufferSize" "TxBufferSize" "RxFlowControl" "TxFlowControl" "AutoNegotiationFlowControl" "GenericSegmentOffloadMaxBytes" "GenericSegmentOffloadMaxSegments" "UseAdaptiveRxCoalesce" "UseAdaptiveTxCoalesce" "RxCoalesceSec" "RxCoalesceIrqSec" "RxCoalesceLowSec" "RxCoalesceHighSec" "TxCoalesceSec" "TxCoalesceIrqSec" "TxCoalesceLowSec" "TxCoalesceHighSec" "RxMaxCoalescedFrames" "RxMaxCoalescedIrqFrames" "RxMaxCoalescedLowFrames" "RxMaxCoalescedHighFrames" "TxMaxCoalescedFrames" "TxMaxCoalescedIrqFrames" "TxMaxCoalescedLowFrames" "TxMaxCoalescedHighFrames" "CoalescePacketRateLow" "CoalescePacketRateHigh" "CoalescePacketRateSampleIntervalSec" "StatisticsBlockCoalesceSec" "MDI" "SR-IOVVirtualFunctions" "ReceiveQueues" "TransmitQueues" "TransmitQueueLength" Loading Loading @@ -155,8 +199,8 @@ let (assertRange "CombinedChannels" 1 4294967295) (assertInt "RxBufferSize") (assertInt "TxBufferSize") (assertRange "ReceiveQueues" 1 4096) (assertRange "TransmitQueues" 1 4096) (assertRange "ReceiveQueues" 1 16384) (assertRange "TransmitQueues" 1 16384) (assertRange "TransmitQueueLength" 1 4294967294) ]; }; Loading