mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-07 12:01:21 +00:00
This patch adds support for tc mqprio offload, using this different traffic classes on the adapter can be utilized based on configured priority to tc map. For example - tc qdisc add dev eth0 root mqprio num_tc 4 map 0 1 2 3 This will cause SKBs with priority 0,1,2,3 to transmit over tc 0,1,2,3 hardware queues respectively. Signed-off-by: Manish Chopra <manish.chopra@cavium.com> Signed-off-by: Ariel Elior <ariel.elior@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
|---|---|---|
| .. | ||
| common_hsi.h | ||
| eth_common.h | ||
| fcoe_common.h | ||
| iscsi_common.h | ||
| iwarp_common.h | ||
| qed_chain.h | ||
| qed_eth_if.h | ||
| qed_fcoe_if.h | ||
| qed_if.h | ||
| qed_iov_if.h | ||
| qed_iscsi_if.h | ||
| qed_ll2_if.h | ||
| qed_rdma_if.h | ||
| qede_rdma.h | ||
| rdma_common.h | ||
| roce_common.h | ||
| storage_common.h | ||
| tcp_common.h | ||