From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1BBE99E3 for ; Fri, 28 Apr 2017 07:36:06 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP; 27 Apr 2017 22:36:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,387,1488873600"; d="scan'208";a="79923108" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.172.161]) ([10.252.172.161]) by orsmga002.jf.intel.com with ESMTP; 27 Apr 2017 22:36:04 -0700 To: Wei Zhao , dev@dpdk.org References: <1493271581-56385-1-git-send-email-wei.zhao1@intel.com> <1493350676-5720-1-git-send-email-wei.zhao1@intel.com> From: Ferruh Yigit Message-ID: <9eeb1c1d-0410-b2f2-e586-222710653b20@intel.com> Date: Fri, 28 Apr 2017 06:36:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <1493350676-5720-1-git-send-email-wei.zhao1@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix ntuple filter support for sctp 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, 28 Apr 2017 05:36:07 -0000 On 4/28/2017 4:37 AM, Wei Zhao wrote: > Add the support of RTE_FLOW_ITEM_TYPE_SCTP type packet for > ixgbe ntuple filter. > > Fixes: 672be56d76a ("net/ixgbe: parse n-tuple filter") > > Signed-off-by: Wei Zhao Applied to dpdk-next-net/master, thanks.