From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 06E838D8D for ; Wed, 12 Aug 2015 11:03:44 +0200 (CEST) Received: by wicne3 with SMTP id ne3so209290267wic.1 for ; Wed, 12 Aug 2015 02:03:43 -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=3SnEHZfKDMkALDpj76coaHQWyIEKLi07IOcZYToSy8Q=; b=lioEMZJkoT3g/xpiXHkDgjQbZ8Tu/asZa2i7Ky8gHdUNahaNlVY2Ee22YPRk3SgkXZ 4LpP8hgU0UepAf8p54u9Ww7d12CZGOwSJVpr1eAMKpluOsQ5yWW8BXKDxJWLGDlWVsD/ xjqr23ZhPEc2yAOqh0vUU+2LYu+3Z5Awo2fA22igm4KVRtyDEhjDYsYMeMWSMpaz/S40 dqA5QTM6uAB7dTgMRAHezk5agTtULMqH8mdeYwuaVZvDorzEPl/b697oxAYBiY0qkvCb RJ58MdFffqEFoFLgNPtj0DXjFl32LI3E0zH5vYnQ5PcA19apS2A3SyfBimBmFoHGEK04 5Yow== X-Gm-Message-State: ALoCoQlSQR1lKVU4ecU47fI5+BMUUS2BjoSsvsUw7Qav16Y9CIoU2CSlqgxAnZRcDXdEaj6ohWuy X-Received: by 10.195.11.202 with SMTP id ek10mr67780871wjd.12.1439370223824; Wed, 12 Aug 2015 02:03:43 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id pe1sm11423075wic.20.2015.08.12.02.03.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Aug 2015 02:03:42 -0700 (PDT) From: Thomas Monjalon To: "Wu, Jingjing" Date: Wed, 12 Aug 2015 11:02:28 +0200 Message-ID: <159937167.ocu0p7VAbn@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <1439259124-23762-1-git-send-email-jingjing.wu@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] doc: announce ABI change for old flow director APIs removing 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: Wed, 12 Aug 2015 09:03:44 -0000 > > APIs for flow director filters has been replaced by rte_eth_dev_filter_ctrl by > > previous releases. Enic, ixgbe and i40e are switched to support filter_ctrl APIs, so > > the old APIs are useless, and ready to be removed now. > > This patch announces the ABI change for these APIs removing. > > > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Reworded and applied, thanks