Enable TX multiqueue by default on both ixg(4) and ixv(4).

This commit is contained in:
msaitoh 2017-02-08 04:32:43 +00:00
parent 09ccad5238
commit a1cede5a70

View File

@ -1,4 +1,4 @@
/*$NetBSD: ixgbe_netbsd.h,v 1.6 2017/02/01 10:47:13 msaitoh Exp $*/
/*$NetBSD: ixgbe_netbsd.h,v 1.7 2017/02/08 04:32:43 msaitoh Exp $*/
/*
* Copyright (c) 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@ -31,7 +31,7 @@
#ifndef _IXGBE_NETBSD_H
#define _IXGBE_NETBSD_H
#if 1 /* Enable this if you don't want to use TX multiqueue function */
#if 0 /* Enable this if you don't want to use TX multiqueue function */
#define IXGBE_LEGACY_TX 1
#endif