On Thu, January 24, 2019 19:31, Kristof Provost wrote:
>
>
> On 25 Jan 2019, at 9:37, James B. Byrne via freebsd-pf wrote:
>
>> I have limited knowledge of PF being in the process of transitioning
>> from 20+ years of RHEL/CentOS to FreeBSD. Neither do I possess a
>> great fund of knowledge res
On Thu, Jan 24, 2019 at 11:09:37PM +0100, Andreas Longwitz wrote:
> >> I think the problem is the cmpxchg8b instruction used in
> >> counter_u64_fetch(), because this machine instruction always writes to
> >> memory, also when we only want to read and have (EDX:EAX) = (ECX:EBX):
> >>
> >> TEMP6