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 2573F5F12 for ; Tue, 27 Feb 2018 14:11:30 +0100 (CET) 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-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 13C13B8005A for ; Tue, 27 Feb 2018 13:11:29 +0000 (UTC) Received: from sfocexch01r.SolarFlarecom.com (10.20.40.34) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Tue, 27 Feb 2018 05:11:26 -0800 Received: from ocex03.SolarFlarecom.com (10.20.40.36) by sfocexch01r.SolarFlarecom.com (10.20.40.34) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Tue, 27 Feb 2018 05:11:24 -0800 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, 27 Feb 2018 05:11:24 -0800 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 w1RDBNVJ023478 for ; Tue, 27 Feb 2018 13:11:23 GMT 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 w1RDBNcX007251 for ; Tue, 27 Feb 2018 13:11:23 GMT From: Andrew Rybchenko To: Date: Tue, 27 Feb 2018 13:11:17 +0000 Message-ID: <1519737080-7212-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: 1519737089-iRl2taK6mPbF Subject: [dpdk-dev] [PATCH 00/3] net/sfc: support drop action in flow 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: Tue, 27 Feb 2018 13:11:30 -0000 Update base driver and the PMD itself to support drop action in flow API. It should be applied on top of [1]. [1] http://dpdk.org/ml/archives/dev/2018-February/091530.html Andrew Rybchenko (1): doc: add flow API drop action support to net/sfc Roman Zhukov (2): net/sfc/base: support drop filters on EF10 family NICs net/sfc: support DROP action in flow API doc/guides/nics/sfc_efx.rst | 2 ++ doc/guides/rel_notes/release_18_05.rst | 1 + drivers/net/sfc/base/ef10_filter.c | 13 +++++++++---- drivers/net/sfc/sfc_flow.c | 7 +++++++ 4 files changed, 19 insertions(+), 4 deletions(-) -- 2.7.4