|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1 |
|
| #
1aca4fdb |
| 22-Oct-2021 |
Ferruh Yigit <[email protected]> |
doc: remove jumbo offload feature
Jumbo offload is no more announced as capability, and 'DEV_RX_OFFLOAD_JUMBO_FRAME' offload flag is removed.
This patch is also removing 'Jumbo frame' feature from
doc: remove jumbo offload feature
Jumbo offload is no more announced as capability, and 'DEV_RX_OFFLOAD_JUMBO_FRAME' offload flag is removed.
This patch is also removing 'Jumbo frame' feature from documentation.
Fixes: b563c1421282 ("ethdev: remove jumbo offload flag")
Signed-off-by: Ferruh Yigit <[email protected]> Acked-by: Andrew Rybchenko <[email protected]>
show more ...
|
|
Revision tags: v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1, v21.05, v21.05-rc4, v21.05-rc3, v21.05-rc2, v21.05-rc1, v21.02, v21.02-rc4, v21.02-rc3, v21.02-rc2 |
|
| #
04ed01f1 |
| 20-Jan-2021 |
Thomas Monjalon <[email protected]> |
doc: simplify OS support in features matrix
The networking drivers features matrix had rows to show OS and kernel modules support: - BSD nic_uio - Linux UIO - Linux VFIO - Other kdrv - Windows
doc: simplify OS support in features matrix
The networking drivers features matrix had rows to show OS and kernel modules support: - BSD nic_uio - Linux UIO - Linux VFIO - Other kdrv - Windows
The kernel modules details are removed to keep only OS support: - FreeBSD - Linux - Windows
Signed-off-by: Thomas Monjalon <[email protected]> Acked-by: Ajit Khaparde <[email protected]> Acked-by: Andrew Rybchenko <[email protected]> Acked-by: Ferruh Yigit <[email protected]>
show more ...
|
|
Revision tags: v21.02-rc1 |
|
| #
175c4ecb |
| 10-Dec-2020 |
Andrew Boyer <[email protected]> |
net/ionic: update maintainer and documentation
The UNMAINTAINED flag will be removed in a future patch.
Signed-off-by: Andrew Boyer <[email protected]> Acked-by: Ferruh Yigit <[email protected]
net/ionic: update maintainer and documentation
The UNMAINTAINED flag will be removed in a future patch.
Signed-off-by: Andrew Boyer <[email protected]> Acked-by: Ferruh Yigit <[email protected]>
show more ...
|
|
Revision tags: v20.11, v20.11-rc5, v20.11-rc4, v20.11-rc3, v20.11-rc2, v20.11-rc1, v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1, v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2, v20.05-rc1, v20.02, v20.02-rc4, v20.02-rc3, v20.02-rc2, v20.02-rc1 |
|
| #
eec10fb0 |
| 19-Jan-2020 |
Alfredo Cardigliano <[email protected]> |
net/ionic: support FW version
Add support for reading the firmware version.
Signed-off-by: Alfredo Cardigliano <[email protected]> Reviewed-by: Shannon Nelson <[email protected]>
|
| #
3cdfd905 |
| 19-Jan-2020 |
Alfredo Cardigliano <[email protected]> |
net/ionic: add stats
Add basic, per queue and extended statistics for RX and TX, both from the adapter and the driver.
Signed-off-by: Alfredo Cardigliano <[email protected]> Reviewed-by: Shannon
net/ionic: add stats
Add basic, per queue and extended statistics for RX and TX, both from the adapter and the driver.
Signed-off-by: Alfredo Cardigliano <[email protected]> Reviewed-by: Shannon Nelson <[email protected]>
show more ...
|
| #
22e7171b |
| 19-Jan-2020 |
Alfredo Cardigliano <[email protected]> |
net/ionic: support RSS
Add code to manipulate the RSS configuration used by the adapter.
Signed-off-by: Alfredo Cardigliano <[email protected]> Reviewed-by: Shannon Nelson <[email protected]>
|
| #
a27d9013 |
| 19-Jan-2020 |
Alfredo Cardigliano <[email protected]> |
net/ionic: add Rx and Tx handling
Add Rx and Tx queues setup and handling.
Signed-off-by: Alfredo Cardigliano <[email protected]> Reviewed-by: Shannon Nelson <[email protected]>
|
| #
ec15c66b |
| 19-Jan-2020 |
Alfredo Cardigliano <[email protected]> |
net/ionic: support flow control
Add support for managing Flow Control.
Signed-off-by: Alfredo Cardigliano <[email protected]> Reviewed-by: Shannon Nelson <[email protected]>
|
| #
54fe083f |
| 19-Jan-2020 |
Alfredo Cardigliano <[email protected]> |
net/ionic: support Rx filters
Add support for managing RX filters based on MAC and VLAN. Hardware cannot provide the list of filters, thus we keep a local list. Add support for promisc and allmultic
net/ionic: support Rx filters
Add support for managing RX filters based on MAC and VLAN. Hardware cannot provide the list of filters, thus we keep a local list. Add support for promisc and allmulticast modes.
Signed-off-by: Alfredo Cardigliano <[email protected]> Reviewed-by: Shannon Nelson <[email protected]>
show more ...
|
| #
598f6726 |
| 19-Jan-2020 |
Alfredo Cardigliano <[email protected]> |
net/ionic: add basic port operations
Add support for port start/stop and handle basic features including MTU and link up/down.
Signed-off-by: Alfredo Cardigliano <[email protected]> Reviewed-by:
net/ionic: add basic port operations
Add support for port start/stop and handle basic features including MTU and link up/down.
Signed-off-by: Alfredo Cardigliano <[email protected]> Reviewed-by: Shannon Nelson <[email protected]>
show more ...
|
| #
5ef51809 |
| 19-Jan-2020 |
Alfredo Cardigliano <[email protected]> |
net/ionic: register and initialize adapter
Register the Pensando ionic PMD (net_ionic) and define initial probe and remove callbacks with adapter initialization.
Signed-off-by: Alfredo Cardigliano
net/ionic: register and initialize adapter
Register the Pensando ionic PMD (net_ionic) and define initial probe and remove callbacks with adapter initialization.
Signed-off-by: Alfredo Cardigliano <[email protected]> Reviewed-by: Shannon Nelson <[email protected]>
show more ...
|
| #
a72cf98c |
| 19-Jan-2020 |
Alfredo Cardigliano <[email protected]> |
net/ionic: add skeleton
Add makefile and config file options to compile the Pensando ionic PMD. Add feature and version map file. Update maintainers file.
Signed-off-by: Alfredo Cardigliano <cardig
net/ionic: add skeleton
Add makefile and config file options to compile the Pensando ionic PMD. Add feature and version map file. Update maintainers file.
Signed-off-by: Alfredo Cardigliano <[email protected]> Reviewed-by: Shannon Nelson <[email protected]>
show more ...
|