aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-06-29 16:00:31 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2021-07-05 13:41:07 +0300
commit44b509e0032ddd31a8d0379d8444b117ab703fd0 (patch)
tree6c0fcc8409149fa322a3741cc769726800f6cc72 /config
parent13cd3c4f7fea6195335af94e26cf9b1eea017bdf (diff)
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 <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reported-by: Bogdan Pricope <bogdan.pricope.2013@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/odp-linux-generic.conf5
1 files changed, 4 insertions, 1 deletions
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