[dpdk-dev] [PATCH] eal: remove single file segments related code

2016-10-03 Thread Thomas Monjalon
2016-09-30 15:48, Sergio Gonzalez Monroy: > On 30/09/2016 15:32, David Marchand wrote: > > On Fri, Sep 23, 2016 at 12:08 PM, Tan, Jianfeng > > wrote: > >>> -Original Message- > >>> From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > >>> Sent: Friday, September 23, 2016 5:15 PM > >

[dpdk-dev] [PATCH] eal: remove single file segments related code

2016-09-30 Thread David Marchand
On Fri, Sep 23, 2016 at 12:08 PM, Tan, Jianfeng wrote: >> -Original Message- >> From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] >> Sent: Friday, September 23, 2016 5:15 PM >> To: Thomas Monjalon >> Cc: dev at dpdk.org; David Marchand; Tan, Jianfeng >> Subject: Re: [PATCH] eal: r

[dpdk-dev] [PATCH] eal: remove single file segments related code

2016-09-30 Thread Sergio Gonzalez Monroy
On 30/09/2016 15:32, David Marchand wrote: > On Fri, Sep 23, 2016 at 12:08 PM, Tan, Jianfeng > wrote: >>> -Original Message- >>> From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] >>> Sent: Friday, September 23, 2016 5:15 PM >>> To: Thomas Monjalon >>> Cc: dev at dpdk.org; David Ma

[dpdk-dev] [PATCH] eal: remove single file segments related code

2016-09-23 Thread Yuanhan Liu
On Fri, Sep 23, 2016 at 10:50:06AM +0200, Thomas Monjalon wrote: > 2016-09-23 15:10, Yuanhan Liu: > > Commit c711ccb30987 ("ivshmem: remove library and its EAL integration") > > removed ivshmem support, but seems David forgot to remove the another > > piece of code: code for RTE_EAL_SINGLE_FILE_SEG

[dpdk-dev] [PATCH] eal: remove single file segments related code

2016-09-23 Thread Yuanhan Liu
Commit c711ccb30987 ("ivshmem: remove library and its EAL integration") removed ivshmem support, but seems David forgot to remove the another piece of code: code for RTE_EAL_SINGLE_FILE_SEGMENTS, which is introduced when ivshmem was firstly added. Now ivshmem was removed and a simple git grep show

[dpdk-dev] [PATCH] eal: remove single file segments related code

2016-09-23 Thread Thomas Monjalon
2016-09-23 15:10, Yuanhan Liu: > Commit c711ccb30987 ("ivshmem: remove library and its EAL integration") > removed ivshmem support, but seems David forgot to remove the another > piece of code: code for RTE_EAL_SINGLE_FILE_SEGMENTS, which is introduced > when ivshmem was firstly added. It is not a

[dpdk-dev] [PATCH] eal: remove single file segments related code

2016-09-23 Thread Tan, Jianfeng
> -Original Message- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Friday, September 23, 2016 5:15 PM > To: Thomas Monjalon > Cc: dev at dpdk.org; David Marchand; Tan, Jianfeng > Subject: Re: [PATCH] eal: remove single file segments related code > > On Fri, Sep 23,