Re: [dpdk-dev] [PATCH] doc: deprecation notice for change of ether struct alignment

2019-07-09 Thread Bruce Richardson
On Tue, Jul 09, 2019 at 07:59:53AM -0700, Stephen Hemminger wrote: > On Tue, 9 Jul 2019 15:58:36 +0100 > Bruce Richardson wrote: > > > The ethernet address structure alignment will be changed to 2B alignment in > > 19.11. Flag this to users. > > > > Impact is expected to be minimal for this cha

Re: [dpdk-dev] [PATCH] doc: deprecation notice for change of ether struct alignment

2019-07-09 Thread Stephen Hemminger
On Tue, 9 Jul 2019 15:58:36 +0100 Bruce Richardson wrote: > The ethernet address structure alignment will be changed to 2B alignment in > 19.11. Flag this to users. > > Impact is expected to be minimal for this change since ethernet addresses > are generally 2B aligned anyway. > > Signed-off-b

[dpdk-dev] [PATCH] doc: deprecation notice for change of ether struct alignment

2019-07-09 Thread Bruce Richardson
The ethernet address structure alignment will be changed to 2B alignment in 19.11. Flag this to users. Impact is expected to be minimal for this change since ethernet addresses are generally 2B aligned anyway. Signed-off-by: Bruce Richardson --- doc/guides/rel_notes/deprecation.rst | 5 + 1