On Wed, Nov 28, 2012 at 12:38 PM, mxb <[email protected]> wrote: > Compiling if_ix.c with IX_DEBUG yields > > ../../../../dev/pci/if_ix.c: In function 'ixgbe_print_hw_stats': > ../../../../dev/pci/if_ix.c:3525: error: 'struct ix_softc' has no member named > 'mbuf_alloc_failed' > ../../../../dev/pci/if_ix.c:3526: error: 'struct ix_softc' has no member named > 'mbuf_cluster_failed' > > According to the if_ix.h those two are gone. > > Diff to fix it. >
i've committed a somewhat similar diff. thanks.
