[dpdk-dev] [RFC] resolve conflict between net/ethernet.h and rte_ethdev.h

2015-03-10 Thread Thomas Monjalon
2015-03-05 00:16, Thomas Monjalon: > 2015-01-06 11:44, Thomas Monjalon: > > 2014-12-27 15:13, Stephen Hemminger: > > > This is a patch to address the conflict between > > > and the definitions in . It has two side effects > > > worth discussion: > > > 1. It forces inclusion of net/ethernet.h > >

[dpdk-dev] [RFC] resolve conflict between net/ethernet.h and rte_ethdev.h

2015-03-10 Thread Stephen Hemminger
On Tue, 10 Mar 2015 14:29:11 +0100 Thomas Monjalon wrote: > Hi Stephen, > If, by any chance, you are willing to reply to this thread, > maybe you would like to send a non-rfc patch with these 2 additions: > - rename addr_bytes to ether_addr_octet everywhere > - mark addr_bytes as deprecated in do

[dpdk-dev] [RFC] resolve conflict between net/ethernet.h and rte_ethdev.h

2015-03-05 Thread Thomas Monjalon
2015-01-06 11:44, Thomas Monjalon: > 2014-12-27 15:13, Stephen Hemminger: > > This is a patch to address the conflict between > > and the definitions in . It has two side effects > > worth discussion: > > 1. It forces inclusion of net/ethernet.h > > 2. It has definition to deal with the differ

[dpdk-dev] [RFC] resolve conflict between net/ethernet.h and rte_ethdev.h

2015-01-06 Thread Thomas Monjalon
2014-12-27 15:13, Stephen Hemminger: > This is a patch to address the conflict between > and the definitions in . It has two side effects > worth discussion: > 1. It forces inclusion of net/ethernet.h > 2. It has definition to deal with the differing structure elements > in the two versio

[dpdk-dev] [RFC] resolve conflict between net/ethernet.h and rte_ethdev.h

2014-12-27 Thread Neil Horman
On Sat, Dec 27, 2014 at 03:13:00PM -0800, Stephen Hemminger wrote: > This is a patch to address the conflict between > and the definitions in . It has two side effects > worth discussion: > 1. It forces inclusion of net/ethernet.h > 2. It has definition to deal with the differing structure ele

[dpdk-dev] [RFC] resolve conflict between net/ethernet.h and rte_ethdev.h

2014-12-27 Thread Stephen Hemminger
This is a patch to address the conflict between and the definitions in . It has two side effects worth discussion: 1. It forces inclusion of net/ethernet.h 2. It has definition to deal with the differing structure elements in the two versions of struct ether_addr. By doing this ether_nto