Re: [patch net-next repost 0/8] mlxsw: Add IPv6 host dpipe table
From: David Miller <davem@davemloft.net>
Date: 2017-08-31 21:43:21
From: David Miller <davem@davemloft.net>
Date: 2017-08-31 21:43:21
From: Jiri Pirko <jiri@resnulli.us> Date: Thu, 31 Aug 2017 17:59:11 +0200
This patchset adds IPv6 host dpipe table support. This will provide the ability to observe the hardware offloaded IPv6 neighbors.
Series applied, thanks. I noticed while reviewing this we are pretty much split on how to access neigh->primary_key. Half the code goes "(type *) n->primary_key" and the other half (mostly in ipv6) goes "(type *) &n->primary_key" I know both forms are basically equivalent, but consistency matters :-)