From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] fix the issue sctp flow cannot be matched in FVL FDIR Date: Mon, 20 Jul 2015 00:54:06 +0200 Message-ID: <27120355.hBgaPsLZ7y@xps13> References: <1436255912-16149-1-git-send-email-jingjing.wu@intel.com> <86228AFD5BCD8E4EBFD2B90117B5E81E10E5A4A7@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Wu, Jingjing" Return-path: Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 78E065A31 for ; Mon, 20 Jul 2015 00:55:18 +0200 (CEST) Received: by wgmn9 with SMTP id n9so118285340wgm.0 for ; Sun, 19 Jul 2015 15:55:18 -0700 (PDT) In-Reply-To: <86228AFD5BCD8E4EBFD2B90117B5E81E10E5A4A7@SHSMSX103.ccr.corp.intel.com> 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 > > Tested-by: Marvin Liu Applied, thanks An ABI deprecation announce must be sent.