From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from stargate.chelsio.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id 01D0E7CB8 for ; Thu, 1 Jun 2017 18:02:32 +0200 (CEST) Received: from localhost (scalar.blr.asicdesigners.com [10.193.185.94]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id v51G2Shw006369; Thu, 1 Jun 2017 09:02:29 -0700 Date: Thu, 1 Jun 2017 21:32:22 +0530 From: Rahul Lakkireddy To: Thomas Monjalon Cc: "dev@dpdk.org" , Nirranjan Kirubaharan , Indranil Choudhury , Kumar A S Message-ID: <20170601160221.GA27719@chelsio.com> References: <1791862.0Gu3cyd8Bb@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1791862.0Gu3cyd8Bb@xps> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [dpdk-dev] [PATCH 00/13] cxgbe: add support for Chelsio T6 family of adapters 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, 01 Jun 2017 16:02:33 -0000 On Tuesday, May 05/30/17, 2017 at 15:58:56 +0530, Thomas Monjalon wrote: > 27/05/2017 05:46, Rahul Lakkireddy: > > This series of patches add support for Chelsio T6 family of adapters. > > It is almost one year since your last contribution, > welcome back Rahul :) > Can't believe it's been a year already. Feels great to be back! :) > During that time, rte_flow has been implemented in DPDK. > Do you plan to use it for Chelsio offloads, instead of flow director? Yes, we do have plans to use rte_flow for our packet classification and filtering instead of flow director. Thanks, Rahul