> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Zhang, Qi Z > Sent: Tuesday, April 17, 2018 9:49 PM > To: Dai, Wei; Lu, Wenzhuo; Ananyev, Konstantin; Lin, Xueqin > Cc: [email protected]; [email protected] > Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix segfault in configuring VF VLAN > strip > > > > > -----Original Message----- > > From: Dai, Wei > > Sent: Monday, April 16, 2018 4:14 PM > > To: Lu, Wenzhuo <[email protected]>; Ananyev, Konstantin > > <[email protected]>; Zhang, Qi Z <[email protected]>; > > Lin, Xueqin <[email protected]> > > Cc: [email protected]; Dai, Wei <[email protected]>; [email protected] > > 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 = dev->data->rx_queues[i] is null pointer. > > > > Fixes: 860a94d3c692 ("net/ixgbe: support VLAN strip per queue > > offloading in > > VF") > > Cc: [email protected] > > > > Signed-off-by: Wei Dai <[email protected]> > > Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel, thanks!
/Helin

