From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 557182A5B for ; Fri, 12 Feb 2016 12:55:30 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 12 Feb 2016 03:55:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,435,1449561600"; d="scan'208";a="910680580" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.63]) by orsmga002.jf.intel.com with SMTP; 12 Feb 2016 03:55:26 -0800 Received: by (sSMTP sendmail emulation); Fri, 12 Feb 2016 11:55:25 +0025 Date: Fri, 12 Feb 2016 11:55:25 +0000 From: Bruce Richardson To: Rahul Lakkireddy Message-ID: <20160212115524.GA18808@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi Subject: Re: [dpdk-dev] [PATCH 0/2] cxgbe: Bug fixes for CXGBE PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 11:55:30 -0000 On Tue, Jan 19, 2016 at 03:47:06PM +0530, Rahul Lakkireddy wrote: > Patch 1 fixes a segfault due to an incorrect size allocated for > each entry in the rss table. > > Patch 2 fixes an issue with setting wrong device mtu. > > Rahul Lakkireddy (2): > cxgbe: fix segfault due to incorrect size allocated for rss table > cxgbe: fix setting wrong device mtu > > doc/guides/rel_notes/release_2_3.rst | 11 +++++++++++ > drivers/net/cxgbe/cxgbe_main.c | 7 +++++-- > 2 files changed, 16 insertions(+), 2 deletions(-) > > -- > 2.5.3 > Applied to dpdk-next-net/rel_16_04 Thanks, /Bruce