lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 12 Dec 2011 09:18:58 -0800
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Eric Dumazet <eric.dumazet@...il.com>
Cc:	Hagen Paul Pfeifer <hagen@...u.net>, netdev@...r.kernel.org,
	davem@...emloft.net, Florian Westphal <fw@...len.de>
Subject: Re: [PATCH net-next] netem: add cell concept to simulate special
 MAC behavior

On Sat, 10 Dec 2011 17:43:52 +0100
Eric Dumazet <eric.dumazet@...il.com> wrote:

> >  struct tc_netem_rate {
> >  	__u32	rate;	/* byte/s */
> > +	__s32	packet_overhead;
> > +	__u32	cell_size;
> > +	__s32	cell_overhead;  
> 
> Adding fields in existing structure is convenient, but this means a
> previous tc binary wont work anymore.

In this case it is ok because there  has not been a release
using this structure yet.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ