From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 002857EB0; Tue, 17 Apr 2018 18:18:04 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2018 09:18:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,464,1517904000"; d="scan'208";a="221153281" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 17 Apr 2018 09:18:04 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 17 Apr 2018 09:18:03 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 17 Apr 2018 09:18:03 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.240]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.6]) with mapi id 14.03.0319.002; Wed, 18 Apr 2018 00:18:02 +0800 From: "Zhang, Helin" To: "Zhang, Qi Z" , "Dai, Wei" , "Lu, Wenzhuo" , "Ananyev, Konstantin" , "Lin, Xueqin" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/ixgbe: fix segfault in configuring VF VLAN strip Thread-Index: AQHT1V2d9DKXdVaGEEO8+DOW/RgQdaQE+lrQgAAqHvA= Date: Tue, 17 Apr 2018 16:18:01 +0000 Message-ID: References: <1523866465-26067-1-git-send-email-wei.dai@intel.com> <039ED4275CED7440929022BC67E706115319A158@shsmsx102.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E706115319A158@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix segfault in configuring VF VLAN strip 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: , X-List-Received-Date: Tue, 17 Apr 2018 16:18:05 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Tuesday, April 17, 2018 9:49 PM > To: Dai, Wei; Lu, Wenzhuo; Ananyev, Konstantin; Lin, Xueqin > Cc: dev@dpdk.org; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix segfault in configuring VF= VLAN > strip >=20 >=20 >=20 > > -----Original Message----- > > From: Dai, Wei > > Sent: Monday, April 16, 2018 4:14 PM > > To: Lu, Wenzhuo ; Ananyev, Konstantin > > ; Zhang, Qi Z ; > > Lin, Xueqin > > Cc: dev@dpdk.org; Dai, Wei ; stable@dpdk.org > > Subject: [PATCH] net/ixgbe: fix segfault in configuring VF VLAN strip > > > > This patch fixes a segment fault in ixgbevf_vlan_offload_set( ) when a > > Rx queue with index < max_rx_queues is not setup. > > For such queue, rxq =3D dev->data->rx_queues[i] is null pointer. > > > > Fixes: 860a94d3c692 ("net/ixgbe: support VLAN strip per queue > > offloading in > > VF") > > Cc: stable@dpdk.org > > > > Signed-off-by: Wei Dai >=20 > Acked-by: Qi Zhang Applied to dpdk-next-net-intel, thanks! /Helin