> > This patch set update IXGBE base codes to the version of cid-10g-shared- > > code.2015.02.03. > > and this patch set add 2 new device id as following: > > #define IXGBE_DEV_ID_X550EM_X_10G_T 0x15AD > > #define IXGBE_DEV_ID_X550EM_X_1G_T 0x15AE > > > > Changchun Ouyang (36): > > ixgbe base codes: Code cleanup and minor changes > > ixgbe base codes: Debug output macro > > ixgbe base codes: Fix bus type issue > > ixgbe base codes: Fix link speed issue > > ixgbe base codes: Fix early return > > ixgbe base codes: Update the CS address > > ixgbe base codes: Extract function for management capability > > ixgbe base codes: Set phy power > > ixgbe base codes: Use mng present function > > ixgbe base codes: Get host interface command status > > ixgbe base codes: Refine function for host interface command > > ixgbe base codes: Refine struct for physical information > > ixgbe base codes: Clear Tx pending > > ixgbe base codes: Use IOMEM > > ixgbe base codes: Update macros > > ixgbe base codes: New phy ID > > ixgbe base codes: Get bus info > > ixgbe base codes: Restructure host interface command > > ixgbe base codes: Fix mac type issue > > ixgbe base codes: API for setup internal phy > > ixgbe base codes: API for set phy power > > ixgbe base codes: API for read i2c combined > > ixgbe base codes: API for write i2c combined > > ixgbe base codes: Support 5G link speed > > ixgbe base codes: Refine branch statement > > ixgbe base codes: SFP probe > > ixgbe base codes: Set LAN ID > > ixgbe base codes: Calculate checksum > > ixgbe base codes: Command for flow director > > ixgbe base codes: Auto-negotiation > > ixgbe base codes: Bit-bang mode > > ixgbe base codes: Setup kx4 phy > > ixgbe base codes: Read/write iosf sb stat > > ixgbe base codes: New device id > > ixgbe base codes: Update readme > > eal: Add 2 device ids for ixgbe > > Acked-by: Jijiang Liu <Jijiang.liu at intel.com>
Some changes were put in the wrong patch and some patches required to be merged to improve atomicity. As it's a long serie, I did these git changes, without impacting the code itself. Maybe that I'll ask you to do those changes next time :) Applied, thanks