From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ivshmem: remove integration in dpdk Date: Tue, 23 Aug 2016 12:24:58 +0200 Message-ID: <10112181.yJSAnQDpNs@xps13> References: <1469795316-31740-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Burakov, Anatoly" , dev@dpdk.org To: David Marchand Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 51F94275D for ; Tue, 23 Aug 2016 12:46:02 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id q128so157607173wma.1 for ; Tue, 23 Aug 2016 03:46:02 -0700 (PDT) In-Reply-To: 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" > > Following discussions on the mailing list [1] and since nobody stood up to > > implement the necessary cleanups, here is the ivshmem integration removal. > > > > There is not much to say about this patch, a lot of code is being removed. > > The default configuration file for packet_ordering example is replaced with > > the "native" x86 file. > > The only tricky part is in eal_memory with the memseg index stuff. > > > > More cleanups can be done after this but will come in subsequent patchsets. > > > > [1]: http://dpdk.org/ml/archives/dev/2016-June/040844.html > > > > Signed-off-by: David Marchand > > Acked-by: Anatoly Burakov Applied, thanks for the big cleanup