All of lore.kernel.org
 help / color / mirror / Atom feed
* bug in struct rte_sched_port_hierarchy  define?
@ 2016-06-15 12:12 Yang, Tao Y
  0 siblings, 0 replies; only message in thread
From: Yang, Tao Y @ 2016-06-15 12:12 UTC (permalink / raw)
  To: dev

In rte_sched.c

struct rte_sched_port_hierarchy {
        uint16_t queue:2;                /**< Queue ID (0 .. 3) */
        uint16_t traffic_class:2;        /**< Traffic class ID (0 .. 3)*/
        uint32_t color:2;                /**< Color */
        uint16_t unused:10;
        uint16_t subport;                /**< Subport ID */
        uint32_t pipe;                   /**< Pipe ID */
};


The
uint32_t color:2;                /**< Color */
should be
uint16_t color:2;                /**< Color */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-15 12:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-15 12:12 bug in struct rte_sched_port_hierarchy define? Yang, Tao Y

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.