net/sfc: support TCP in flow API filters
[dpdk.git] / doc / guides / nics / sfc_efx.rst
1 ..  BSD LICENSE
2     Copyright (c) 2016 Solarflare Communications Inc.
3     All rights reserved.
4
5     This software was jointly developed between OKTET Labs (under contract
6     for Solarflare) and Solarflare Communications, Inc.
7
8     Redistribution and use in source and binary forms, with or without
9     modification, are permitted provided that the following conditions are met:
10
11     1. Redistributions of source code must retain the above copyright notice,
12        this list of conditions and the following disclaimer.
13     2. Redistributions in binary form must reproduce the above copyright notice,
14        this list of conditions and the following disclaimer in the documentation
15        and/or other materials provided with the distribution.
16
17     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
19     THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20     PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
21     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
24     OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25     WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
27     EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
29 Solarflare libefx-based Poll Mode Driver
30 ========================================
31
32 The SFC EFX PMD (**librte_pmd_sfc_efx**) provides poll mode driver support
33 for **Solarflare SFN7xxx and SFN8xxx** family of 10/40 Gbps adapters.
34 SFC EFX PMD has support for the latest Linux and FreeBSD operating systems.
35
36 More information can be found at `Solarflare Communications website
37 <http://solarflare.com>`_.
38
39
40 Features
41 --------
42
43 SFC EFX PMD has support for:
44
45 - Multiple transmit and receive queues
46
47 - Link state information including link status change interrupt
48
49 - IPv4/IPv6 TCP/UDP transmit checksum offload
50
51 - Port hardware statistics
52
53 - Extended statistics (see Solarflare Server Adapter User's Guide for
54   the statistics description)
55
56 - Basic flow control
57
58 - MTU update
59
60 - Jumbo frames up to 9K
61
62 - Promiscuous mode
63
64 - Allmulticast mode
65
66 - TCP segmentation offload (TSO)
67
68 - Multicast MAC filter
69
70 - IPv4/IPv6 TCP/UDP receive checksum offload
71
72 - Received packet type information
73
74 - Receive side scaling (RSS)
75
76 - RSS hash
77
78 - Scattered Rx DMA for packet that are larger that a single Rx descriptor
79
80 - Deferred receive and transmit queue start
81
82 - Transmit VLAN insertion (if running firmware variant supports it)
83
84 - Flow API
85
86
87 Non-supported Features
88 ----------------------
89
90 The features not yet supported include:
91
92 - Receive queue interupts
93
94 - Priority-based flow control
95
96 - Loopback
97
98 - Configurable RX CRC stripping (always stripped)
99
100 - Header split on receive
101
102 - VLAN filtering
103
104 - VLAN stripping
105
106 - LRO
107
108
109 Limitations
110 -----------
111
112 Due to requirements on receive buffer alignment and usage of the receive
113 buffer for the auxiliary packet information provided by the NIC up to
114 extra 269 (14 bytes prefix plus up to 255 bytes for end padding) bytes may be
115 required in the receive buffer.
116 It should be taken into account when mbuf pool for receive is created.
117
118
119 Flow API support
120 ----------------
121
122 Supported attributes:
123
124 - Ingress
125
126 Supported pattern items:
127
128 - VOID
129
130 - ETH (exact match of source/destination addresses, EtherType)
131
132 - VLAN (exact match of VID, double-tagging is supported)
133
134 - IPV4 (exact match of source/destination addresses,
135   IP transport protocol)
136
137 - IPV6 (exact match of source/destination addresses,
138   IP transport protocol)
139
140 - TCP (exact match of source/destination ports)
141
142 Supported actions:
143
144 - VOID
145
146 - QUEUE
147
148 Validating flow rules depends on the firmware variant.
149
150
151 Supported NICs
152 --------------
153
154 - Solarflare Flareon [Ultra] Server Adapters:
155
156    - Solarflare SFN8522 Dual Port SFP+ Server Adapter
157
158    - Solarflare SFN8542 Dual Port QSFP+ Server Adapter
159
160    - Solarflare SFN7002F Dual Port SFP+ Server Adapter
161
162    - Solarflare SFN7004F Quad Port SFP+ Server Adapter
163
164    - Solarflare SFN7042Q Dual Port QSFP+ Server Adapter
165
166    - Solarflare SFN7122F Dual Port SFP+ Server Adapter
167
168    - Solarflare SFN7124F Quad Port SFP+ Server Adapter
169
170    - Solarflare SFN7142Q Dual Port QSFP+ Server Adapter
171
172    - Solarflare SFN7322F Precision Time Synchronization Server Adapter
173
174
175 Prerequisites
176 -------------
177
178 - Requires firmware version:
179
180    - SFN7xxx: **4.7.1.1001** or higher
181
182    - SFN8xxx: **6.0.2.1004** or higher
183
184 Visit `Solarflare Support Downloads <https://support.solarflare.com>`_ to get
185 Solarflare Utilities (either Linux or FreeBSD) with the latest firmware.
186 Follow instructions from Solarflare Server Adapter User's Guide to
187 update firmware and configure the adapter.
188
189
190 Pre-Installation Configuration
191 ------------------------------
192
193
194 Config File Options
195 ~~~~~~~~~~~~~~~~~~~
196
197 The following options can be modified in the ``.config`` file.
198 Please note that enabling debugging options may affect system performance.
199
200 - ``CONFIG_RTE_LIBRTE_SFC_EFX_PMD`` (default **y**)
201
202   Enable compilation of Solarflare libefx-based poll-mode driver.
203
204 - ``CONFIG_RTE_LIBRTE_SFC_EFX_DEBUG`` (default **n**)
205
206   Enable compilation of the extra run-time consistency checks.
207
208
209 Per-Device Parameters
210 ~~~~~~~~~~~~~~~~~~~~~
211
212 The following per-device parameters can be passed via EAL PCI device
213 whitelist option like "-w 02:00.0,arg1=value1,...".
214
215 Case-insensitive 1/y/yes/on or 0/n/no/off may be used to specify
216 boolean parameters value.
217
218 - ``perf_profile`` [auto|throughput|low-latency] (default **throughput**)
219
220   Choose hardware tunning to be optimized for either throughput or
221   low-latency.
222   **auto** allows NIC firmware to make a choice based on
223   installed licences and firmware variant configured using **sfboot**.
224
225 - ``debug_init`` [bool] (default **n**)
226
227   Enable extra logging during device intialization and startup.
228
229 - ``mcdi_logging`` [bool] (default **n**)
230
231   Enable extra logging of the communication with the NIC's management CPU.
232   The logging is done using RTE_LOG() with INFO level and PMD type.
233   The format is consumed by the Solarflare netlogdecode cross-platform tool.