[dpdk-dev] [PATCH] net/i40e: fix null pointer dereferences when using VMDQ+RSS

2016-09-23 Thread Bruce Richardson
On Thu, Sep 22, 2016 at 08:20:25AM +, Wu, Jingjing wrote: > > > > -Original Message- > > From: Yigit, Ferruh > > Sent: Wednesday, September 14, 2016 10:00 PM > > To: Rich Lane; dev at dpdk.org > > Cc: Zhang, Helin; Wu, Jingjing > > Subject:

[dpdk-dev] [PATCH] net/i40e: fix null pointer dereferences when using VMDQ+RSS

2016-09-22 Thread Wu, Jingjing
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, September 14, 2016 10:00 PM > To: Rich Lane; dev at dpdk.org > Cc: Zhang, Helin; Wu, Jingjing > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix null pointer dereferences > when using VMDQ+RSS > > On

[dpdk-dev] [PATCH] net/i40e: fix null pointer dereferences when using VMDQ+RSS

2016-09-14 Thread Ferruh Yigit
On 8/2/2016 8:34 PM, Rich Lane wrote: > When using VMDQ+RSS, the queue ids used by the application are not > contiguous (see i40e_pf_config_rss). Most of the driver already handled > this, but there were a few cases where it assumed all configured queues > had been setup. > > Fixes: 4861cde46116 (

[dpdk-dev] [PATCH] net/i40e: fix null pointer dereferences when using VMDQ+RSS

2016-08-02 Thread Rich Lane
When using VMDQ+RSS, the queue ids used by the application are not contiguous (see i40e_pf_config_rss). Most of the driver already handled this, but there were a few cases where it assumed all configured queues had been setup. Fixes: 4861cde46116 ("i40e: new poll mode driver") Fixes: 6b4537128394