From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7298DC433E0 for ; Fri, 3 Jul 2020 02:24:02 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 1102620781 for ; Fri, 3 Jul 2020 02:24:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=cisco.com header.i=@cisco.com header.b="M2vkj7tJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1102620781 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=cisco.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EDD231D6CF; Fri, 3 Jul 2020 04:24:00 +0200 (CEST) Received: from rcdn-iport-8.cisco.com (rcdn-iport-8.cisco.com [173.37.86.79]) by dpdk.org (Postfix) with ESMTP id B6D531D69F for ; Fri, 3 Jul 2020 04:23:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=609; q=dns/txt; s=iport; t=1593743039; x=1594952639; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=sZ6anddFVr/ATvxq+8Hq94qd8bAUOcT/4bPTaVgSzSQ=; b=M2vkj7tJUTM8PjU/VzS9wfDvY1dht+nP03+eywTwya+WIFVgijVjIOtU osmx4JrD1V3QF4yaqxmZ2YtI7lAxpWjSxnniR04MCOjcLNb6q/mzx/fCM YYHROHbq/bWLVG80nomcKHbtw4YWho2SF7dLkxEkt1jInTQpqA+CDczxK s=; X-IronPort-AV: E=Sophos;i="5.75,306,1589241600"; d="scan'208";a="792411140" Received: from rcdn-core-1.cisco.com ([173.37.93.152]) by rcdn-iport-8.cisco.com with ESMTP/TLS/DHE-RSA-SEED-SHA; 03 Jul 2020 02:23:58 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by rcdn-core-1.cisco.com (8.15.2/8.15.2) with ESMTP id 0632Nwav020162; Fri, 3 Jul 2020 02:23:58 GMT Received: by cisco.com (Postfix, from userid 508933) id 3AFFE20F2005; Thu, 2 Jul 2020 19:23:58 -0700 (PDT) From: Hyong Youb Kim To: Ferruh Yigit Cc: dev@dpdk.org, Hyong Youb Kim Date: Thu, 2 Jul 2020 19:23:49 -0700 Message-Id: <20200703022351.17172-1-hyonkim@cisco.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Outbound-SMTP-Client: 10.193.184.48, savbu-usnic-a.cisco.com X-Outbound-Node: rcdn-core-1.cisco.com Subject: [dpdk-dev] [PATCH 0/2] net/enic: minor flow manager changes 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series enables VLAN push/pop actions. The first patch adds code to translate rte_flow push/pop actions to flow manager actions. The second patch extends the debug-print function to print recently added flow manager actions, including the ones used by the first patch. Thanks. -Hyong Hyong Youb Kim (2): net/enic: support VLAN push and pop flow actions net/enic: add new flow manager actions to the dump function doc/guides/rel_notes/release_20_08.rst | 3 ++ drivers/net/enic/enic_fm_flow.c | 68 ++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) -- 2.26.2