Re: [PATCH] IPROUTE: correct nla nested message generated by netem_parse_opt

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Stephen Hemminger <shemminger@...>
Cc: Jeff Kirsher <jeffrey.t.kirsher@...>, <davem@...>, <netdev@...>, <linux-kernel@...>, <akpm@...>, Alexander Duyck <alexander.h.duyck@...>
Date: Thursday, August 21, 2008 - 10:37 pm

On Thu, Aug 21, 2008 at 6:19 PM, Stephen Hemminger
<shemminger@vyatta.com> wrote:

The problem is the current kernel ABI was changed in commit
b9a2f2e450b0f770bb4347ae8d48eb2dea701e24 "netlink: Fix
nla_parse_nested_compat() to call nla_parse() directly" to support a
format that I have only seen generated in netem_parse_opt.  The kernel
and prio_parse_opt qdisc both generate the other format which includes
the extra attribute header to contain the nested attributes.  This
patch fixes tc so that netem will use the correct nested attribute
order for kernels prior to this commit and once this commit has been
reverted.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] IPROUTE: correct nla nested message generated by..., Stephen Hemminger, (Thu Aug 21, 9:19 pm)
Re: [PATCH] IPROUTE: correct nla nested message generated by..., Alexander Duyck, (Thu Aug 21, 10:37 pm)
RE: [PATCH] IPROUTE: correct nla nested message generated by..., Duyck, Alexander H, (Wed Aug 27, 12:30 pm)
Re: [PATCH] IPROUTE: correct nla nested message generated by..., Stephen Hemminger, (Wed Aug 27, 5:10 pm)