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.

Reply via email to