Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2014 19:18:21 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r265459 - stable/9/sys/dev/cxgbe
Message-ID:  <201405061918.s46JILaX081901@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Tue May  6 19:18:20 2014
New Revision: 265459
URL: http://svnweb.freebsd.org/changeset/base/265459

Log:
  r253688:
  Reserve room for ioctls that aren't in this copy of the driver yet.

Modified:
  stable/9/sys/dev/cxgbe/t4_ioctl.h
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)

Modified: stable/9/sys/dev/cxgbe/t4_ioctl.h
==============================================================================
--- stable/9/sys/dev/cxgbe/t4_ioctl.h	Tue May  6 19:03:04 2014	(r265458)
+++ stable/9/sys/dev/cxgbe/t4_ioctl.h	Tue May  6 19:18:20 2014	(r265459)
@@ -51,6 +51,9 @@ enum {
 	T4_GET_MEM,			/* read memory */
 	T4_GET_I2C,			/* read from i2c addressible device */
 	T4_CLEAR_STATS,			/* clear a port's MAC statistics */
+	T4_SET_OFLD_POLICY,		/* Set offload policy */
+	T4_SET_SCHED_CLASS,             /* set sched class */
+	T4_SET_SCHED_QUEUE,             /* set queue class */
 };
 
 struct t4_reg {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405061918.s46JILaX081901>