[dpdk-dev] [PATCH] ixgbe: fix 82599 / 82598 register differences

Lu, Wenzhuo wenzhuo.lu at intel.com
Tue Oct 20 03:29:59 CEST 2015


Hi,

> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren
> Sent: Thursday, October 1, 2015 8:13 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] ixgbe: fix 82599 / 82598 register differences
> 
> Ixgbe based 82598 and 82599 have different priority recieve link-on register
> addresses. This is solved in base/ by providing in the PXONRXC and
> PXONXCNT as seperate macros. This patch ensures the correct address is
> read, avoiding reading garbage values.
> 
> Also PXON2OFFCNT doesn't exist in 82598, so it is not read for that MAC.
> 
> This issue has existed since the drivers were imported into DPDK, but was
> not easily discoverable as xstats were not available.
> Tested using testpmd> show port xstats all
> 
> Fixes: af75078fece3 ("first public release")
> 
> Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu at intel.com>



More information about the dev mailing list