From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 39C91E62 for ; Tue, 7 Jul 2015 11:04:26 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 07 Jul 2015 02:04:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,422,1432623600"; d="scan'208";a="724195143" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by orsmga001.jf.intel.com with ESMTP; 07 Jul 2015 02:04:24 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 7 Jul 2015 17:04:23 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.46]) by shsmsx102.ccr.corp.intel.com ([169.254.2.165]) with mapi id 14.03.0224.002; Tue, 7 Jul 2015 17:04:22 +0800 From: "Liu, Yong" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH 0/3] fix the issue sctp flow cannot be matched in FVL FDIR Thread-Index: AQHQuIrDcc+dNRIU0k2tCP7JSFFn3Z3PtmuQ Date: Tue, 7 Jul 2015 09:04:21 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E5A4A7@SHSMSX103.ccr.corp.intel.com> References: <1436255912-16149-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1436255912-16149-1-git-send-email-jingjing.wu@intel.com> Accept-Language: zh-CN, 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 0/3] fix the issue sctp flow cannot be matched in FVL FDIR X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2015 09:04:26 -0000 Hi, > -----Original Message----- > From: Wu, Jingjing > Sent: Tuesday, July 07, 2015 3:58 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Liu, Yong; Xu, HuilongX > Subject: [PATCH 0/3] fix the issue sctp flow cannot be matched in FVL FDI= R >=20 > This patch set fixes the issue SCTP flow cannot be matched by FVL's flow > director. The issue's root cause is that due to the NIC's firmware update= , > the input set of sctp flow are changed to source IP, destination IP, > source port, destination port and Verification-Tag, which are source IP, > destination IP and Verification-Tag previously. > And because this fix will affect the struct rte_eth_fdir_flow, use > RTE_NEXT_ABI to avoid ABI breaking. >=20 > Jingjing Wu (3): > ethdev: change the input set of sctp flow > i40e: make sport and dport of sctp flow involved in match > testpmd: add sport and dport configuration for sctp flow >=20 > app/test-pmd/cmdline.c | 12 ++++++++++++ > drivers/net/i40e/i40e_fdir.c | 18 ++++++++++++++++++ > lib/librte_ether/rte_eth_ctrl.h | 8 ++++++++ > 3 files changed, 38 insertions(+) >=20 > -- > 1.9.3 Tested-by: Marvin Liu