From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingjing Wu Subject: [PATCH 0/3] fix the issue sctp flow cannot be matched in FVL FDIR Date: Tue, 7 Jul 2015 15:58:29 +0800 Message-ID: <1436255912-16149-1-git-send-email-jingjing.wu@intel.com> To: dev@dpdk.org 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) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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