From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A1DBF2C27 for ; Fri, 31 Mar 2017 16:18:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490969898; x=1522505898; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=d/Oei6vLiURrFU7N5R3EVlcqqIrK0IO9o9c9OdDeTqE=; b=q4FaGqYAT9/JRqgLfyTH+ZSFuNZGHxz43A96qM/4jZ3oAfWjGkM5k7md KY0HvI0J7MkAOrZYQJvZvlHu67zxZg==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 07:18:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,252,1486454400"; d="scan'208";a="82728696" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga005.fm.intel.com with ESMTP; 31 Mar 2017 07:18:17 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX152.ger.corp.intel.com ([169.254.6.231]) with mapi id 14.03.0319.002; Fri, 31 Mar 2017 15:18:15 +0100 From: "Dumitrescu, Cristian" To: Andriy Berestovskyy CC: "dev@dpdk.org" Thread-Topic: [PATCH 3/5] port: use mbuf alloc bulk instead of mempool Thread-Index: AQHSqiPrVyOXt19Ihk6hu6okKZzcnaGu/urQ Date: Fri, 31 Mar 2017 14:18:15 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891265278456F@IRSMSX108.ger.corp.intel.com> References: <1490967396-2240-1-git-send-email-Andriy.Berestovskyy@caviumnetworks.com> <1490967396-2240-3-git-send-email-Andriy.Berestovskyy@caviumnetworks.com> In-Reply-To: <1490967396-2240-3-git-send-email-Andriy.Berestovskyy@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzFlYTY2NjQtZTUwNy00ZjVkLThhM2YtNDk5NWU1MmJjOGE2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InZ2M1YxQWtqQzJYS0d6Wks1ZFJ2YVIxYUpQMXhxcGtpUXY0WUFSSzlMdlE9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 3/5] port: use mbuf alloc bulk instead of mempool X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 14:18:19 -0000 > -----Original Message----- > From: Andriy Berestovskyy > [mailto:Andriy.Berestovskyy@caviumnetworks.com] > Sent: Friday, March 31, 2017 2:37 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: [PATCH 3/5] port: use mbuf alloc bulk instead of mempool >=20 > Makes code a bit cleaner and type-aware. >=20 > Signed-off-by: Andriy Berestovskyy > > --- Acked-by: Cristian Dumitrescu