From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 4C9112E8A for ; Tue, 28 Jun 2016 16:31:57 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id f126so142859515wma.1 for ; Tue, 28 Jun 2016 07:31:57 -0700 (PDT) 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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=w4iPIJZqF7LsO9u8mno6Ya6kBcBny76gbN09F/1qAOA=; b=UK1x/XlsdMxEADKuMwMC2b6AyfnC/ALov47ZZXu3Ru8LObvhN/F9XChOahUvaXdTHf Ep5xjE/05cCHsqsLSZMhhGXeS7TtysBGHTj0vyTAoEM3rVpPIaMgAH3iP3Zi3KJXtsV8 MWMppuAQvstjH/h582VVMCcN5GsUdqYMSPxe82fPSF+wqlIUQrXn8UW01NI1UT9uHVa2 DUmVYSxAn8aHI41cPziv8wX1eR3Ejukb4w7FCXyC10VMiYNgszCJEIDYQf9zQEJli6VL 70etjrYFtBhT21ZVrxrfHBFAU5tLPrMt45hr+H4XnaFLg1Jn2h8puFLLEHdYMpzpQZcB g1CQ== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=w4iPIJZqF7LsO9u8mno6Ya6kBcBny76gbN09F/1qAOA=; b=J3DJ6zL5DT72MNTnCvi9IKqJJe14hkwEu2Dc0gJYMyjMTNTCZMuq5nK5lMilxAwPwB BEzaftXvNgxGVYE0earOqMIdjwNKZoyYNgeTVC1DxFq8ZuchltH+NrRWepsOKVrXsDfv 1l8yz9nAGGGSnahtwyyVpHUzGCGk2dfMPBMpto1SJZFV8aeRT6shnx2ppb5S+SMgZ4Pr HxVVdclbQWHq50WIJGi9jJHns2LYnQkZSfWuNi8kRtNxdsKyIhXBFLs3jmGHFABlwcQ3 J8nyUWf+HYYNahdKhdwSwqgRueymVMAJ8IKUmyhf1783/yFcts+jgeDSZU5fXsi4wE1n Kd9w== X-Gm-Message-State: ALyK8tJzUDn1PQUHHFy7ST0Fw3ZXQ9qKqbK0XCzsosznfv1/4fav4uY6ZXT4eUFKDE/rSlmI X-Received: by 10.194.67.101 with SMTP id m5mr3755405wjt.129.1467124316943; Tue, 28 Jun 2016 07:31:56 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id m5sm17333521wmm.10.2016.06.28.07.31.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Jun 2016 07:31:55 -0700 (PDT) From: Thomas Monjalon To: Rasesh Mody Cc: dev@dpdk.org, bruce.richardson@intel.com, Dept-EngDPDKDev@qlogic.com, remy.horton@intel.com Date: Tue, 28 Jun 2016 16:31:52 +0200 Message-ID: <2067083.vf3hLruEXg@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1466056031-23225-7-git-send-email-rasesh.mody@qlogic.com> References: <1466056031-23225-1-git-send-email-rasesh.mody@qlogic.com> <1466056031-23225-7-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 6/9] qede: add support for xstats 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: Tue, 28 Jun 2016 14:31:57 -0000 2016-06-15 22:47, Rasesh Mody: > This patch adds support for extended statistics for QEDE PMD. > > Signed-off-by: Rasesh Mody This qede patch and a bnx2x one cannot be merged in master tree because of an API change: http://dpdk.org/commit/bd6aa172 http://dpdk.org/commit/e2aae1c1 Please could you rework this patch for RC2? Sorry for the inconvenience, I should have caught it earlier. We'll try to synchronize the branches more often in future.