[dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation

2015-12-07 Thread Thomas Monjalon
2015-12-02 10:53, Ferruh Yigit: > On Thu, Nov 26, 2015 at 09:55:17AM +, Mrzyglod, DanielX T wrote: > > > > > > >-Original Message- > > >From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > >Sent: Wednesday, November 25, 2015 7:08 PM > > > > > >2015-11-25 19:03, Daniel Mrzyg

[dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation

2015-12-02 Thread Ferruh Yigit
On Thu, Nov 26, 2015 at 09:55:17AM +, Mrzyglod, DanielX T wrote: > > > >-Original Message- > >From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > >Sent: Wednesday, November 25, 2015 7:08 PM > > > >2015-11-25 19:03, Daniel Mrzyglod: > >> definition of 'AF_INET' enum was missi

[dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation

2015-11-26 Thread Mrzyglod, DanielX T
>-Original Message- >From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] >Sent: Wednesday, November 25, 2015 7:08 PM > >2015-11-25 19:03, Daniel Mrzyglod: >> definition of 'AF_INET' enum was missing - is available in >> >> Signed-off-by: Daniel Mrzyglod > >It is definitely the r

[dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation

2015-11-25 Thread Thomas Monjalon
2015-11-25 19:03, Daniel Mrzyglod: > definition of 'AF_INET' enum was missing - is available in > > Signed-off-by: Daniel Mrzyglod It is definitely the right fix as Ferruh submitted the same one less than one hour ago. Should we understand it is an ack? It seems Ferruh was hesitating about the

[dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation

2015-11-25 Thread Daniel Mrzyglod
definition of 'AF_INET' enum was missing - is available in Signed-off-by: Daniel Mrzyglod --- examples/bond/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/bond/main.c b/examples/bond/main.c index 4622283..53bd044 100644 --- a/examples/bond/main.c +++ b/examples/bond/main.c