|
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 |
|
| #
295968d1 |
| 22-Oct-2021 |
Ferruh Yigit <[email protected]> |
ethdev: add namespace
Add 'RTE_ETH' namespace to all enums & macros in a backward compatible way. The macros for backward compatibility can be removed in next LTS. Also updated some struct names to
ethdev: add namespace
Add 'RTE_ETH' namespace to all enums & macros in a backward compatible way. The macros for backward compatibility can be removed in next LTS. Also updated some struct names to have 'rte_eth' prefix.
All internal components switched to using new names.
Syntax fixed on lines that this patch touches.
Signed-off-by: Ferruh Yigit <[email protected]> Acked-by: Tyler Retzlaff <[email protected]> Acked-by: Andrew Rybchenko <[email protected]> Acked-by: Ajit Khaparde <[email protected]> Acked-by: Jerin Jacob <[email protected]> Acked-by: Wisam Jaddo <[email protected]> Acked-by: Rosen Xu <[email protected]> Acked-by: Chenbo Xia <[email protected]> Acked-by: Hemant Agrawal <[email protected]> Acked-by: Somnath Kotur <[email protected]>
show more ...
|
|
Revision tags: v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2 |
|
| #
8d2bf7c1 |
| 19-Jul-2021 |
Nipun Gupta <[email protected]> |
net/dpaa: fix headroom in VSP case
This patch fixes providing the correct headroom size when VSP is enabled.
Fixes: e4abd4ff183c ("net/dpaa: support virtual storage profile") Cc: [email protected]
S
net/dpaa: fix headroom in VSP case
This patch fixes providing the correct headroom size when VSP is enabled.
Fixes: e4abd4ff183c ("net/dpaa: support virtual storage profile") Cc: [email protected]
Signed-off-by: Nipun Gupta <[email protected]>
show more ...
|
|
Revision tags: 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, v20.11, v20.11-rc5, v20.11-rc4, v20.11-rc3, v20.11-rc2, v20.11-rc1 |
|
| #
e4abd4ff |
| 04-Sep-2020 |
Jun Yang <[email protected]> |
net/dpaa: support virtual storage profile
This patch adds support for Virtual Storage profile (VSP) feature. With VSP support when memory pool is created, the hw buffer pool id i.e. bpid is not allo
net/dpaa: support virtual storage profile
This patch adds support for Virtual Storage profile (VSP) feature. With VSP support when memory pool is created, the hw buffer pool id i.e. bpid is not allocated; the bpid is identified by dpaa flow create API. The memory pool of RX queue is attached to specific BMan pool according to the VSP ID when RX queue is setup. For fmlib based hash queue, VSP base ID is assigned to each queue.
Signed-off-by: Jun Yang <[email protected]> Acked-by: Hemant Agrawal <[email protected]>
show more ...
|
| #
133332f0 |
| 04-Sep-2020 |
Radu Bulie <[email protected]> |
bus/dpaa: support shared MAC
A shared MAC interface is an interface which can be used by both kernel and userspace based on classification configuration It is defined in dts with the compatible stri
bus/dpaa: support shared MAC
A shared MAC interface is an interface which can be used by both kernel and userspace based on classification configuration It is defined in dts with the compatible string "fsl,dpa-ethernet-shared" which bpool will be seeded by the dpdk partition and configured as a netdev by the dpaa Linux eth driver. User space buffers from the bpool will be kmapped by the kernel.
Signed-off-by: Radu Bulie <[email protected]> Signed-off-by: Jun Yang <[email protected]> Signed-off-by: Nipun Gupta <[email protected]> Acked-by: Hemant Agrawal <[email protected]>
show more ...
|
| #
4defbc8c |
| 04-Sep-2020 |
Sachin Saxena <[email protected]> |
net/dpaa: support FMCless mode
This patch uses fmlib to configure the FMAN HW for flow and distribution configuration, thus avoiding the need for static FMC tool execution optionally.
Signed-off-by
net/dpaa: support FMCless mode
This patch uses fmlib to configure the FMAN HW for flow and distribution configuration, thus avoiding the need for static FMC tool execution optionally.
Signed-off-by: Sachin Saxena <[email protected]> Signed-off-by: Hemant Agrawal <[email protected]>
show more ...
|