Alexander Duyck
> ; Daniel Borkmann ;
> rdun...@infradead.org; Cong Wang ; Hannes
> Frederic Sowa ; Stephen Hemminger
> ; Alexei Starovoitov
> ; Brandeburg, Jesse
> ; Andi Kleen
> Subject: Re: [RFC V3 PATCH 18/26] net/netpolicy: set tx queues according to
> policy
>
> On M
On Mon, Sep 12, 2016 at 7:55 AM, wrote:
> From: Kan Liang
>
> When the device tries to transmit a packet, netdev_pick_tx is called to
> find the available tx queues. If the net policy is applied, it picks up
> the assigned tx queue from net policy subsystem, and redirect the
> traffic to the ass
From: Kan Liang
When the device tries to transmit a packet, netdev_pick_tx is called to
find the available tx queues. If the net policy is applied, it picks up
the assigned tx queue from net policy subsystem, and redirect the
traffic to the assigned queue.
Signed-off-by: Kan Liang
---
include/