| ea7768b5 | 23-Sep-2019 |
Hyong Youb Kim <[email protected]> |
net/enic: add flow implementation based on Flow Manager API
Flow Manager API is the new firmware interface that exposes match action capabilities in 1400 series VIC adapters. It is intended for virt
net/enic: add flow implementation based on Flow Manager API
Flow Manager API is the new firmware interface that exposes match action capabilities in 1400 series VIC adapters. It is intended for virtual switch offloads and enables more advanced features than the existing filter API. For example, it supports VXLAN encap and decap actions, and exposes TCAM and exact match tables.
Add the new flow implementation using Flow Manager and use it when available. When Flow Manager is not available, the driver will continue to use the old filter-based flow implementation.
Signed-off-by: John Daley <[email protected]> Signed-off-by: Hyong Youb Kim <[email protected]>
show more ...
|
| c55614d1 | 29-Jun-2018 |
Hyong Youb Kim <[email protected]> |
net/enic: reduce Tx completion updates
Request one completion update per roughly 32 buffers. It saves DMA resources on the NIC, PCIe utilization, and cache miss rates.
Signed-off-by: Hyong Youb Kim
net/enic: reduce Tx completion updates
Request one completion update per roughly 32 buffers. It saves DMA resources on the NIC, PCIe utilization, and cache miss rates.
Signed-off-by: Hyong Youb Kim <[email protected]> Reviewed-by: John Daley <[email protected]>
show more ...
|