From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 7360C7F06 for ; Thu, 9 Oct 2014 21:08:40 +0200 (CEST) Received: by mail-wi0-f172.google.com with SMTP id n3so14141305wiv.11 for ; Thu, 09 Oct 2014 12:16:03 -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=wa2GJhj1ch/1n4ngQYV+gU+upHG5tTwbSR4rfJsewao=; b=WIi4XbJQIIkvvSqJKrwg58OUrr16DR5IQa7YuEUCeNcU+HO01lHlZOhDVdWxADVmTN 762HOIW2MLmvp1BT50xaHOkpDgyvaEY2fE8wjYqj/GCP86rNzpn6Jux6z2cuJbqkvlgY Pec0baSCOb7AVI243dnpSNiNTvE9uSmadwmz9K8TdEDBPa9deCsgMFRxOA4Ncpkox1kU RpcQ3/nnl6D+JDHfJ572DUmor5pGLvSrZZ/BPEqgMqi5OaINOPPUtTjcb4Vx32GRYEdz 6mROekfRVU4wTJv9dzEHqJCP4yprbSQoDw8NIbi+WUgtr3KuWuaWZiQpaaCmiA5v4Tla g5Kg== X-Gm-Message-State: ALoCoQlFv7uM8B91FOy18OoCo8dwWIxZPtyNp5roRYDX34wbuLC0ixhjig2t26CVEWjK/+o8AiEa X-Received: by 10.194.77.42 with SMTP id p10mr6261003wjw.125.1412882163424; Thu, 09 Oct 2014 12:16:03 -0700 (PDT) Received: from xps13.localnet (15.21.90.92.rev.sfr.net. [92.90.21.15]) by mx.google.com with ESMTPSA id b6sm134181wiy.22.2014.10.09.12.16.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Oct 2014 12:16:02 -0700 (PDT) From: Thomas Monjalon To: =?utf-8?B?Tmljb2xhzIFz?= Pernas Maradei Date: Thu, 09 Oct 2014 21:15:38 +0200 Message-ID: <2738726.TBRjYMSSfe@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1412450391-32377-1-git-send-email-nico@emutex.com> References: <1412450391-32377-1-git-send-email-nico@emutex.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] testpmd: print message if starting/stopping queue is not supported 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: Thu, 09 Oct 2014 19:08:40 -0000 2014-10-04 20:19, Nicola=CC=81s Pernas Maradei: > Print an error message to the user when trying to start/stop a rx/tx = queue and > this function is not supported by the PMD driver. The patch does not = check if > the return value is -EINVAL because testpmd is already validating the= port and > queue id. >=20 > Signed-off-by: Nicola=CC=81s Pernas Maradei Acked-by: Thomas Monjalon Applied Thanks --=20 Thomas