RE: [RFC V3 PATCH 18/26] net/netpolicy: set tx queues according to policy

2016-09-13 Thread Liang, Kan
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

Re: [RFC V3 PATCH 18/26] net/netpolicy: set tx queues according to policy

2016-09-12 Thread Tom Herbert
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

[RFC V3 PATCH 18/26] net/netpolicy: set tx queues according to policy

2016-09-12 Thread kan . liang
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/