From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/nfp: fix field initialization in TX descriptor Date: Thu, 14 Jun 2018 10:17:15 +0100 Message-ID: <4fce857c-9103-30a1-b8a4-6b8150a721d0@intel.com> References: <1528710637-8313-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Alejandro Lucero , dev@dpdk.org Return-path: In-Reply-To: <1528710637-8313-1-git-send-email-alejandro.lucero@netronome.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/11/2018 10:50 AM, Alejandro Lucero wrote: > TX descriptor eop_offset field is not initialized and it could > contain garbage. This patch fixes the potential problem setting > EOP as the only subfield. The other subfield, data offset, is > not used by now. > > Fixes: b812daadad0d ("nfp: add Rx and Tx") > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks. stable flag: Cc: stable@dpdk.org is the way to ask patches to be merged to stable trees. In this patch is stable flag forgotten or intentionally not added? I have added stable flag, but if this was intentionally left out please let me know so that I can remove it back.