From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 212B0A00E6 for ; Fri, 19 Apr 2019 22:58:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 659E61BC0D; Fri, 19 Apr 2019 22:58:40 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 508F41BBDE; Fri, 19 Apr 2019 22:58:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 2ADB771D; Fri, 19 Apr 2019 16:58:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 19 Apr 2019 16:58:37 -0400 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=wuPcp8JQ+2nBVBGQtNqWu60pzbf7Wpylpg8qnO3VT7Y=; b=EkdtfiD1iE6W 0V+ItR7Xmp/y1g/34LGyzCvbTMpcOMGlNGjmvHxMhxZYihEYmfNhBm1L1p64fpLd kunWbTE2R6eLgsY93EyboVBHTx33HBNOaAcYkNtZVqBv4Z97dcfP31De8B7YYi3z RH0Z4Z7AE8VFj1c95kI7QVRY9gjVn2g= 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=fm2; bh=wuPcp8JQ+2nBVBGQtNqWu60pzbf7Wpylpg8qnO3VT 7Y=; b=Ra8L9M/0taIlDDraXgK6qF+XqGqP5l57Xier7gMKOuCA41VbCmt3iVtx1 P335y+Ked8mwxWW/DqKVU1BIpGT2F3Z3BH7RDOr0Py1fyUHoAYyMNQWu2OmaJBI+ HRnN4YgZTWab++jQgVPhSJA2SroVQOVqot2n20EkUQLCNnEcMp3zHPP3W86yZpiD AkrlO3x68YgeGdz6fctjZa2YaWtDBq/43ZwS3/9WJYv1oxfvF5SrO+t7gtO8bGoS 0QPGXnxDfJ5S0aOqIw/zn3Dy28EtVA7yiAbvB9xWSKiqG+6iUF6WoQxTLIStzDEe K0C8u4toOkChlBkiG51ZFkqZ8y36g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrfeekgdefkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgepud 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 62019103CB; Fri, 19 Apr 2019 16:58:35 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, Rami Rosen , Jie Pan , stable@dpdk.org Date: Fri, 19 Apr 2019 22:58:33 +0200 Message-ID: <1917103.EttjxdHBAq@xps> In-Reply-To: References: <1548301983-20020-1-git-send-email-panjie5@jd.com> <3326507b-9a55-5046-4f21-dd693d708a2d@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] kni: fix the type for MAC address 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" Message-ID: <20190419205833.f3RBY2QrC2I2kFyDRIsxuPv2jBrZRRulAOkdBCmwDGU@z> 19/04/2019 17:29, Rami Rosen: > On 4/10/2019 7:20 AM, Jie Pan wrote: > > The type for MAC address should be unsigned. > > > > Fixes: 1cfe212ed17a ("kni: support MAC address change") > > Cc: stable@dpdk.org > > > > Signed-off-by: Jie Pan > > Acked-by: Ferruh Yigit > > Reviewed-by: Rami Rosen Applied, thanks