From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 090B7214A for ; Wed, 27 Apr 2016 04:26:01 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 26 Apr 2016 19:26:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,539,1455004800"; d="scan'208";a="940962019" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 26 Apr 2016 19:26:01 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 26 Apr 2016 19:25:59 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 26 Apr 2016 19:25:54 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.229]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.184]) with mapi id 14.03.0248.002; Wed, 27 Apr 2016 10:25:53 +0800 From: "Zhang, Helin" To: "Yigit, Ferruh" , "dev@dpdk.org" Thread-Topic: [PATCH v2] kni: add chained mbufs support Thread-Index: AQHRn7iIb29/9aBwC06djHs+kIMfE5+dGKHw Date: Wed, 27 Apr 2016 02:25:53 +0000 Message-ID: References: <571F2138.2000001@intel.com> <1461674278-21473-1-git-send-email-ferruh.yigit@intel.com> In-Reply-To: <1461674278-21473-1-git-send-email-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzAyNTIwYTEtYmUwNS00ZmYwLTk0NTAtZDA5Yzk3NjBjZTFmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkZZVDZQUTEwNFROOVVKa1RORHNlY01acFNrSFBWU3hKSVRYZlZKVURiTEk9In0= x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] kni: add chained mbufs support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 02:26:02 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, April 26, 2016 8:38 PM > To: dev@dpdk.org > Cc: Zhang, Helin ; Yigit, Ferruh > Subject: [PATCH v2] kni: add chained mbufs support >=20 > rx_q fifo may have chained mbufs, merge them into single skb before handi= ng to > the network stack. >=20 > Signed-off-by: Ferruh Yigit Acked-by: Helin Zhang