From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by dpdk.org (Postfix) with ESMTP id 893041B2B6 for ; Wed, 17 Jan 2018 18:30:38 +0100 (CET) Received: by mail-wr0-f195.google.com with SMTP id 100so19724453wrb.7 for ; Wed, 17 Jan 2018 09:30:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=d89z+f5yigP5nyIycogVxYK3WMd+/XU858aiBnQHvkk=; b=MSKtawhx6ddafMIE/QRXYOOj7DrT87zGb2Q4EyxHxIfn/epxLVQ4TpzCBTVWjjAREs fFMuz4v9gseeTEvWR2JQsEDrPBhBbZHV4JhAEIB6JiEbUKziZg20h/ery69xblSbiRly afueBB4+a8HrLbLl7bGUa00uKhQD9F0d+dA8vY7D3jwbVBOjuQadl9Nmh9oi09pXKoTm CcxdjctvBnBg3LFypeCjph8A2zMCkr0ei32Aj1RIUx7TwdBzfdXxovI19P96zRYh+vM1 CmXpi7lwNLhLeccrbaFUaSZHusUS7ymWllwEwEZUS6X9PoDAQYyWBA4Je2/tfMyAEBwg PbpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=d89z+f5yigP5nyIycogVxYK3WMd+/XU858aiBnQHvkk=; b=uU3QPhbAXbVleAHzpvGXrWUaydwIk1+j4+WSgPjpeo8hIFEvFsuAhgWPOEWmWH/HHw TyX8754qa4U07DqaEEhF9QqGjbDBuxxJZmF0N2Gm53TcBRK04ITONoipb9PAPSDPGleG ZLQjynd2e+23BGj/427hS88XFcB/ugr3tMb6wkbc1Wi5ZurmpiK6KvzA7C9D4i1fN8md aTPbGlWXytfjM8oeHW3eIHPPgxZqkDEbS02cVKOD/IkCisR7IRugmHicgTcJeIaN5/VU a25f/loXPBApwlz7poPJXc+aQUKAztNu5yturDC1Z6rGxHEDIhuYmW5NqPGPenj92CcV EUOw== X-Gm-Message-State: AKwxytfwFKYC1JBirUhFiUeCbWuaE7norJO5enIyOiHSgJeLptjFMZiG CWGJU3nsayVjA13zGmp/AeXDVA== X-Google-Smtp-Source: ACJfBovqdNOYnEhz4J7ihU/V0KDJkqyHgx+/2hb5J8mj1krquhjJebEyYPiPKsX3oFEBWGfrgnkeog== X-Received: by 10.223.141.235 with SMTP id o98mr3219602wrb.39.1516210238010; Wed, 17 Jan 2018 09:30:38 -0800 (PST) Received: from bidouze.vm.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id v80sm796419wmv.17.2018.01.17.09.30.36 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 17 Jan 2018 09:30:37 -0800 (PST) Date: Wed, 17 Jan 2018 18:30:24 +0100 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet To: Moti Haimovsky Cc: ferruh.yigit@intel.com, stephen@networkplumber.org, dev@dpdk.org Message-ID: <20180117173024.pt3lctiu4uug2iyh@bidouze.vm.6wind.com> References: <1515595223-36144-1-git-send-email-motih@mellanox.com> <1516199413-134187-1-git-send-email-motih@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1516199413-134187-1-git-send-email-motih@mellanox.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v4 1/2] net/failsafe: use new Tx offloads API 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, 17 Jan 2018 17:30:38 -0000 Hi Moti, On Wed, Jan 17, 2018 at 04:30:12PM +0200, Moti Haimovsky wrote: > Ethdev Tx offloads API has changed since: > commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") > This commit adds support for the new Tx offloads API. > > Signed-off-by: Moti Haimovsky > --- > V4: > Modifications according to inputs from Gaetan Rivet in reply to > 1515595223-36144-1-git-send-email-motih@mellanox.com > > V3: > Modifications according to inputs from Stephen Hemminger > * Removed unnecessary initialization of tx_queue_offload_capa > > V2: > * Fixed coding style warnings. For both patches: Acked-by: Gaetan Rivet -- Gaëtan Rivet 6WIND