[dpdk-stable] [PATCH v1] net/mlx4: fix CRC stripping capability report

Thomas Monjalon thomas at monjalon.net
Mon Apr 30 15:47:51 CEST 2018


30/04/2018 15:42, Luca Boccassi:
> On Mon, 2018-04-30 at 12:23 +0000, Ophir Munk wrote:
> > There are two capabilities related to CRC stripping:
> > 1. mlx4 HW capability to perform CRC stripping on a recieved packet.
> > This capability is built in mlx4 HW. It should be returned by the API
> > call mlx4_get_rx_queue_offloads().
> > 2. mlx4 driver capability to enable/disable HW CRC stripping. This
> > capability is dependent on the driver version.
> > Before this commit the seccond capability was falsely returned by
> > the mentioned API. This commit fixes it by returning the first
> > capability.
> > 
> > Fixes: de1df14e6e6ec ("net/mlx4: support CRC strip toggling")
> > Cc: stable at dpdk.org
> > 
> > Signed-off-by: Ophir Munk <ophirmu at mellanox.com>
> 
> Has this or a version of this fix been committed to mainline?

I think it is a duplicate.
A new patch has been sent to dpdk-dev + dpdk-stable.




More information about the stable mailing list