[dpdk-stable] [PATCH 1/2] net/bnxt: fix headroom initialization
    Ajit Khaparde 
    ajit.khaparde at broadcom.com
       
    Thu Dec 14 18:47:33 CET 2017
    
    
  
On Thu, Dec 14, 2017 at 6:28 AM, Olivier Matz <olivier.matz at 6wind.com>
wrote:
> When allocating a new mbuf for Rx, the value of m->data_off should not
> be reset to its default value (RTE_PKTMBUF_HEADROOM), instead of reusing
> the previous undefined value, which could cause the packet to have a too
> small or too high headroom.
>
> Fixes: 2eb53b134aae ("net/bnxt: add initial Rx code")
> Cc: stable at dpdk.org
>
> 
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
>
Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
    
    
More information about the stable
mailing list