From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] kni: add chained mbufs support Date: Fri, 29 Apr 2016 16:29:38 +0200 Message-ID: <23993898.2eQiDlQvkX@xps13> References: <571F2138.2000001@intel.com> <1461674278-21473-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Zhang, Helin" To: "Yigit, Ferruh" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 44E25475D for ; Fri, 29 Apr 2016 16:29:40 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id n129so30103973wmn.1 for ; Fri, 29 Apr 2016 07:29:40 -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" > > rx_q fifo may have chained mbufs, merge them into single skb before handing to > > the network stack. > > > > Signed-off-by: Ferruh Yigit > Acked-by: Helin Zhang Applied, thanks