|
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 |
|
| #
7483341a |
| 06-Oct-2021 |
Xueming Li <[email protected]> |
ethdev: change queue release callback
Currently, most ethdev callback API use queue ID as parameter, but Rx and Tx queue release callback use queue object which is used by Rx and Tx burst data plane
ethdev: change queue release callback
Currently, most ethdev callback API use queue ID as parameter, but Rx and Tx queue release callback use queue object which is used by Rx and Tx burst data plane callback.
To align with other eth device queue configuration callbacks: - queue release callbacks are changed to use queue ID - all drivers are adapted
Signed-off-by: Xueming Li <[email protected]> Reviewed-by: Andrew Rybchenko <[email protected]> Acked-by: Ajit Khaparde <[email protected]> Acked-by: Somnath Kotur <[email protected]> Acked-by: Ferruh Yigit <[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, v21.02-rc1 |
|
| #
92c87229 |
| 18-Jan-2021 |
Steve Yang <[email protected]> |
net/liquidio: fix jumbo frame flag condition for MTU set
The jumbo frame uses the 'RTE_ETHER_MAX_LEN' as boundary condition. If the Ether overhead is larger than 18 when it supports VLAN tag, that w
net/liquidio: fix jumbo frame flag condition for MTU set
The jumbo frame uses the 'RTE_ETHER_MAX_LEN' as boundary condition. If the Ether overhead is larger than 18 when it supports VLAN tag, that will cause the jumbo flag rx offload is wrong when MTU size is 'RTE_ETHER_MTU'.
This fix will normalize the boundary condition with 'RTE_ETHER_MTU' and overhead even though current overhead is 18.
Fixes: 9f1c00266d82 ("net/liquidio: add API to set MTU") Cc: [email protected]
Signed-off-by: Steve Yang <[email protected]> Reviewed-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, v19.11, v19.11-rc4, v19.11-rc3, v19.11-rc2, v19.11-rc1, v19.08, v19.08-rc4, v19.08-rc3, v19.08-rc2, v19.08-rc1, v19.05, v19.05-rc4, v19.05-rc3, v19.05-rc2, v19.05-rc1, v19.02, v19.02-rc4, v19.02-rc3, v19.02-rc2, v19.02-rc1, v18.11, v18.11-rc5, v18.11-rc4, v18.11-rc3, v18.11-rc2, v18.11-rc1, v18.08, v18.08-rc3, v18.08-rc2, v18.08-rc1, v18.05, v18.05-rc6, v18.05-rc5, v18.05-rc4, v18.05-rc3, v18.05-rc2, v18.05-rc1, v18.02, v18.02-rc4, v18.02-rc3, v18.02-rc2, v18.02-rc1 |
|
| #
aaf4363e |
| 08-Jan-2018 |
Jerin Jacob <[email protected]> |
drivers: use SPDX tag for Cavium copyright files
Signed-off-by: Jerin Jacob <[email protected]> Acked-by: Hemant Agrawal <[email protected]>
|
|
Revision tags: v17.11, v17.11-rc4, v17.11-rc3, v17.11-rc2, v17.11-rc1, v17.08, v17.08-rc4, v17.08-rc3, v17.08-rc2, v17.08-rc1, v17.05, v17.05-rc4, v17.05-rc3, v17.05-rc2 |
|
| #
25b15608 |
| 19-Apr-2017 |
Shijith Thotton <[email protected]> |
net/liquidio: support 25G link speed
Add case to handle 25G link speed and thereby support LiquidIO II CN23XX 225SV (2x25G) adapter.
Signed-off-by: Shijith Thotton <[email protected]
net/liquidio: support 25G link speed
Add case to handle 25G link speed and thereby support LiquidIO II CN23XX 225SV (2x25G) adapter.
Signed-off-by: Shijith Thotton <[email protected]>
show more ...
|
|
Revision tags: v17.05-rc1 |
|
| #
a2186b91 |
| 25-Mar-2017 |
Shijith Thotton <[email protected]> |
net/liquidio: add API to close device
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by: Derek Chickles <d
net/liquidio: add API to close device
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by: Derek Chickles <[email protected]> Signed-off-by: Venkat Koppula <[email protected]> Signed-off-by: Srisivasubramanian S <[email protected]> Signed-off-by: Mallesham Jatharakonda <[email protected]>
show more ...
|
| #
932aeb38 |
| 25-Mar-2017 |
Shijith Thotton <[email protected]> |
net/liquidio: add APIs for hardware stats
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by: Derek Chickle
net/liquidio: add APIs for hardware stats
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by: Derek Chickles <[email protected]> Signed-off-by: Venkat Koppula <[email protected]> Signed-off-by: Srisivasubramanian S <[email protected]> Signed-off-by: Mallesham Jatharakonda <[email protected]>
show more ...
|
| #
71867a4e |
| 25-Mar-2017 |
Shijith Thotton <[email protected]> |
net/liquidio: support RSS
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by: Derek Chickles <derek.chickle
net/liquidio: support RSS
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by: Derek Chickles <[email protected]> Signed-off-by: Venkat Koppula <[email protected]> Signed-off-by: Srisivasubramanian S <[email protected]> Signed-off-by: Mallesham Jatharakonda <[email protected]>
show more ...
|
| #
bc55e054 |
| 25-Mar-2017 |
Shijith Thotton <[email protected]> |
net/liquidio: add APIs to alloc and send control command
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by
net/liquidio: add APIs to alloc and send control command
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by: Derek Chickles <[email protected]> Signed-off-by: Venkat Koppula <[email protected]> Signed-off-by: Srisivasubramanian S <[email protected]> Signed-off-by: Mallesham Jatharakonda <[email protected]>
show more ...
|
| #
37660205 |
| 25-Mar-2017 |
Shijith Thotton <[email protected]> |
net/liquidio: add APIs to start device and update link
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by:
net/liquidio: add APIs to start device and update link
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by: Derek Chickles <[email protected]> Signed-off-by: Venkat Koppula <[email protected]> Signed-off-by: Srisivasubramanian S <[email protected]> Signed-off-by: Mallesham Jatharakonda <[email protected]>
show more ...
|
| #
c6186279 |
| 25-Mar-2017 |
Shijith Thotton <[email protected]> |
net/liquidio: add API to configure device
Add API to configure device and initialize ethernet device operations.
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: J
net/liquidio: add API to configure device
Add API to configure device and initialize ethernet device operations.
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by: Derek Chickles <[email protected]> Signed-off-by: Venkat Koppula <[email protected]> Signed-off-by: Srisivasubramanian S <[email protected]> Signed-off-by: Mallesham Jatharakonda <[email protected]>
show more ...
|
| #
254387db |
| 25-Mar-2017 |
Shijith Thotton <[email protected]> |
net/liquidio: register VF
Register LiquidIO PMD (net_liovf) and define APIs to init and uninit.
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <jerin
net/liquidio: register VF
Register LiquidIO PMD (net_liovf) and define APIs to init and uninit.
Signed-off-by: Shijith Thotton <[email protected]> Signed-off-by: Jerin Jacob <[email protected]> Signed-off-by: Derek Chickles <[email protected]> Signed-off-by: Venkat Koppula <[email protected]> Signed-off-by: Srisivasubramanian S <[email protected]> Signed-off-by: Mallesham Jatharakonda <[email protected]>
show more ...
|