From: Andrew Rybchenko Date: Wed, 19 Dec 2018 06:23:00 +0000 (+0000) Subject: ethdev: highlight that all-multicast is retained on restart X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b6950cc79de36cbd02f0e6fa3a7ad169b74373bb;p=dpdk.git ethdev: highlight that all-multicast is retained on restart All-multicast is a part of receive mode configuration and it is better to mention explicitly that it is retained across restart. Signed-off-by: Andrew Rybchenko Acked-by: Thomas Monjalon --- diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index b5ecf2541e..6b05dc6f6e 100644 --- a/lib/librte_ethdev/rte_ethdev.h +++ b/lib/librte_ethdev/rte_ethdev.h @@ -82,8 +82,8 @@ * * - MTU * - flow control settings - * - receive mode configuration (promiscuous mode, hardware checksum mode, - * RSS/VMDQ settings etc.) + * - receive mode configuration (promiscuous mode, all-multicast mode, + * hardware checksum mode, RSS/VMDQ settings etc.) * - VLAN filtering configuration * - default MAC address * - MAC addresses supplied to MAC address array