User`s guide

Chapter 6 Virtual Network Interface Cards (vNICs) 115
Syntax
Parameter Description
The Receive Batching feature takes the following options:
Configure Receive Batching
Receive Batching is configured at vNIC creation through the -batching option for
the add vnic command. You cannot disable this feature through runtime on the
Oracle Fabric Interconnect. If want to disable Receive Batching for a vNIC, you must
delete the vNIC and recreate it without the -batching flag.
1. On the Oracle Fabric Interconnect, if a Server Profile does not already exist for
the vNIC, create one now.
2. Add the vNIC with Receive Batching enabled.
For example:
When Receive Batching is enabled, traffic that the host server receives on a vNIC
will be batched on the I/O module before being sent to the server.
add vnic <name> <slot/port> -batching=[{default|true|false}]
show vnic <name>|* [-detail]
Parameter Description
<name>|* Specifies the name of a vNIC on which Receive
Batching will be configured, or all vNICs if you
are using the wildcard.
<slot/port> Specifies the slot and port termination for the
vNIC that will support Receive Batching.
-batching={default|true|false} Specifies a choice list for enabling (true) or
disabling (false) the feature, or restoring it to its
default value (default). By default, Receive
Batching is disabled.
-detail Is an optional argument that causes additional
detailed output.
add vnic pubstest.foo 14/4 -batching=true