[Announce]: Annoying build warning removed in CCID-3/-4 trees

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In the latest upload of the test tree I have removed the annoying build
warning that warned about a low HZ rate in the patch "dccp ccid-3: Bug
fix for the inter-packet scheduling algorithm".

As was suggested earlier thanks to Dave Miller, it is better to either
convert the code fully to hrtimers or not add such a warning.

The code has not been converted to hrtimers, it depends on available
time, but I send this message so that it can be added as a ToDo.

Here is the inter-diff of the tree (it has been mirrored in the CCID-4 tree also):

--- a/net/dccp/ccids/ccid3.h
+++ b/net/dccp/ccids/ccid3.h
@@ -61,7 +61,6 @@
 # define TFRC_T_DELTA		   USEC_PER_MSEC
 #else
 # define TFRC_T_DELTA		   (USEC_PER_SEC / (2 * HZ))
-#warning Coarse CONFIG_HZ resolution -- higher value recommended for TFRC.
 #endif
 
 enum ccid3_options {
-- 
--
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [IETF DCCP]     [Linux Networking]     [Git]     [Security]     [Linux Assembly]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux