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 7BDB5108D for ; Fri, 31 Mar 2017 12:12:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490955151; x=1522491151; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=MefqJY7BJt+rJt2E+qCTQBs6G3m6ZE9bEzzDEiDVLN8=; b=EP0mBv08prh2nPQqBAXzTJdFK0i3Y2BkDBgD3PlUudhsBPbATQkSodIh 6B8metUww3dR4GSDWvuNrwqIgll3XQ==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 03:12:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,251,1486454400"; d="scan'208";a="83056673" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 31 Mar 2017 03:12:29 -0700 To: John Daley References: <20170330212838.31291-1-johndale@cisco.com> Cc: dev@dpdk.org, adrien.mazarguil@6wind.com From: Ferruh Yigit Message-ID: <0856cbff-e84b-5345-cb96-00de9bfe7020@intel.com> Date: Fri, 31 Mar 2017 11:12:28 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170330212838.31291-1-johndale@cisco.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/6] net/enic: bring NIC interface functions up to date 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: Fri, 31 Mar 2017 10:12:32 -0000 On 3/30/2017 10:28 PM, John Daley wrote: > Update the base functions for the Cisco VIC. These files are mostly > common with other VIC drivers so are left alone is as much as possilbe. > Includes in a new filter/action interface which is needed for Generic > Flow API PMD support. Update FDIR code to use the new interface. > > Signed-off-by: John Daley Hi John, Patchset is a little late for this release (17.05), and will be considered for next release (17.08). Thanks, ferruh