From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: Re: [PATCH v2 1/2] net/mlx5: add enhanced multi-packet send for ConnectX-5 Date: Wed, 15 Mar 2017 07:28:53 +0000 Message-ID: References: <20170310231334.2457-1-yskoh@mellanox.com> <20170310231334.2457-2-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , Adrien Mazarguil , =?iso-8859-1?Q?N=E9lio_Laranjeiro?= , Yongseok Koh To: Yongseok Koh , "ferruh.yigit@intel.com" Return-path: Received: from EUR03-VE1-obe.outbound.protection.outlook.com (mail-eopbgr50055.outbound.protection.outlook.com [40.107.5.55]) by dpdk.org (Postfix) with ESMTP id 81C741396 for ; Wed, 15 Mar 2017 08:28:54 +0100 (CET) In-Reply-To: <20170310231334.2457-2-yskoh@mellanox.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Saturday, March 11, 2017 1:14 AM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH v2 1/2] net/mlx5: add enhanced multi-packet > send for ConnectX-5 >=20 > ConnectX-5 supports enhanced version of multi-packet send (MPS). An MPS > Tx descriptor can carry multiple packets either by including pointers of > packets or by inlining packets. Inlining packet data can be helpful to be= tter > utilize PCIe bandwidth. In addition, Enhanced MPS supports hybrid mode - > mixing inlined packets and pointers in a descriptor. This feature is enab= led by > default if supported by HW. >=20 > Signed-off-by: Yongseok Koh Acked-by: Shahaf Shuler [...]