From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753952AbbCFDTs (ORCPT ); Thu, 5 Mar 2015 22:19:48 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:38685 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753686AbbCFDTj (ORCPT ); Thu, 5 Mar 2015 22:19:39 -0500 Date: Thu, 05 Mar 2015 22:19:37 -0500 (EST) Message-Id: <20150305.221937.961006553503651166.davem@davemloft.net> To: michal.simek@xilinx.com Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, zachp@xilinx.com, punnaiah.choudary.kalluri@xilinx.com, nicolas.ferre@atmel.com, netdev@vger.kernel.org Subject: Re: [PATCH] net: macb: Correct the MID field length value From: David Miller In-Reply-To: <781b35c13921854b0a8d860b727f8ac86147768a.1425564128.git.michal.simek@xilinx.com> References: <781b35c13921854b0a8d860b727f8ac86147768a.1425564128.git.michal.simek@xilinx.com> X-Mailer: Mew version 6.6 on Emacs 24.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.7 (shards.monkeyblade.net [149.20.54.216]); Thu, 05 Mar 2015 19:19:39 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Michal Simek Date: Thu, 5 Mar 2015 15:02:10 +0100 > From: Punnaiah Choudary Kalluri > > The latest spec "I-IPA01-0266-USR Rev 10" limit the MID field length to 12 bit > value. For previous versions it is 16 bit value. > > This change will not break the backward compatibility as the latest ID value is > 7 and with in the 12 bit value limit. > > Signed-off-by: Punnaiah Choudary Kalluri > Signed-off-by: Michal Simek Applied, thanks.