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 4B87A7EBB for ; Thu, 27 Apr 2017 09:12:59 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2017 00:12:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,257,1488873600"; d="scan'208";a="961643150" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 27 Apr 2017 00:12:57 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Apr 2017 00:12:57 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Apr 2017 00:12:57 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.246]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.193]) with mapi id 14.03.0319.002; Thu, 27 Apr 2017 15:12:55 +0800 From: "Lu, Wenzhuo" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "Zhao1, Wei" Thread-Topic: [dpdk-dev] [PATCH v2] net/ixgbe: fix ntuple filter support for sctp Thread-Index: AQHSvxnHcupq9aOPUUSCndo899PYiKHYzQXQ Date: Thu, 27 Apr 2017 07:12:55 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B59D373@shsmsx102.ccr.corp.intel.com> References: <1493271581-56385-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1493271581-56385-1-git-send-email-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] 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: Thu, 27 Apr 2017 07:12:59 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wei Zhao > Sent: Thursday, April 27, 2017 1:40 PM > To: dev@dpdk.org > Cc: Zhao1, Wei > Subject: [dpdk-dev] [PATCH v2] net/ixgbe: fix ntuple filter support for s= ctp >=20 > Add the support of RTE_FLOW_ITEM_TYPE_SCTP type packet for ixgbe ntuple > filter. >=20 > v2: > --add type check of RTE_FLOW_ITEM_TYPE_SCTP for item flow. >=20 > Fixes: 672be56d76a ("net/ixgbe: parse n-tuple filter") >=20 > Signed-off-by: Wei Zhao Acked-by: Wenzhuo Lu