From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8BB88A034F; Mon, 25 Nov 2019 23:51:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 43F052952; Mon, 25 Nov 2019 23:51:28 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 1C3F6235 for ; Mon, 25 Nov 2019 23:51:27 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A641E22660; Mon, 25 Nov 2019 17:51:25 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 25 Nov 2019 17:51:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=uh4FugWehiqsijno74W3B8lIy3/9KFIztHRrynAWAA8=; b=svYY8L+b5YGg v7/3s3+qYr2nb338Zo6o0Sv8KilQPNXZXH4ua/SRbps2uyq5J0SWFJ2VYQH72OKy CW3RVfMfhO7lx+ukEGNgmlkaCDeKdFDSRINwFohiMIyneZ2gDkfoWKBB3xanafmi nYyQxdUmZYdPFZeI8YGJs7bFoW7qcFM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=uh4FugWehiqsijno74W3B8lIy3/9KFIztHRrynAWA A8=; b=ejJoXnyt1sb0NiEO1/tpBd2peClZG7EbGtd2BFSgqTz8HiOH/1bdgsiOu ZmUULJZIk004J0Um3Im3qe6a/Mz8k5z22NXig5AykY7ZvodRdUdv+tmVB+m7CS5i ILs4DTjMDouoDfHWPLBCGnCt1dXdSHyEEcnm8CNng1MhEBoEKTUZ/KZAjbRK82zV 7v+INpqGecrhoLdrOKlmhPPYohyAznqyfepXvryGLBn3bmg6weMzffOc/NzYuu9i cC6Q3a+8a4P22RfSwntAvM68SrK/U9M+9NOkM5FIE8GT4wX+NkpmEWewqo9FE52N w+Ix7a3No5spo/attjuNO7kcYLmkw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeivddgtddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6A8898005B; Mon, 25 Nov 2019 17:51:24 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Matan Azrad Date: Mon, 25 Nov 2019 23:51:23 +0100 Message-ID: <5644956.FCiXWu2BF4@xps> In-Reply-To: References: <20190726165054.24078-1-stephen@networkplumber.org> <20190805163817.3713-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v7 0/2] examples/client_server_mp: port id (fixes only) 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/08/2019 07:40, Matan Azrad: > > Acked-by: Matan Azrad > > From: Stephen Hemminger > > Sent: Monday, August 5, 2019 7:38 PM > > > > v7 - widen port mask to allow 64 ports > > > > v6 - just include fixes; cleanups can wait until 19.11 > > > > v5 - change logic in server_mp for evaluating port mask > > > > v4 - fix checkpatch warning > > add patches to fix style issues and use ether format addr > > > > v3 - merge both patches in one series > > use alternative algorithm to check port ownership (N^2) > > because reviewer didn't like direct check. > > > > Stephen Hemminger (2): > > examples/multi_process/client_server_mp: check port validity > > examples/multi_process/client_server_mp - fix crash in mp_client with > > sparse ports Applied, thanks. Sorry for having forgotten this patchset.