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 056073772 for ; Tue, 7 Jul 2015 09:58:42 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 07 Jul 2015 00:58:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,421,1432623600"; d="scan'208";a="724166176" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 07 Jul 2015 00:58:41 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t677wavT025298; Tue, 7 Jul 2015 15:58:36 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t677wWtA016183; Tue, 7 Jul 2015 15:58:34 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t677wWYB016179; Tue, 7 Jul 2015 15:58:32 +0800 From: Jingjing Wu To: dev@dpdk.org Date: Tue, 7 Jul 2015 15:58:29 +0800 Message-Id: <1436255912-16149-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [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 07:58:43 -0000 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. 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 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(+) -- 1.9.3