Toshiaki Makita writes:
> On 2019/05/23 20:11, Toke Høiland-Jørgensen wrote:
>> Toshiaki Makita writes:
>>
>>> XDP_TX is similar to XDP_REDIRECT as it essentially redirects packets to
>>> the device itself. XDP_REDIRECT has bulk transmit mechanism to avoid the
>>> heavy cost of indirect call bu
On 2019/05/23 20:11, Toke Høiland-Jørgensen wrote:
> Toshiaki Makita writes:
>
>> XDP_TX is similar to XDP_REDIRECT as it essentially redirects packets to
>> the device itself. XDP_REDIRECT has bulk transmit mechanism to avoid the
>> heavy cost of indirect call but it also reduces lock acquisitio
Toshiaki Makita writes:
> XDP_TX is similar to XDP_REDIRECT as it essentially redirects packets to
> the device itself. XDP_REDIRECT has bulk transmit mechanism to avoid the
> heavy cost of indirect call but it also reduces lock acquisition on the
> destination device that needs locks like veth a