On Wed, Apr 10, 2019 at 9:08 PM Y Song wrote:
>
> On Wed, Apr 10, 2019 at 12:21 AM Magnus Karlsson
> wrote:
> >
> > This patch removes the use of likely and unlikely in xsk.h since they
> > create a dependency on Linux headers as reported by several
> > users. There have also been reports that th
On Wed, Apr 10, 2019 at 12:21 AM Magnus Karlsson
wrote:
>
> This patch removes the use of likely and unlikely in xsk.h since they
> create a dependency on Linux headers as reported by several
> users. There have also been reports that the use of these decreases
> performance as the compiler puts t
This patch removes the use of likely and unlikely in xsk.h since they
create a dependency on Linux headers as reported by several
users. There have also been reports that the use of these decreases
performance as the compiler puts the code on two different cache lines
instead of on a single one. Al