[dpdk-dev] [PATCH v5 05/10] qede: Add core driver

Stephen Hemminger stephen at networkplumber.org
Fri Apr 1 17:42:33 CEST 2016


On Thu, 31 Mar 2016 19:15:22 -0700
Rasesh Mody <rasesh.mody at qlogic.com> wrote:

> +struct qed_filter_mcast_params {
> +	enum qed_filter_xcast_params_type type;
> +	uint8_t num;
> +	unsigned char mac[64][ETHER_ADDR_LEN];
> +};

Would prefer a #define constant for the maximum number of multicast
addresses rather than magic number of 64.


More information about the dev mailing list