DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation
@ 2015-11-25 18:03 Daniel Mrzyglod
  2015-11-25 18:08 ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Mrzyglod @ 2015-11-25 18:03 UTC (permalink / raw)
  To: dev

definition of 'AF_INET' enum was missing - is available in <sys/socket.h>

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
---
 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
@@ -33,6 +33,7 @@
 
 #include <stdint.h>
 #include <sys/queue.h>
+#include <sys/socket.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
-- 
2.5.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation
  2015-11-25 18:03 [dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation Daniel Mrzyglod
@ 2015-11-25 18:08 ` Thomas Monjalon
  2015-11-26  9:55   ` Mrzyglod, DanielX T
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2015-11-25 18:08 UTC (permalink / raw)
  To: Daniel Mrzyglod; +Cc: dev

2015-11-25 19:03, Daniel Mrzyglod:
> definition of 'AF_INET' enum was missing - is available in <sys/socket.h>
> 
> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>

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 line where inserting the
include. I would say I prefer your choice :)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation
  2015-11-25 18:08 ` Thomas Monjalon
@ 2015-11-26  9:55   ` Mrzyglod, DanielX T
  2015-12-02 10:53     ` Ferruh Yigit
  0 siblings, 1 reply; 5+ messages in thread
From: Mrzyglod, DanielX T @ 2015-11-26  9:55 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev



>-----Original Message-----
>From: Thomas Monjalon [mailto:thomas.monjalon@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 <sys/socket.h>
>>
>> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
>
>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 line where inserting the
>include. I would say I prefer your choice :)

I acked Ferruh patch. I didn't notice he send patch first.
You can combine both patches :> He has much better description :>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation
  2015-11-26  9:55   ` Mrzyglod, DanielX T
@ 2015-12-02 10:53     ` Ferruh Yigit
  2015-12-07  1:40       ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2015-12-02 10:53 UTC (permalink / raw)
  To: Mrzyglod, DanielX T; +Cc: dev

On Thu, Nov 26, 2015 at 09:55:17AM +0000, Mrzyglod, DanielX T wrote:
> 
> 
> >-----Original Message-----
> >From: Thomas Monjalon [mailto:thomas.monjalon@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 <sys/socket.h>
> >>
> >> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
> >
> >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 line where inserting the
> >include. I would say I prefer your choice :)
> 
> I acked Ferruh patch. I didn't notice he send patch first.
> You can combine both patches :> He has much better description :>

Thomas said he prefer this one, let's use this one.

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation
  2015-12-02 10:53     ` Ferruh Yigit
@ 2015-12-07  1:40       ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2015-12-07  1:40 UTC (permalink / raw)
  To: Ferruh Yigit, Mrzyglod, DanielX T; +Cc: dev

2015-12-02 10:53, Ferruh Yigit:
> On Thu, Nov 26, 2015 at 09:55:17AM +0000, Mrzyglod, DanielX T wrote:
> > 
> > 
> > >-----Original Message-----
> > >From: Thomas Monjalon [mailto:thomas.monjalon@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 <sys/socket.h>
> > >>
> > >> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
> > >
> > >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 line where inserting the
> > >include. I would say I prefer your choice :)
> > 
> > I acked Ferruh patch. I didn't notice he send patch first.
> > You can combine both patches :> He has much better description :>
> 
> Thomas said he prefer this one, let's use this one.
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-07  1:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-25 18:03 [dpdk-dev] [PATCH] examples/bond: add header to support freebsd compilation Daniel Mrzyglod
2015-11-25 18:08 ` Thomas Monjalon
2015-11-26  9:55   ` Mrzyglod, DanielX T
2015-12-02 10:53     ` Ferruh Yigit
2015-12-07  1:40       ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).