From: Yuval Mintz
Date: Sun, 25 Oct 2015 06:18:51 +
> I'd rather leave this as-is instead of making changes I'd have to revert
> later on, but if your 'code buds' reject this, I'll make the change.
Add facilities and flexibility when you need it rather than beforehand.
--
To unsubscribe from
> > +/* counts the iids for the CDU/CDUC ILT client configuration */
> > +struct qed_cdu_iids {
> > + u32 pf_cids;
> > +};
Actually, this will [in future] also include a `per_vf_cids' field;
I've extracted it and all its usages when preparing this patch series
[As our initial submission does
From: Yuval Mintz
Date: Thu, 22 Oct 2015 08:06:48 +0300
> diff --git a/drivers/net/ethernet/qlogic/qed/Makefile
> b/drivers/net/ethernet/qlogic/qed/Makefile
> new file mode 100644
> index 000..5bbe0c7
> --- /dev/null
> +++ b/drivers/net/ethernet/qlogic/qed/Makefile
> @@ -0,0 +1,3 @@
> +obj-$