From: Jiri Pirko <j...@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 :-)