From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 4FC83AAD9 for ; Tue, 8 May 2018 17:04:41 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (webmail.solarflare.com [12.187.104.26]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1-us4.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id E6032B40059; Tue, 8 May 2018 15:04:36 +0000 (UTC) Received: from ocex03.SolarFlarecom.com (10.20.40.36) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Tue, 8 May 2018 08:04:33 -0700 Received: from opal.uk.solarflarecom.com (10.17.10.1) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25 via Frontend Transport; Tue, 8 May 2018 08:04:33 -0700 Received: from uklogin.uk.solarflarecom.com (uklogin.uk.solarflarecom.com [10.17.10.10]) by opal.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id w48F4WeX008073; Tue, 8 May 2018 16:04:32 +0100 Received: from uklogin.uk.solarflarecom.com (localhost.localdomain [127.0.0.1]) by uklogin.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id w48F4WFx025307; Tue, 8 May 2018 16:04:32 +0100 From: Andrew Rybchenko To: CC: Ferruh Yigit , Wei Dai Date: Tue, 8 May 2018 16:04:21 +0100 Message-ID: <1525791864-25269-1-git-send-email-arybchenko@solarflare.com> X-Mailer: git-send-email 1.8.2.3 MIME-Version: 1.0 Content-Type: text/plain X-MDID: 1525791877-piaJhVIQYPVN Subject: [dpdk-dev] [PATCH 0/3] net/sfc: fix Rx/Tx offload checks 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: Tue, 08 May 2018 15:04:41 -0000 The patch series applies net/sfc review notes in [1]. Feel free to sqaush these fixes into [1] on apply. Fixes reference is incorrect (since [1] is not applied yet) and provided just as a hint. [1] https://dpdk.org/ml/archives/dev/2018-May/100465.html Andrew Rybchenko (3): net/sfc: avoid Rx/Tx queue init prototype changes net/sfc: rely on supported device Tx offload check in ethdev net/sfc: rely on supported device Rx offload check in ethdev drivers/net/sfc/sfc_ethdev.c | 9 ++------- drivers/net/sfc/sfc_rx.c | 31 ++++--------------------------- drivers/net/sfc/sfc_rx.h | 3 +-- drivers/net/sfc/sfc_tx.c | 31 ++++--------------------------- drivers/net/sfc/sfc_tx.h | 3 +-- 5 files changed, 12 insertions(+), 65 deletions(-) -- 2.17.0