From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 263141B827 for ; Tue, 24 Oct 2017 20:07:36 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2017 11:07:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,428,1503385200"; d="scan'208";a="166546454" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.60]) ([10.241.225.60]) by fmsmga005.fm.intel.com with ESMTP; 24 Oct 2017 11:07:35 -0700 From: Ferruh Yigit To: Kirill Rybalchenko , dev@dpdk.org Cc: andrey.chilikin@intel.com, beilei.xing@intel.com, jingjing.wu@intel.com References: <1508403636-91235-1-git-send-email-kirill.rybalchenko@intel.com> <1508854093-26371-1-git-send-email-kirill.rybalchenko@intel.com> <8fcac4d4-a0e3-db4c-d496-2c29f833c983@intel.com> Message-ID: <9c53d509-16ac-b9bb-7223-79ca8b8024f1@intel.com> Date: Tue, 24 Oct 2017 11:07:35 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <8fcac4d4-a0e3-db4c-d496-2c29f833c983@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: add support for packet template to flow director 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: Tue, 24 Oct 2017 18:07:37 -0000 On 10/24/2017 11:02 AM, Ferruh Yigit wrote: > On 10/24/2017 7:08 AM, Kirill Rybalchenko wrote: >> For complex packets use raw flow type with pre-constructed packet buffer >> instead of creating a packet internally in PMD. >> >> v2: >> >> Fix documentation according to doxygen style comments. >> Fix compilation warnings for clang target. >> >> Signed-off-by: Kirill Rybalchenko > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.