From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ip_pipeline: add check on nic's rxq and txq Date: Mon, 07 Dec 2015 01:34:22 +0100 Message-ID: <2500812.k7l6ghlnSD@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jasvinder Singh 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 CF18793B2 for ; Mon, 7 Dec 2015 01:35:33 +0100 (CET) Received: by wmww144 with SMTP id w144so130289839wmw.0 for ; Sun, 06 Dec 2015 16:35:33 -0800 (PST) In-Reply-To: <1448972639-13229-1-git-send-email-jasvinder.singh@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > Acked-by: Cristian Dumitrescu Applied, thanks