From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rami Rosen Subject: Re: [RFC v4] /net: memory interface (memif) Date: Thu, 21 Feb 2019 12:50:37 +0200 Message-ID: References: <20181213133051.18779-1-jgrajcia@cisco.com> <20190220115254.18724-1-jgrajcia@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: dev To: Jakub Grajciar Return-path: Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) by dpdk.org (Postfix) with ESMTP id 41D5E2B9C for ; Thu, 21 Feb 2019 11:50:49 +0100 (CET) Received: by mail-wm1-f41.google.com with SMTP id m1so9808148wml.2 for ; Thu, 21 Feb 2019 02:50:49 -0800 (PST) In-Reply-To: <20190220115254.18724-1-jgrajcia@cisco.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, +Shared memory packet interface (memif) PMD allows for DPDK and any other client +using memif (DPDK, VPP, libmemif) toc ommunicate using shared memory. Memif is +Linux only.s Minor nit. should be "to communicate" And Also Linux only.s => Linux only. Reviewed-by: Rami Rosen