Re: [PATCH v2 net 1/1] net sched: fix encoding to use real length

2016-08-22 Thread David Miller
From: Jamal Hadi Salim Date: Mon, 22 Aug 2016 07:10:20 -0400 > From: Jamal Hadi Salim > > Encoding of the metadata was using the padded length as opposed to > the real length of the data which is a bug per specification. > This has not been an issue todate because all metadatum specified > so f

[PATCH v2 net 1/1] net sched: fix encoding to use real length

2016-08-22 Thread Jamal Hadi Salim
From: Jamal Hadi Salim Encoding of the metadata was using the padded length as opposed to the real length of the data which is a bug per specification. This has not been an issue todate because all metadatum specified so far has been 32 bit where aligned and data length are the same width. This a