From patchwork Fri Jul 3 02:23:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hyong Youb Kim (hyonkim)" X-Patchwork-Id: 72918 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D953BA0519; Fri, 3 Jul 2020 04:24:01 +0200 (CEST) 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 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(+)