public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/11027] New: Class Selector Codepoints not deprecated
@ 2009-11-28  0:09 philipp at redfish-solutions dot com
  2009-11-28  0:10 ` [Bug libc/11027] " philipp at redfish-solutions dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: philipp at redfish-solutions dot com @ 2009-11-28  0:09 UTC (permalink / raw)
  To: glibc-bugs

It was correctly pointed out (offline) that the comments in bug #10789 give the
appearance that the DSCP values have completely obsoleted all previous uses of
the IP ToS field.

That's not correct.  The CSx values (CS0..CS7) may (and often do) coexist with
the Assured Forwarding (AFxx) values.

Indeed CS1 precedes the series AF11..AF13, CS2 precedes the series AF21..AF23,
etc. and CS6 immediately succeeds EF.

-- 
           Summary: Class Selector Codepoints not deprecated
           Product: glibc
           Version: 2.9
            Status: NEW
          Severity: minor
          Priority: P3
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: philipp at redfish-solutions dot com
                CC: glibc-bugs at sources dot redhat dot com,philipp at
                    redfish-solutions dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=11027

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/11027] Class Selector Codepoints not deprecated
  2009-11-28  0:09 [Bug libc/11027] New: Class Selector Codepoints not deprecated philipp at redfish-solutions dot com
@ 2009-11-28  0:10 ` philipp at redfish-solutions dot com
  2009-12-01 23:56 ` philipp at redfish-solutions dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: philipp at redfish-solutions dot com @ 2009-11-28  0:10 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From philipp at redfish-solutions dot com  2009-11-28 00:10 -------
Created an attachment (id=4417)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4417&action=view)
Patch for netinet/ip.h to add Class Selector definitions


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11027

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/11027] Class Selector Codepoints not deprecated
  2009-11-28  0:09 [Bug libc/11027] New: Class Selector Codepoints not deprecated philipp at redfish-solutions dot com
  2009-11-28  0:10 ` [Bug libc/11027] " philipp at redfish-solutions dot com
@ 2009-12-01 23:56 ` philipp at redfish-solutions dot com
  2009-12-09 22:08 ` drepper at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: philipp at redfish-solutions dot com @ 2009-12-01 23:56 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From philipp at redfish-solutions dot com  2009-12-01 23:56 -------
See also the patch submission to libc-alpha:

http://sourceware.org/ml/libc-alpha/2009-11/msg00111.html


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11027

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/11027] Class Selector Codepoints not deprecated
  2009-11-28  0:09 [Bug libc/11027] New: Class Selector Codepoints not deprecated philipp at redfish-solutions dot com
  2009-11-28  0:10 ` [Bug libc/11027] " philipp at redfish-solutions dot com
  2009-12-01 23:56 ` philipp at redfish-solutions dot com
@ 2009-12-09 22:08 ` drepper at redhat dot com
  2009-12-09 22:34 ` philipp at redfish-solutions dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2009-12-09 22:08 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-12-09 22:08 -------
Where do these names come from?

And if, as you suggest, these names are preferred over the IPTOS_PREC* names
then the latter should be defined in terms of your macros, not the other way around.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11027

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/11027] Class Selector Codepoints not deprecated
  2009-11-28  0:09 [Bug libc/11027] New: Class Selector Codepoints not deprecated philipp at redfish-solutions dot com
                   ` (2 preceding siblings ...)
  2009-12-09 22:08 ` drepper at redhat dot com
@ 2009-12-09 22:34 ` philipp at redfish-solutions dot com
  2010-01-08 18:45 ` philipp at redfish-solutions dot com
  2010-01-15  7:28 ` drepper at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: philipp at redfish-solutions dot com @ 2009-12-09 22:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From philipp at redfish-solutions dot com  2009-12-09 22:33 -------
Created an attachment (id=4455)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4455&action=view)
Patch for netinet/ip.h to add Class Selector definitions

This expresses IPTOS_PREC_xxx in terms of IPTOS_CLASS_yyy, and not the
converse, as Ulrich was requesting.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #4417 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=11027

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/11027] Class Selector Codepoints not deprecated
  2009-11-28  0:09 [Bug libc/11027] New: Class Selector Codepoints not deprecated philipp at redfish-solutions dot com
                   ` (3 preceding siblings ...)
  2009-12-09 22:34 ` philipp at redfish-solutions dot com
@ 2010-01-08 18:45 ` philipp at redfish-solutions dot com
  2010-01-15  7:28 ` drepper at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: philipp at redfish-solutions dot com @ 2010-01-08 18:45 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From philipp at redfish-solutions dot com  2010-01-08 18:45 -------
(In reply to comment #4)
> Created an attachment (id=4455)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4455&action=view)
> Patch for netinet/ip.h to add Class Selector definitions
> 
> This expresses IPTOS_PREC_xxx in terms of IPTOS_CLASS_yyy, and not the
> converse, as Ulrich was requesting.

Uli: I've made these changes as per your request.  Can we have some movement on
this please, or are there other requirements?  Thanks.




-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11027

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libc/11027] Class Selector Codepoints not deprecated
  2009-11-28  0:09 [Bug libc/11027] New: Class Selector Codepoints not deprecated philipp at redfish-solutions dot com
                   ` (4 preceding siblings ...)
  2010-01-08 18:45 ` philipp at redfish-solutions dot com
@ 2010-01-15  7:28 ` drepper at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2010-01-15  7:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2010-01-15 07:28 -------
I checked in the patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=11027

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-01-15  7:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-28  0:09 [Bug libc/11027] New: Class Selector Codepoints not deprecated philipp at redfish-solutions dot com
2009-11-28  0:10 ` [Bug libc/11027] " philipp at redfish-solutions dot com
2009-12-01 23:56 ` philipp at redfish-solutions dot com
2009-12-09 22:08 ` drepper at redhat dot com
2009-12-09 22:34 ` philipp at redfish-solutions dot com
2010-01-08 18:45 ` philipp at redfish-solutions dot com
2010-01-15  7:28 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).