From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/l2fwd: check if user portmask is valid Date: Tue, 06 Feb 2018 18:53:16 +0100 Message-ID: <5488135.eCRNJ0TT4s@xps> References: <1517511081-16289-1-git-send-email-vipin.varghese@intel.com> <1517511522-16486-1-git-send-email-vipin.varghese@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Richardson, Bruce" To: "Varghese, Vipin" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 9CE901B6C2 for ; Tue, 6 Feb 2018 18:53:20 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > User can pass portmask with any value, even invalid mask. The code checks > > against actual portmask. > > > > Signed-off-by: Vipin Varghese > > --- > > > > V2 Changes: > > - correct the spelling in comment - Vipin > > I think there is no need to CC stable here, so I will remove it from the list. > > Acked-by: Pablo de Lara Applied, thanks