As with DPCPU create a _STATIC version of VNET_DEFINE. This will allow us
to change this on arm64 later and enable VIMAGE.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I still need to update vnet(9)
sys/net/vnet.h | ||
---|---|---|
273 ↗ | (On Diff #44932) | I can add the same comment as DPCPU_DEFINE here |
sys/netpfil/pf/pf_ioctl.c | ||
---|---|---|
190 ↗ | (On Diff #44932) | No, there is no struct _hack in the static macro. I'm not sure if the use of volatile is correct here, but haven't looked too deeply into it. |
Comment Actions
Hi, Andrew, do you plan to merge this into stable/11? It would be nice to have these macros to be able make MFC.