From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 00/13] net/enic: 19.05 updates Date: Mon, 4 Mar 2019 16:56:18 +0000 Message-ID: References: <20190302104251.32565-1-hyonkim@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, John Daley To: Hyong Youb Kim Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 512422B9E for ; Mon, 4 Mar 2019 17:56:22 +0100 (CET) In-Reply-To: <20190302104251.32565-1-hyonkim@cisco.com> Content-Language: en-US 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 3/2/2019 10:42 AM, Hyong Youb Kim wrote: > This patch series fixes bugs in enic's implementation of flow API and > adds very limited support for RAW, RSS, and PASSTHRU. Limited RSS and > PASSTHRU are intended to support partial offloads in OVS-DPDK and > VPP. These apps use MARK + default RSS and PASSTHRU + MARK to "mark > packet and then receive normally". Cisco VIC can support these, even > though general RSS and PASSTHRU are not possible. > > Intentionally removed Cc: stable from the last patch ("net/enic: fix > several issues with inner packet matching") as it depends on a non-fix > patch ("net/enic: move arguments into struct"). I will submit backport > request for these separately, after rc1. > > --- > v2: > * Merge doc changes with corresponding code changes. > > Hyong Youb Kim (13): > net/enic: remove unused code > net/enic: fix flow director SCTP matching > net/enic: fix SCTP match for flow API > net/enic: allow flow mark ID 0 > net/enic: check for unsupported flow item types > net/enic: enable limited RSS flow action > net/enic: enable limited PASSTHRU flow action > net/enic: move arguments into struct > net/enic: enable limited support for RAW flow item > net/enic: reset VXLAN port regardless of overlay offload > net/enic: fix a couple issues with VXLAN match > net/enic: fix an endian bug in VLAN match > net/enic: fix several issues with inner packet matching Series applied to dpdk-next-net/master, thanks.