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

2016-08-22 Thread Jamal Hadi Salim
On 16-08-19 09:22 AM, Sergei Shtylyov wrote: Hello. On 8/19/2016 1:17 PM, Jamal Hadi Salim wrote: 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

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

2016-08-19 Thread Sergei Shtylyov
Hello. On 8/19/2016 1:17 PM, Jamal Hadi Salim wrote: 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 To date? Metadata

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

2016-08-19 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