From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B50F0D0B2 for ; Thu, 13 Sep 2018 16:03:58 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2018 07:03:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,369,1531810800"; d="scan'208";a="88453256" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.56]) ([10.237.221.56]) by fmsmga004.fm.intel.com with ESMTP; 13 Sep 2018 07:03:56 -0700 To: Rahul Lakkireddy , dev@dpdk.org Cc: shaguna@chelsio.com, indranil@chelsio.com, nirranjan@chelsio.com References: From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <3476596e-c354-e105-2968-0e906dcf4857@intel.com> Date: Thu, 13 Sep 2018 15:03:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/4] net/cxgbe: add destination MAC match and VLAN rewrite support for 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: Thu, 13 Sep 2018 14:03:59 -0000 On 8/27/2018 1:52 PM, Rahul Lakkireddy wrote: > This series of patches add support to offload flows with destination MAC > match item and VLAN push/pop/rewrite actions. > > Patch 1 adds API to program and manage hardware Layer 2 Table (L2T). > L2T holds destination node information to be used for VLAN rewrite. > > Patch 2 implements offloading VLAN push/pop/rewrite actions. > > Patch 3 adds API to program and manage hardware Multi Port Switch (MPS) > table. MPS holds the destination MAC addresses to be matched against > incoming packets. > > Patch 4 implements offloading destination MAC match item. > > Thanks, > Rahul > > Shagun Agrawal (4): > net/cxgbe: add API to program hardware layer 2 table > net/cxgbe: add flow operations to offload vlan actions > net/cxgbe: add API to program hardware MPS table > net/cxgbe: add flow operations to match based on destination MAC > address Series applied to dpdk-next-net/master, thanks.