From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: [PATCH 0/4] net/mlx5 add TSO support Date: Wed, 22 Feb 2017 18:09:56 +0200 Message-ID: <1487779800-46491-1-git-send-email-shahafs@mellanox.com> Cc: dev@dpdk.org To: adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com, thomas.monjalon@6wind.com, jingjing.wu@intel.com Return-path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 8BB7B378B for ; Wed, 22 Feb 2017 17:10:22 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset adds support for hardware TSO on mlx5 PMD. * Patches 1/4 and 2/4 adds TSO flags and capabilities to ethdev layer. * Patch 3/4 adds support for the flag introduced in patch 2/4. This patch also simplifies the testing of patch 4/4. * Patch 4/4 implement support for hardware TSO and demonstrate the use of patches 1/2 and 2/2. [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 [PATCH 4/4] net/mlx5: add hardware TSO support