CVS commit: [thorpej-ifq] src/sys/net

2023-11-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 14:45:40 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c Log Message: - Rename if_transmit() -> if_transmit_default() - In if_enqueue(), handle the ALTQ-is-enabled case by creating a sort of chimera from

CVS commit: [thorpej-ifq] src/sys/net

2023-11-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Nov 16 14:45:40 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c Log Message: - Rename if_transmit() -> if_transmit_default() - In if_enqueue(), handle the ALTQ-is-enabled case by creating a sort of chimera from

CVS commit: [thorpej-ifq] src/sys/net

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 12:39:46 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if_wg.c Log Message: wg_output(): Use ifq_classify_packet(), and let that function check for ALTQ-enabled. Acquire KERNEL_LOCK before calling

CVS commit: [thorpej-ifq] src/sys/net

2023-11-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Nov 15 12:39:46 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if_wg.c Log Message: wg_output(): Use ifq_classify_packet(), and let that function check for ALTQ-enabled. Acquire KERNEL_LOCK before calling

CVS commit: [thorpej-ifq] src/sys/net

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 14 14:47:04 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c if.h Log Message: New network interface output queue API. To generate a diff of this commit: cvs rdiff -u -r1.529.2.1 -r1.529.2.1.2.1

CVS commit: [thorpej-ifq] src/sys/net

2023-11-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 14 14:47:04 UTC 2023 Modified Files: src/sys/net [thorpej-ifq]: if.c if.h Log Message: New network interface output queue API. To generate a diff of this commit: cvs rdiff -u -r1.529.2.1 -r1.529.2.1.2.1