From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 55A771B717 for ; Tue, 6 Feb 2018 17:55:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2018 08:55:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,469,1511856000"; d="scan'208";a="201833900" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga006.fm.intel.com with ESMTP; 06 Feb 2018 08:55:20 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.9]) by IRSMSX104.ger.corp.intel.com ([169.254.5.101]) with mapi id 14.03.0319.002; Tue, 6 Feb 2018 16:55:08 +0000 From: "De Lara Guarch, Pablo" To: "Varghese, Vipin" , "dev@dpdk.org" CC: "Richardson, Bruce" Thread-Topic: [PATCH v2] examples/l2fwd: check if user portmask is valid Thread-Index: AQHTm46ty4xfVGd5+0qUC5uw0lZykaOXnZ6Q Date: Tue, 6 Feb 2018 16:55:07 +0000 Message-ID: References: <1517511081-16289-1-git-send-email-vipin.varghese@intel.com> <1517511522-16486-1-git-send-email-vipin.varghese@intel.com> In-Reply-To: <1517511522-16486-1-git-send-email-vipin.varghese@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjE5NmI0ZWYtODVkOS00ZmM5LTg4OTAtMDMwMjBmYmU0YTBhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IllwXC9WTHpYb1hJSVRTaWpTK2p0WUdpa0JFMTlqWGpEa1ZubUF4c2EwbVwvYz0ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] examples/l2fwd: check if user portmask is valid X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 16:55:22 -0000 > -----Original Message----- > From: Varghese, Vipin > Sent: Thursday, February 1, 2018 6:59 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; De Lara Guarch, Pablo > ; Richardson, Bruce > ; Varghese, Vipin > > Subject: [PATCH v2] examples/l2fwd: check if user portmask is valid >=20 > User can pass portmask with any value, even invalid mask. The code checks > against actual portmask. >=20 > Signed-off-by: Vipin Varghese > --- >=20 > 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 li= st. Acked-by: Pablo de Lara