Re: [PATCH net] dpaa2-eth: Fix possible access beyond end of array

2019-03-25 Thread Jesper Dangaard Brouer
iornei > > ; bro...@redhat.com > > Subject: Re: [PATCH net] dpaa2-eth: Fix possible access beyond end of array > > > > On Wed, 20 Mar 2019 14:11:04 + > > Ioana Ciocoi Radulescu wrote: > > > > > Make sure we don't try to enqueue XDP_REDIRECT

RE: [PATCH net] dpaa2-eth: Fix possible access beyond end of array

2019-03-25 Thread Ioana Ciocoi Radulescu
> -Original Message- > From: Jesper Dangaard Brouer > Sent: Sunday, March 24, 2019 8:29 PM > To: Ioana Ciocoi Radulescu > Cc: netdev@vger.kernel.org; da...@davemloft.net; Ioana Ciornei > ; bro...@redhat.com > Subject: Re: [PATCH net] dpaa2-eth: Fix possible acces

Re: [PATCH net] dpaa2-eth: Fix possible access beyond end of array

2019-03-24 Thread Jesper Dangaard Brouer
On Wed, 20 Mar 2019 14:11:04 + Ioana Ciocoi Radulescu wrote: > Make sure we don't try to enqueue XDP_REDIRECT frames to an > inexistent FQ. > > While it is guaranteed not to have more than one queue per core, > having fewer queues than CPUs on an interface is a valid > configuration. > > Fi

RE: [PATCH net] dpaa2-eth: Fix possible access beyond end of array

2019-03-21 Thread Ioana Ciocoi Radulescu
> -Original Message- > From: David Miller > Sent: Thursday, March 21, 2019 1:29 AM > To: Ioana Ciocoi Radulescu > Cc: netdev@vger.kernel.org; Ioana Ciornei ; > bro...@redhat.com > Subject: Re: [PATCH net] dpaa2-eth: Fix possible access beyond end of array &g

Re: [PATCH net] dpaa2-eth: Fix possible access beyond end of array

2019-03-20 Thread David Miller
From: Ioana Ciocoi Radulescu Date: Wed, 20 Mar 2019 14:11:04 + > Make sure we don't try to enqueue XDP_REDIRECT frames to an > inexistent FQ. > > While it is guaranteed not to have more than one queue per core, > having fewer queues than CPUs on an interface is a valid > configuration. > >