From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: remove single file segments related code Date: Fri, 23 Sep 2016 10:50:06 +0200 Message-ID: <3786074.FTf50R74LC@xps13> References: <1474614646-23648-1-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, David Marchand To: Yuanhan Liu Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 62794569F for ; Fri, 23 Sep 2016 10:50:09 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id l132so17124476wmf.1 for ; Fri, 23 Sep 2016 01:50:09 -0700 (PDT) In-Reply-To: <1474614646-23648-1-git-send-email-yuanhan.liu@linux.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 mistake. We thought it is used by container use case.