[dpdk-dev] [PATCH] doc: announce API change for rte_ether.h

2015-12-14 Thread Thomas Monjalon
2015-12-14 15:30, Bruce Richardson: > On Mon, Dec 14, 2015 at 03:54:06PM +0100, Thomas Monjalon wrote: > > 2015-12-10 15:27, Stephen Hemminger: > > > Plan to change to version of struct ether_addr in > > > DPDK 2.3. The change in DPDK source is trivial but it will impact > > > source compatablilty

[dpdk-dev] [PATCH] doc: announce API change for rte_ether.h

2015-12-14 Thread Bruce Richardson
On Mon, Dec 14, 2015 at 04:41:28PM +0100, Thomas Monjalon wrote: > 2015-12-14 15:30, Bruce Richardson: > > On Mon, Dec 14, 2015 at 03:54:06PM +0100, Thomas Monjalon wrote: > > > 2015-12-10 15:27, Stephen Hemminger: > > > > Plan to change to version of struct ether_addr in > > > > DPDK 2.3. The cha

[dpdk-dev] [PATCH] doc: announce API change for rte_ether.h

2015-12-14 Thread Thomas Monjalon
2015-12-10 15:27, Stephen Hemminger: > Plan to change to version of struct ether_addr in > DPDK 2.3. The change in DPDK source is trivial but it will impact > source compatablilty therefore notification is necessary. [...] > +* librte_ether: The structure ether_addr in DPDK will be replaced > + b

[dpdk-dev] [PATCH] doc: announce API change for rte_ether.h

2015-12-14 Thread Bruce Richardson
On Mon, Dec 14, 2015 at 03:54:06PM +0100, Thomas Monjalon wrote: > 2015-12-10 15:27, Stephen Hemminger: > > Plan to change to version of struct ether_addr in > > DPDK 2.3. The change in DPDK source is trivial but it will impact > > source compatablilty therefore notification is necessary. > [...]

[dpdk-dev] [PATCH] doc: announce API change for rte_ether.h

2015-12-14 Thread Stephen Hemminger
> > FreeBSD > > --- > > > > struct ether_addr { > > > > u_char octet[ETHER_ADDR_LEN]; > > } __packed; > > > > struct ether_header { > > u_char ether_dhost[ETHER_ADDR_LEN]; > > u_char ether_

[dpdk-dev] [PATCH] doc: announce API change for rte_ether.h

2015-12-11 Thread Panu Matilainen
On 12/11/2015 01:27 AM, Stephen Hemminger wrote: > Plan to change to version of struct ether_addr in > DPDK 2.3. The change in DPDK source is trivial but it will impact > source compatablilty therefore notification is necessary. > > Signed-off-by: Stephen Hemminger > --- > doc/guides/rel_notes/

[dpdk-dev] [PATCH] doc: announce API change for rte_ether.h

2015-12-11 Thread Stephen Hemminger
On Fri, 11 Dec 2015 11:28:48 +0200 Panu Matilainen wrote: > On 12/11/2015 01:27 AM, Stephen Hemminger wrote: > > Plan to change to version of struct ether_addr in > > DPDK 2.3. The change in DPDK source is trivial but it will impact > > source compatablilty therefore notification is necessary. >

[dpdk-dev] [PATCH] doc: announce API change for rte_ether.h

2015-12-10 Thread Stephen Hemminger
Plan to change to version of struct ether_addr in DPDK 2.3. The change in DPDK source is trivial but it will impact source compatablilty therefore notification is necessary. Signed-off-by: Stephen Hemminger --- doc/guides/rel_notes/deprecation.rst | 5 + 1 file changed, 5 insertions(+) dif