From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2] devlink: CTRL_ATTR_FAMILY_ID is a u16 Date: Mon, 23 Jul 2018 13:51:45 -0700 Message-ID: <20180723135145.54ab35b9@xeon-e3> References: <20180720163526.756-1-dsahern@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jiri@mellanox.com, David Ahern To: dsahern@kernel.org Return-path: Received: from mail-pl0-f67.google.com ([209.85.160.67]:33492 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388178AbeGWVyq (ORCPT ); Mon, 23 Jul 2018 17:54:46 -0400 Received: by mail-pl0-f67.google.com with SMTP id 6-v6so731403plb.0 for ; Mon, 23 Jul 2018 13:51:48 -0700 (PDT) In-Reply-To: <20180720163526.756-1-dsahern@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 20 Jul 2018 09:35:26 -0700 dsahern@kernel.org wrote: > From: David Ahern > > CTRL_ATTR_FAMILY_ID is a u16, not a u32. Update devlink accordingly. > > Fixes: a3c4b484a1edd ("add devlink tool") > Signed-off-by: David Ahern Applied