From: Raghu Vatsavayi <[email protected]> Date: Fri, 24 Apr 2015 17:34:16 -0700
> Following patch adds support for Cavium Liquidio ethernet adapter. > LiquidIO adapters are pci express based 10Gig server adapters. > > This patch v7 has changes based on the feedback from earlier patches: > > 1) Minor comments from v6 release regarding debug statements. > 2) Fix for large multicast lists. > 3) Fixed lockup issue if port initialization fails. > 4) Enabled MSI by default. > > Signed-off-by: Derek Chickles <[email protected]> > Signed-off-by: Satanand Burla <[email protected]> > Signed-off-by: Felix Manlunas <[email protected]> > Signed-off-by: Raghu Vatsavayi <[email protected]> It is extremely disappointing that you've defined your own debug logging macros, which use generic dev_*() printks, instead of using the proper netdev_*() printk logging interfaces to do this. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
