From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B6769A04D6; Mon, 21 Sep 2020 18:12:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 119681D9E1; Mon, 21 Sep 2020 18:12:44 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 5A1671D974 for ; Mon, 21 Sep 2020 18:12:42 +0200 (CEST) IronPort-SDR: TCZt7k0dlNlJ+iYVGc3fkXkOa3WScEFFtEzgIQPlkKqARJre9xpayFC1/njVootFDjINIP6MRo QQkPxLJSFU+w== X-IronPort-AV: E=McAfee;i="6000,8403,9751"; a="245261257" X-IronPort-AV: E=Sophos;i="5.77,287,1596524400"; d="scan'208";a="245261257" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2020 09:12:41 -0700 IronPort-SDR: hULlxH6lqbkzU9g7Q4zZkQjBqOJYCMJDjdPPMxmQb0CSrZxAvLMNUrUviHovfkyJ77oqRck8CC fT0QnOAJ2q/A== X-IronPort-AV: E=Sophos;i="5.77,287,1596524400"; d="scan'208";a="309110182" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.217.64]) ([10.213.217.64]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2020 09:12:40 -0700 To: Hyong Youb Kim Cc: dev@dpdk.org References: <20200909140006.23788-1-hyonkim@cisco.com> From: Ferruh Yigit Message-ID: Date: Mon, 21 Sep 2020 17:12:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: <20200909140006.23788-1-hyonkim@cisco.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/6] net/enic: minor updates to flow implementation 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" On 9/9/2020 3:00 PM, Hyong Youb Kim wrote: > This series enables several flow features such as priorities and > egress PORT_ID action. It depends on the ealier patch series that adds > VF representors. > > The 1st patch (remove obsolete code) does not technically belong in > the series, but is piggybacked here as it is a trivial cleanup. > > Thanks.. > -Hyong > > > Hyong Youb Kim (6): > net/enic: remove obsolete code > net/enic: support egress PORT_ID action > net/enic: support priorities for TCAM flows > net/enic: ignore vlan inner type when it is zero > net/enic: generate VXLAN source port if it is zero in template > net/enic: support VXLAN decap action combined with VLAN pop > Series applied to dpdk-next-net/main, thanks.