Lines Matching full:traffic

103 ingress traffic, use the following command::
121 this example is that the VF will get all traffic that is tagged with VLAN 100.
139 NOTE: The Linux i40e driver allows you to filter traffic based on a
187 Sideband Perfect Filters are used to direct traffic that matches specified
199 <queue> - the queue to direct traffic towards (-1 discards matching traffic)
212 The following example matches TCP traffic sent from 192.168.0.1, port 5300,
278 To create filters that direct traffic to a specific Virtual Function, use the
285 specifies to direct traffic to Virtual Function 7 (8 minus 1) into queue 2 of
289 route traffic that otherwise would not have been sent to the specified Virtual
353 Retrieves the hash options for the specified network traffic type.
359 Configures the hash options for the specified network traffic type.
474 allow L2 tunneling and the ability to segregate traffic within a particular
534 the VLAN priority tag (802.1p) to filter traffic. That means that there are 8
535 different priorities that traffic can be filtered into. It also enables
661 and allow Tx traffic to be rate limited per application. Follow the steps below
664 1. Create traffic classes (TCs). Maximum of 8 TCs can be created per interface.
715 For example, for VXLAN traffic in non-tunnel mode, PCTYPE is identified
718 - If a TC filter on a PF matches traffic over a VF (on the PF), that
719 traffic will be routed to the appropriate queue of the PF, and will
720 not be passed on the VF. Such traffic will end up getting dropped higher
722 - If traffic matches multiple TC filters that point to different TCs,
723 that traffic will be duplicated and sent to all matching TC queues.