On 06/04/2018 03:02 PM, Toke Høiland-Jørgensen wrote:
> Daniel Borkmann writes:
>> On 06/02/2018 06:22 AM, Daniel Borkmann wrote:
>>> On 05/31/2018 11:44 AM, Toke Høiland-Jørgensen wrote:
Song Liu writes:
> On Wed, May 30, 2018 at 9:45 AM, Toke Høiland-Jørgensen
> wrote:
>> Thi
Daniel Borkmann writes:
> On 06/02/2018 06:22 AM, Daniel Borkmann wrote:
>> On 05/31/2018 11:44 AM, Toke Høiland-Jørgensen wrote:
>>> Song Liu writes:
>>>
On Wed, May 30, 2018 at 9:45 AM, Toke Høiland-Jørgensen
wrote:
> This adds an example program showing how to sample packets f
On 06/02/2018 06:22 AM, Daniel Borkmann wrote:
> On 05/31/2018 11:44 AM, Toke Høiland-Jørgensen wrote:
>> Song Liu writes:
>>
>>> On Wed, May 30, 2018 at 9:45 AM, Toke Høiland-Jørgensen
>>> wrote:
This adds an example program showing how to sample packets from XDP using
the perf event
On 05/31/2018 11:44 AM, Toke Høiland-Jørgensen wrote:
> Song Liu writes:
>
>> On Wed, May 30, 2018 at 9:45 AM, Toke Høiland-Jørgensen wrote:
>>> This adds an example program showing how to sample packets from XDP using
>>> the perf event buffer. The example userspace program just prints the
>>>
Song Liu writes:
> On Wed, May 30, 2018 at 9:45 AM, Toke Høiland-Jørgensen wrote:
>> This adds an example program showing how to sample packets from XDP using
>> the perf event buffer. The example userspace program just prints the
>> ethernet header for every packet sampled.
>>
>> Most of the us
On Wed, May 30, 2018 at 9:45 AM, Toke Høiland-Jørgensen wrote:
> This adds an example program showing how to sample packets from XDP using
> the perf event buffer. The example userspace program just prints the
> ethernet header for every packet sampled.
>
> Most of the userspace code is borrowed f
This adds an example program showing how to sample packets from XDP using
the perf event buffer. The example userspace program just prints the
ethernet header for every packet sampled.
Most of the userspace code is borrowed from other examples, most notably
trace_output.
Note that the example onl