From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=mrF77uOVRH13WUAIDOyTzXdzSq/IhA0IGJQgD0p7jRg=; b=dJhQ/wzbeAN+wguwix2UM9YrjzEuY4qjPdOq0IQfLITw5Lx96C4Nwxn4qPDv7ADguJ I44VTLIwTjjQpRLNJb8lCKUPgUd7RMAiR2KxuG7GHX9tgXVoMtebklEfoQMjiiZZ9ypa O8kx0lTn+uS7dT6EG38zDpWbRY2LyxG1pBGs8ruxPTTiou9P2VFfeQgJg4mnkJKKTJsw tFU3/u19QMwlejNA3PsoJRFbD+Od0CDVbyEVw3vdhIzQKdIkNdpqAzznjknWfBwBkz+3 ij6HFIt9PDmAAZt1c9r75SuprO31hTMgAcClVT92u+nhQuZTVgdVvZuX/iBrQk6xYgI+ mpkQ== X-Gm-Message-State: ALoCoQlMYgEZBK/klR4OhQ8NbamipjOwijKfr7/HSsS2XAyLTga1u8iK18Sgd8L9Re+zMYxyjYsA X-Received: by 10.180.19.36 with SMTP id b4mr15464293wie.33.1437346518317; Sun, 19 Jul 2015 15:55:18 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id w8sm29101686wja.15.2015.07.19.15.55.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 15:55:17 -0700 (PDT) From: Thomas Monjalon To: "Wu, Jingjing" Date: Mon, 20 Jul 2015 00:54:06 +0200 Message-ID: <27120355.hBgaPsLZ7y@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <86228AFD5BCD8E4EBFD2B90117B5E81E10E5A4A7@SHSMSX103.ccr.corp.intel.com> References: <1436255912-16149-1-git-send-email-jingjing.wu@intel.com> <86228AFD5BCD8E4EBFD2B90117B5E81E10E5A4A7@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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: Sun, 19 Jul 2015 22:55:18 -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 > > Tested-by: Marvin Liu Applied, thanks An ABI deprecation announce must be sent.