From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id C54112BFF for ; Wed, 1 Mar 2017 12:11:59 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from shahafs@mellanox.com) with ESMTPS (AES256-SHA encrypted); 1 Mar 2017 13:11:57 +0200 Received: from arch010.mtl.labs.mlnx (arch010.mtl.labs.mlnx [10.7.12.210]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id v21BBu0e011832; Wed, 1 Mar 2017 13:11:56 +0200 Received: from arch010.mtl.labs.mlnx (localhost [127.0.0.1]) by arch010.mtl.labs.mlnx (8.14.7/8.14.7) with ESMTP id v21BBuwU051679; Wed, 1 Mar 2017 13:11:56 +0200 Received: (from root@localhost) by arch010.mtl.labs.mlnx (8.14.7/8.14.7/Submit) id v21BBrPw051677; Wed, 1 Mar 2017 13:11:53 +0200 From: Shahaf Shuler To: nelio.laranjeiro@6wind.com, adrien.mazarguil@6wind.com Cc: dev@dpdk.org Date: Wed, 1 Mar 2017 13:11:41 +0200 Message-Id: <1488366702-51373-1-git-send-email-shahafs@mellanox.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1487779800-46491-1-git-send-email-shahafs@mellanox.com> References: <1487779800-46491-1-git-send-email-shahafs@mellanox.com> Subject: [dpdk-dev] [PATCH v2 0/1] net/mlx5: add TSO support 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: Wed, 01 Mar 2017 11:12:00 -0000 on v2: * Suppressed patches: [PATCH 1/4] ethdev: add Tx offload limitations. [PATCH 2/4] ethdev: add TSO disable flag. [PATCH 3/4] app/testpmd: add TSO disable to test options. * The changes introduced on the above conflict with tx_prepare API and break ABI. A proposal to disable by default optional offloads and a way to reflect HW offloads limitations to application will be addressed on different commit. * TSO support modification [PATCH v2 1/1] net/mlx5: add hardware TSO support