From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v1] net/failsafe: add TCP TSO default Tx capability Date: Tue, 24 Apr 2018 13:49:11 +0100 Message-ID: <794b15a8-ba6b-6ece-94f8-44684b8a728c@intel.com> References: <1523341020-4534-1-git-send-email-ophirmu@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , Olga Shern , Pascal Mazon To: Ophir Munk , dev@dpdk.org, Gaetan Rivet Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 028EF2B92 for ; Tue, 24 Apr 2018 14:49:14 +0200 (CEST) In-Reply-To: <1523341020-4534-1-git-send-email-ophirmu@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" On 4/10/2018 7:17 AM, Ophir Munk wrote: > Add DEV_TX_OFFLOAD_TCP_TSO to failsafe Tx offload default capabilities. > The net result of failsafe Tx capabilities is the logical AND of Tx > capabilities among all failsafe sub_devices and failsafe own default > capabilities. > > Signed-off-by: Ophir Munk Applied to dpdk-next-net/master, thanks.