Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix freebsd build error

2018-04-10 Thread Singh, Jasvinder
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, April 9, 2018 11:34 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian > Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix freebsd build error >

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix freebsd build error

2018-04-09 Thread Thomas Monjalon
09/04/2018 14:06, Jasvinder Singh: > IP_Pipeline app is not supported in FreeBSD environment. Therefore, > skip it while building the sample apps on FreeBSD. > > Fixes: 4bbf8e30aa5e ("examples/ip_pipeline: add CLI interface") > Fixes: 2f74ae28e23f ("examples/ip_pipeline: add tap object") > > Sign

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix freebsd build error

2018-04-09 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Monday, April 9, 2018 1:07 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/ip_pipeline: fix freebsd build error > > IP_Pipeline app is not supported in FreeBSD environment. Therefore, > skip it while buil

[dpdk-dev] [PATCH] examples/ip_pipeline: fix freebsd build error

2018-04-09 Thread Jasvinder Singh
IP_Pipeline app is not supported in FreeBSD environment. Therefore, skip it while building the sample apps on FreeBSD. Fixes: 4bbf8e30aa5e ("examples/ip_pipeline: add CLI interface") Fixes: 2f74ae28e23f ("examples/ip_pipeline: add tap object") Signed-off-by: Jasvinder Singh --- examples/ip_pipe

[dpdk-dev] [PATCH] examples/ip_pipeline: fix freeBSD build error

2016-10-25 Thread Thomas Monjalon
> > Error log: > > CC init.o > > examples/ip_pipeline/init.c:38:22: fatal error: linux/if.h: No such file or > > directory > > #include > > ^ > > Fixes: 3f2c9f3bb6c6 ("examples/ip_pipeline: add TAP port") > > > > Signed-off-by: Jasvinder Singh > > Acked-by: Cristian Dum

[dpdk-dev] [PATCH] examples/ip_pipeline: fix freeBSD build error

2016-10-18 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Monday, October 17, 2016 4:49 PM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/ip_pipeline: fix freeBSD build error > > Error log: > CC init.o > examples/ip_pipeline/init.c:38:22: fatal error: linux/i

[dpdk-dev] [PATCH] examples/ip_pipeline: fix freeBSD build error

2016-10-17 Thread Jasvinder Singh
Error log: CC init.o examples/ip_pipeline/init.c:38:22: fatal error: linux/if.h: No such file or directory #include ^ Fixes: 3f2c9f3bb6c6 ("examples/ip_pipeline: add TAP port") Signed-off-by: Jasvinder Singh --- examples/ip_pipeline/init.c | 16 1 file