From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id CA8A695DB for ; Wed, 25 Nov 2015 23:45:24 +0100 (CET) Received: by wmec201 with SMTP id c201so562042wme.1 for ; Wed, 25 Nov 2015 14:45:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :mime-version:content-transfer-encoding:content-type; bh=C3iTQDW8/lLfmarV6wqgJmL7d+kvh/LRAqW9omGxYDI=; b=Mu6VVgzqRAjDL5dzq4VxmoA5+QCL0xyVdc1JaSHbnTpaehLTUQ1RyjXsTUv+XoAHUr JJWJp9AwNKiEIUp9J1ALpGFHrFhh79Y6UWTiJ7Pbm02vDWHd+H1hZVoC8fnaoV+L/ZJK VdWp6n6jWJlR0Gs38TULWkz/XCGb17Yy5yxuVXXQPmBHdIOjClb94e/CeCA+JVRm25vE 0eD9BWJ1/kBNpFuon4u3tI5szrbBhBxM8wuksu5t0kTqmzFGqRuVS4L9UXFjfsqASyfv /t/HtnQnULiqQzoslfLlGtfpyzJBbk4mE5OQE5FUOGrk+amkHeuN90e42QLfyn1KzuJL ecXg== 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:mime-version:content-transfer-encoding:content-type; bh=C3iTQDW8/lLfmarV6wqgJmL7d+kvh/LRAqW9omGxYDI=; b=VGiSKUAdkDgEjV3E1Vyx5cdKTUqb+w/T78c8+D3DpOAJUWLczDjpd3TWMFk0ynKyT8 ZNHb8hleRNVb38i1xAcRVMHGzHtDgzfu/MGG3KuP+JO0CmVX1bndfjxJ+SjJFAYi9czt FY5QDulj486dBLUvgKXl5zevGRrLJ9QLVvZTG48Cr+HBFFzeyMkzrOFh6DTLPg1OLf88 hcINrWdh/nsAejUSLLLcsbiJqnCqDzZPVb8fAv4Ud146jTXvu2Ds9BrqUsyqkAknoELI yy9Yxw6Yn63USHtb85CGbGQEzY/6+ot9tyCSoNUXOhlxDqwtA5uHAP18SJ5Dh7I3/oBR nD7g== X-Gm-Message-State: ALoCoQkcprsZi+0F+dw0A0d0du9QRKsvvk/OxEB7lKqk14Vb8/xG2jbMFF/r735tEx1NKVA1eHva X-Received: by 10.194.222.104 with SMTP id ql8mr11722106wjc.157.1448491524682; Wed, 25 Nov 2015 14:45:24 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id 186sm5526553wmv.9.2015.11.25.14.45.23 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Nov 2015 14:45:24 -0800 (PST) From: Thomas Monjalon To: stephen@networkplumber.org, cristian.dumitrescu@intel.com Date: Wed, 25 Nov 2015 23:44:05 +0100 Message-ID: <4712777.6xCFL0I0eb@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: [dpdk-dev] remaining deprecation notices 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, 25 Nov 2015 22:45:24 -0000 Stephen, Cristian, There are 2 remaining deprecation notices: * The scheduler statistics structure will change to allow keeping track of RED actions. * librte_pipeline: The prototype for the pipeline input port, output port and table action handlers will be updated: the pipeline parameter will be added, the packets mask parameter will be either removed (for input port action handler) or made input-only. Shall we remove them?