From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Lakkireddy Subject: [PATCH 0/2] cxgbe: Bug fixes for CXGBE PMD Date: Tue, 19 Jan 2016 15:47:06 +0530 Message-ID: Cc: Felix Marti , Kumar Sanghvi , Nirranjan Kirubaharan To: dev@dpdk.org Return-path: Received: from stargate3.asicdesigners.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id 094B58DA1 for ; Tue, 19 Jan 2016 11:17:55 +0100 (CET) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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