DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Error in compiling Intel DPDK in FreeBSD with IVSHMEM
       [not found]     ` <20FA96CBE1A24D4191A5EABB5763AB0BBB3367@POCITMSEXMB06.LntUniverse.com>
@ 2014-08-27  8:13       ` Abdul Rasheed Shaik
  2014-08-27 10:22         ` Bruce Richardson
  0 siblings, 1 reply; 2+ messages in thread
From: Abdul Rasheed Shaik @ 2014-08-27  8:13 UTC (permalink / raw)
  To: dev


Hello,

DPDK doesnt compile with MACHINE---> ivshmem.

I tried to compile DPDK on FreeBSD Guest machine.
gmake install T=x86_64-ivshmem-bsdapp-gcc CC=gcc48
I get the following error
,,,
,,,
Build app
Build app/test
CC test_ivshmem.o
/root/dpdk-1.7.0/app/test/test_ivshmem.c:49:25: fatal error:rte_ivshmem.h:No such file or directory
#include
^
compilation terminated.

Created a new target environment using the following:
cp config/defconfig_x86_64-ivshmem-linuxapp-gcc config/defconfig_x86_64-ivshmem-bsdapp-gcc

Please let me know if there is support in FreeBSD to compile with TARGET as x86_64-ivshmem-bsdapp-gcc.

Thanks & Regards,
Abdul Rasheed

L&T Technology Services Ltd

www.LntTechservices.com<http://www.lnttechservices.com/>

This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

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

* Re: [dpdk-dev] Error in compiling Intel DPDK in FreeBSD with IVSHMEM
  2014-08-27  8:13       ` [dpdk-dev] Error in compiling Intel DPDK in FreeBSD with IVSHMEM Abdul Rasheed Shaik
@ 2014-08-27 10:22         ` Bruce Richardson
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Richardson @ 2014-08-27 10:22 UTC (permalink / raw)
  To: Abdul Rasheed Shaik; +Cc: dev

On Wed, Aug 27, 2014 at 08:13:59AM +0000, Abdul Rasheed Shaik wrote:
> 
> Hello,
> 
> DPDK doesnt compile with MACHINE---> ivshmem.
> 
> I tried to compile DPDK on FreeBSD Guest machine.
> gmake install T=x86_64-ivshmem-bsdapp-gcc CC=gcc48
> I get the following error
> ,,,
> ,,,
> Build app
> Build app/test
> CC test_ivshmem.o
> /root/dpdk-1.7.0/app/test/test_ivshmem.c:49:25: fatal error:rte_ivshmem.h:No such file or directory
> #include
> ^
> compilation terminated.
> 
> Created a new target environment using the following:
> cp config/defconfig_x86_64-ivshmem-linuxapp-gcc config/defconfig_x86_64-ivshmem-bsdapp-gcc
> 
> Please let me know if there is support in FreeBSD to compile with TARGET as x86_64-ivshmem-bsdapp-gcc.
>

This is not something that is currently supported, as it relies upon a specific way of setting up the memory. Memory setup is very different on BSD vs Linux - Linux targets use the hugetlbfs filesystem, while BSD ones rely on a separate kernel module to reserve large blocks of memory from the kernel at boot time.
 
> Thanks & Regards,
> Abdul Rasheed
> 
> L&T Technology Services Ltd
> 
> www.LntTechservices.com<http://www.lnttechservices.com/>
> 
> This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

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

end of thread, other threads:[~2014-08-27 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <AF3245DCB905C54DAE127D81D2B5B2EE2AF753@POCITMSEXMB06.LntUniverse.com>
     [not found] ` <AF3245DCB905C54DAE127D81D2B5B2EE2AF7FD@POCITMSEXMB06.LntUniverse.com>
     [not found]   ` <20FA96CBE1A24D4191A5EABB5763AB0BBB32F0@POCITMSEXMB06.LntUniverse.com>
     [not found]     ` <20FA96CBE1A24D4191A5EABB5763AB0BBB3367@POCITMSEXMB06.LntUniverse.com>
2014-08-27  8:13       ` [dpdk-dev] Error in compiling Intel DPDK in FreeBSD with IVSHMEM Abdul Rasheed Shaik
2014-08-27 10:22         ` Bruce Richardson

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).