numam-dpdk/drivers/net/cnxk
Sunil Kumar Kori 21cc840198 net/cnxk: support multicast filter
Patch adds multicast filter support for cn9k and cn10k platforms.

CGX DMAC filter table(32 entries) is divided among all LMACs
connected to it i.e. if CGX has 4 LMACs then each LMAC can have
up to 8 filters. If CGX has 1 LMAC then it can have up to 32
filters.

Above mentioned filter table is used to install unicast and multicast
DMAC address filters. Unicast filters are installed via
rte_eth_dev_mac_addr_add API while multicast filters are installed
via rte_eth_dev_set_mc_addr_list API.

So in total, supported MAC filters are equal to DMAC filters plus
mcast filters.

Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
2021-06-30 03:36:38 +02:00
..
cn9k_ethdev.c net/cnxk: support timesync operations 2021-06-30 02:58:56 +02:00
cn9k_ethdev.h net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn9k_rte_flow.c net/cnxk: support flow API 2021-06-30 02:07:05 +02:00
cn9k_rte_flow.h net/cnxk: support flow API 2021-06-30 02:07:05 +02:00
cn9k_rx_mseg.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn9k_rx_vec.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn9k_rx.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn9k_rx.h net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn9k_tx_mseg.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn9k_tx_vec.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn9k_tx.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn9k_tx.h net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn10k_ethdev.c net/cnxk: support timesync operations 2021-06-30 02:58:56 +02:00
cn10k_ethdev.h net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn10k_rte_flow.c net/cnxk: support flow API 2021-06-30 02:07:05 +02:00
cn10k_rte_flow.h net/cnxk: support flow API 2021-06-30 02:07:05 +02:00
cn10k_rx_mseg.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn10k_rx_vec.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn10k_rx.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn10k_rx.h net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn10k_tx_mseg.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn10k_tx_vec.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn10k_tx.c net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cn10k_tx.h net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
cnxk_ethdev_devargs.c net/cnxk: support RETA and RSS hash 2021-06-30 03:29:04 +02:00
cnxk_ethdev_ops.c net/cnxk: support multicast filter 2021-06-30 03:36:38 +02:00
cnxk_ethdev.c net/cnxk: support multicast filter 2021-06-30 03:36:38 +02:00
cnxk_ethdev.h net/cnxk: support multicast filter 2021-06-30 03:36:38 +02:00
cnxk_link.c net/cnxk: add device start and stop 2021-06-29 23:54:17 +02:00
cnxk_lookup.c net/cnxk: support packet type 2021-06-29 22:11:16 +02:00
cnxk_ptp.c net/cnxk: support clock read 2021-06-30 03:21:30 +02:00
cnxk_rte_flow.c net/cnxk: support flow RSS 2021-06-30 02:36:40 +02:00
cnxk_rte_flow.h net/cnxk: support flow API 2021-06-30 02:07:05 +02:00
cnxk_stats.c net/cnxk: support extended statistics 2021-06-30 01:30:10 +02:00
meson.build net/cnxk: support base PTP timesync 2021-06-30 02:51:28 +02:00
version.map