Re: [ceph-users] Can't configure ceph with dpdk

2016-07-07 Thread 席智勇
very appreciate~

2016-07-07 14:18 GMT+08:00 Haomai Wang :

> Previously dpdk plugin only support cmake.
>
> Currently I'm working on split that PR into multi clean PR to let
> merge. So previous PR isn't on my work list. plz move on the following
> changes
>
> On Thu, Jul 7, 2016 at 1:25 PM, 席智勇  wrote:
> > I copy rte_config.h to /usr/include/ and it can pass the ./configure,
> when
> > did 'make', meet the error of these:
> >
> >   CXXLDlibcommon_crc.la
> > ../libtool: line 6000: cd: yes/lib: No such file or directory
> > libtool: link: cannot determine absolute directory name of `yes/lib'
> > Makefile:13645: recipe for target 'libcommon_crc.la' failed
> > make[3]: *** [libcommon_crc.la] Error 1
> > make[3]: *** Waiting for unfinished jobs
> >
> >
> >
> > 2016-07-07 9:04 GMT+08:00 席智勇 :
> >>
> >> Hi haomai:
> >>
> >> I noticed your PR about support DPDK by Ceph:
> >>
> >> https://github.com/ceph/ceph/pull/9230
> >>
> >> It's great job for Ceph.
> >>
> >> I want to do some test base on the PR, but can not use it still.First I
> >> can not find the package for dpdk on debian/ubuntu, So I download the
> source
> >> code of dpdk and compile it, and I can run the example within DPDK
> although
> >> there has been some problem. Then I compile Ceph, configure it with
> option
> >> '--with-dpdk', it aways report some errors about can not find header
> files
> >> like 'rte_config.h', actually it is in '/usr/include/dpdk/'.
> >>
> >> Whether it is the problem of compile and install of dpdk,so ceph cannot
> >> find it or problem about ceph with dpdk.
> >>
> >> Looking forward your tips or advice by anyone else.
> >>
> >>
> >> best regards~
> >>
> >> zhiyong
> >
> >
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Can't configure ceph with dpdk

2016-07-07 Thread Haomai Wang
Previously dpdk plugin only support cmake.

Currently I'm working on split that PR into multi clean PR to let
merge. So previous PR isn't on my work list. plz move on the following
changes

On Thu, Jul 7, 2016 at 1:25 PM, 席智勇  wrote:
> I copy rte_config.h to /usr/include/ and it can pass the ./configure, when
> did 'make', meet the error of these:
>
>   CXXLDlibcommon_crc.la
> ../libtool: line 6000: cd: yes/lib: No such file or directory
> libtool: link: cannot determine absolute directory name of `yes/lib'
> Makefile:13645: recipe for target 'libcommon_crc.la' failed
> make[3]: *** [libcommon_crc.la] Error 1
> make[3]: *** Waiting for unfinished jobs
>
>
>
> 2016-07-07 9:04 GMT+08:00 席智勇 :
>>
>> Hi haomai:
>>
>> I noticed your PR about support DPDK by Ceph:
>>
>> https://github.com/ceph/ceph/pull/9230
>>
>> It's great job for Ceph.
>>
>> I want to do some test base on the PR, but can not use it still.First I
>> can not find the package for dpdk on debian/ubuntu, So I download the source
>> code of dpdk and compile it, and I can run the example within DPDK although
>> there has been some problem. Then I compile Ceph, configure it with option
>> '--with-dpdk', it aways report some errors about can not find header files
>> like 'rte_config.h', actually it is in '/usr/include/dpdk/'.
>>
>> Whether it is the problem of compile and install of dpdk,so ceph cannot
>> find it or problem about ceph with dpdk.
>>
>> Looking forward your tips or advice by anyone else.
>>
>>
>> best regards~
>>
>> zhiyong
>
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Can't configure ceph with dpdk

2016-07-06 Thread 席智勇
I copy rte_config.h to /usr/include/ and it can pass the ./configure, when
did 'make', meet the error of these:

  CXXLDlibcommon_crc.la
../libtool: line 6000: cd: yes/lib: No such file or directory
libtool: link: cannot determine absolute directory name of `yes/lib'
Makefile:13645: recipe for target 'libcommon_crc.la' failed
make[3]: *** [libcommon_crc.la] Error 1
make[3]: *** Waiting for unfinished jobs



2016-07-07 9:04 GMT+08:00 席智勇 :

> Hi haomai:
>
> I noticed your PR about support DPDK by Ceph:
>
> https://github.com/ceph/ceph/pull/9230
>
> It's great job for Ceph.
>
> I want to do some test base on the PR, but can not use it still.First I
> can not find the package for dpdk on debian/ubuntu, So I download the
> source code of dpdk and compile it, and I can run the example within
> DPDK although there has been some problem. Then I compile Ceph, configure
> it with option '--with-dpdk', it aways report some errors about can not
> find header files like 'rte_config.h', actually it is in
> '/usr/include/dpdk/'.
>
> Whether it is the problem of compile and install of dpdk,so ceph cannot
> find it or problem about ceph with dpdk.
>
> Looking forward your tips or advice by anyone else.
>
>
> best regards~
>
> zhiyong
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] Can't configure ceph with dpdk

2016-07-06 Thread 席智勇
Hi haomai:

I noticed your PR about support DPDK by Ceph:

https://github.com/ceph/ceph/pull/9230

It's great job for Ceph.

I want to do some test base on the PR, but can not use it still.First I can
not find the package for dpdk on debian/ubuntu, So I download the source
code of dpdk and compile it, and I can run the example within DPDK although
there has been some problem. Then I compile Ceph, configure it with option
'--with-dpdk', it aways report some errors about can not find header files
like 'rte_config.h', actually it is in '/usr/include/dpdk/'.

Whether it is the problem of compile and install of dpdk,so ceph cannot
find it or problem about ceph with dpdk.

Looking forward your tips or advice by anyone else.


best regards~

zhiyong
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com