From 44b509e0032ddd31a8d0379d8444b117ab703fd0 Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Tue, 29 Jun 2021 16:00:31 +0300 Subject: linux-gen: dpdk: add configuration option for multicast frame reception Add configuration option 'pktio_dpdk.multicast_en' for DPDK pktio to enable/disable reception of all multicast frames. Fixes: https://github.com/OpenDataPlane/odp/issues/1326 Signed-off-by: Matias Elo Reviewed-by: Petri Savolainen Reported-by: Bogdan Pricope --- config/odp-linux-generic.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/odp-linux-generic.conf b/config/odp-linux-generic.conf index 3ac3e3e58..61e54f88b 100644 --- a/config/odp-linux-generic.conf +++ b/config/odp-linux-generic.conf @@ -16,7 +16,7 @@ # Mandatory fields odp_implementation = "linux-generic" -config_file_version = "0.1.16" +config_file_version = "0.1.17" # System options system: { @@ -119,6 +119,9 @@ pktio_dpdk: { # Store RX RSS hash result as ODP flow hash set_flow_hash = 0 + # Enable reception of Ethernet frames sent to any multicast group + multicast_en = 1 + # Driver specific options (use PMD names from DPDK) net_ixgbe: { rx_drop_en = 1 -- cgit v1.2.3