From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42])
 by dpdk.org (Postfix) with ESMTP id CF18793B2
 for <dev@dpdk.org>; Mon,  7 Dec 2015 01:35:33 +0100 (CET)
Received: by wmww144 with SMTP id w144so130289839wmw.0
 for <dev@dpdk.org>; Sun, 06 Dec 2015 16:35:33 -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
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=yL/se9WN7nIkfZ18wm3NayIyyzuP9uGS2efvnPu1A9U=;
 b=LugzN8lckoC9YFZnZjhGWXwTAzSZL0uTS7G9uKqPYGMOKywNC9FJ5gpZQb/8/s0b+v
 F9BlaeHKsxKkI45I1UR2GINISzDq88wrLQSKRcj162D6AFUX+FuOdCD/0O4CpiAXf+iv
 De8bvMcj4fQGaT11iZmWqaA8WfqfLSJs+6Bf5uzeffphH8wHGKvgJ1FjZurB+0Kg7fZS
 hGU5V1WV0cb18y54J1+QcQJjWzrJv+4MHRb6jV2/ZC7qeE4c5FBwBQker8kBCdF6Mfsu
 VPimLWhIVfPm5m1jBdMKxpsRmdk1vbDrhIadDGkcVIDvJ0ExACpi0rrv2BoVExMltmYD
 aj9w==
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=yL/se9WN7nIkfZ18wm3NayIyyzuP9uGS2efvnPu1A9U=;
 b=d81IvxA0/BQaJKWkWesyEYcwikP24czmiPQMcvM2mKEfXTkcgc7JQ4yKInB3UZqyyR
 BvzZNKEhQd6/p/o1xfYrHLkvoSeIhKJAHqla4OD143STYp++8Z4eJAesP9sM6avnbsas
 rh0fEfqi7WvpGfG20os4bHCRRtpj5ad6rV795Ms3qygdIKwVqtv0cxky+TTbF33DRRfd
 jxiZCPINBvXlsqA+PcbU315KLiLz0rs0p9JZPHfMwsfRYQS8Tr7waGp6gjvBkgShcU/b
 QxSrGpH43PuRB95ViNFuAL+43H5PsFeQVgFY7cjBbUnDHuXI6vMaIasKtYAARbFP9BsI
 mhGg==
X-Gm-Message-State: ALoCoQnIzbaY+Ul1jZDyLJ3ZOzcTYNtHYeEagxzFawEUaSIVnbjLr5d7aRBrWmZyFVYXnOYvVyeMFkBmT+niYrZt+KUB2pcBBg==
X-Received: by 10.28.94.1 with SMTP id s1mr17167853wmb.60.1449448533737;
 Sun, 06 Dec 2015 16:35:33 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id a63sm14006843wmc.5.2015.12.06.16.35.32
 (version=TLSv1/SSLv3 cipher=OTHER);
 Sun, 06 Dec 2015 16:35:33 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jasvinder Singh <jasvinder.singh@intel.com>
Date: Mon, 07 Dec 2015 01:34:22 +0100
Message-ID: <2500812.k7l6ghlnSD@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1448972639-13229-1-git-send-email-jasvinder.singh@intel.com>
References: <1441630435-14158-1-git-send-email-jasvinder.singh@intel.com>
 <1448972639-13229-1-git-send-email-jasvinder.singh@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 v2] ip_pipeline: add check on nic's rxq and
	txq
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Dec 2015 00:35:33 -0000

2015-12-01 12:23, Jasvinder Singh:
> This patch checks that rx queue and tx queue of each
> link specified in ip pipeline configuration file are
> used.
> 
> *v2
> - fix checkpatch warnings
> 
> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

Applied, thanks