From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: fix buffer overrun bug in non-bulk alloc mode setup Date: Fri, 20 Mar 2015 22:46:55 +0100 Message-ID: <2748583.IYjY5bgnih@xps13> References: <1426781356-13999-1-git-send-email-pawelx.wodkowski@intel.com> <2601191342CEEE43887BDE71AB977258213F78FC@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Wodkowski, PawelX" Return-path: In-Reply-To: <2601191342CEEE43887BDE71AB977258213F78FC-pww93C2UFcwu0RiL9chJVbfspsVTdybXVpNB7YpNyf8@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > From: Pawel Wodkowski > > > > When bulk alloc is enabled at compile time but preconditions for > > it are not met at runtime the ixgbe_reset_rx_queue() function > > overrides rxq->sw_ring not allocated elements. > > > > Fixes: 01fa1d6 ("ixgbe: unify Rx setup") Thanks for using the Fixes: tag. > > Signed-off-by: Pawel Wodkowski > > Acked-by: Konstantin Ananyev Applied, thanks