From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 6CEF81B2BE for ; Fri, 19 Jan 2018 11:33:57 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id v123so2517798wmd.5 for ; Fri, 19 Jan 2018 02:33:57 -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=XvKPZoyuVoC0BpUyJEcHk/GHNiHYAi9/VrHFAFSCmXQ=; b=hYGWouPletN4zNJ5Q9rnOPJX7FKi/shB0qPism5opul8x9Cul6ukP1ZnIIKoUIsj10 Km4Gouvr+slgzYdEI/UHibYSTe90pxletU7O2yQOpKKnob6STxpN+W7bUj3So3+EVEcl XemdPYF6H8NPUPh72jCMqpCph+QyyAiPYS9RArTj6JxmyjS88geVySb89uiJF454yrFN ze6CiODWI+iBLDpx5bzdIrmJwxNt9COqdEX3UiLdtU9V8XoEFngL+hHKj0DrpWz5S7PV mlqH7ainEQhrfuTZIgIueLfai47GGanqcT4vk79nMvN6uhuzJedJAH8e53DE4/K2+1hy x8jg== 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=XvKPZoyuVoC0BpUyJEcHk/GHNiHYAi9/VrHFAFSCmXQ=; b=igiuyea9e4MTSqusGsZlzakUfuKUILIlRrJhVK6INsi0himLadr+pdFrTOSJP9KEIW 6f9+/5SPH5mSf50/hoSByzYQWDfkNhJ99M3JlOWobpZXIVY2wD/Db9b3XBtYySnaBB7O y9z4HLuhwioiTPiZFyF5cnRInOP0CpCMzIlODmp9mPSF0MoFWAz1l6DATC/by3CBXKcs 7B6dkpGxKorb1NFHwv8y1oFoz604AU7c4Enlj+EYjqfuKeom1U9WpCC0ALSM8M84nJvM AN4yyQLDU2PMzVhxOs3S7NS57htcMlBpYotZ+QgYc8EGJOETtTgYvGMqGSGe5Ve0Arpl g91Q== X-Gm-Message-State: AKwxytdpabUe2UXxMaKUkexUAncrwKHWu+I9F+v/XUxjjQ+RjsM0zr2B jbAuAg2/pltegoQhqbMXdomp3q47 X-Google-Smtp-Source: ACJfBosZe9RIHDb7EDosNOtDnmKjVfKx3opw6Lwix/ugtELCYoUSwxSIfE5yptI+POlzDLsPbwpMww== X-Received: by 10.28.159.7 with SMTP id i7mr8004430wme.57.1516358036772; Fri, 19 Jan 2018 02:33:56 -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 u2sm12012483wrb.80.2018.01.19.02.33.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 19 Jan 2018 02:33:55 -0800 (PST) Date: Fri, 19 Jan 2018 11:33:43 +0100 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet To: Moti Haimovsky Cc: dev@dpdk.org, stable@dpdk.org Message-ID: <20180119103343.wuuygrq3vgbq23z3@bidouze.vm.6wind.com> References: <1516354968-13992-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: <1516354968-13992-1-git-send-email-motih@mellanox.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH] net/failsafe: fix default Rx offload capabilities 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: Fri, 19 Jan 2018 10:33:57 -0000 Hi Moti, On Fri, Jan 19, 2018 at 11:42:48AM +0200, Moti Haimovsky wrote: > This commit enhances the default Rx offload capabilities of the > failsafe device to initially support all possible capabilities. > This is done in order to support a wider range of Rx offloads > provided by different slave devices. > > Fixes: 2199a208232e ("net/failsafe: use new Rx offloads API") > Cc: stable@dpdk.org > > Signed-off-by: Moti Haimovsky Acked-by: Gaetan Rivet -- Gaëtan Rivet 6WIND