On Wednesday, July 07/18/18, 2018 at 14:56:12 +0530, Ferruh Yigit wrote: > On 7/9/2018 4:43 PM, Rahul Lakkireddy wrote: > > Add decode logic for new flash parts shipped with new Chelsio NICs > > to fix initialization failure on these NICs. > > > > Cc: sta...@dpdk.org > > I guess Fixes not added intentionally since this is not fixing a previous code > but fixing a behavior with new flash parts, but fix is required to be > backported. Please reply with a Fixes line if this is not correct. >
Correct. Fixes line was not added intentionally. It's not fixing any bug with previous code, but rather adding decode logic to detect the Chelsio NICs with new flash parts. Without this patch, CXGBE PMD fails to initialize on these new Chelsio NICs with new flash parts. This fix needs to be backported to allow CXGBE PMD in stable releases also to detect and initialize on these new Chelsio NICs. Thanks, Rahul