[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190623.113423.151452943171499414.davem@davemloft.net>
Date: Sun, 23 Jun 2019 11:34:23 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: rajur@...lsio.com
Cc: netdev@...r.kernel.org, nirranjan@...lsio.com, dt@...lsio.com
Subject: Re: [PATCH net-next 1/4] cxgb4: Re-work the logic for mps
refcounting
From: Raju Rangoju <rajur@...lsio.com>
Date: Fri, 21 Jun 2019 20:06:33 +0530
> +struct mps_entries_ref {
> + struct list_head list;
> + u8 addr[ETH_ALEN];
> + u8 mask[ETH_ALEN];
> + u16 idx;
> + atomic_t refcnt;
> +};
Since you're making this change, please use refcnt_t.
Powered by blists - more mailing lists