Re: Re: [PATCH net-next] net: sched: Add the invalid handle check in qdisc_class_find

2017-08-21 Thread Cong Wang
On Mon, Aug 21, 2017 at 5:46 PM, Gao Feng wrote: > Hi Cong, > > Thanks your reminder firstly. > But I had used the get_maintainer.pl actually before sent the patch. > > The following is the output. > [fgao@ikuai8 net-next]#./scripts/get_maintainer.pl > patch_ScheCheck/0001-net-sched-Add-the-inval

Re:Re: [PATCH net-next] net: sched: Add the invalid handle check in qdisc_class_find

2017-08-21 Thread Gao Feng
At 2017-08-22 03:58:03, "Cong Wang" wrote: >On Mon, Aug 21, 2017 at 10:47 AM, David Miller wrote: >> From: gfree.w...@vip.163.com >> Date: Fri, 18 Aug 2017 15:23:24 +0800 >> >>> From: Gao Feng >>> >>> Add the invalid handle "0" check to avoid unnecessary search, because >>> the qdisc uses the sk

Re: [PATCH net-next] net: sched: Add the invalid handle check in qdisc_class_find

2017-08-21 Thread David Miller
From: gfree.w...@vip.163.com Date: Fri, 18 Aug 2017 15:23:24 +0800 > From: Gao Feng > > Add the invalid handle "0" check to avoid unnecessary search, because > the qdisc uses the skb->priority as the handle value to look up, and > it is "0" usually. > > Signed-off-by: Gao Feng Applied, thanks

Re: [PATCH net-next] net: sched: Add the invalid handle check in qdisc_class_find

2017-08-21 Thread Jamal Hadi Salim
On 17-08-21 03:58 PM, Cong Wang wrote: On Mon, Aug 21, 2017 at 10:47 AM, David Miller wrote: From: gfree.w...@vip.163.com Date: Fri, 18 Aug 2017 15:23:24 +0800 From: Gao Feng Add the invalid handle "0" check to avoid unnecessary search, because the qdisc uses the skb->priority as the handle

Re: [PATCH net-next] net: sched: Add the invalid handle check in qdisc_class_find

2017-08-21 Thread Cong Wang
On Mon, Aug 21, 2017 at 10:47 AM, David Miller wrote: > From: gfree.w...@vip.163.com > Date: Fri, 18 Aug 2017 15:23:24 +0800 > >> From: Gao Feng >> >> Add the invalid handle "0" check to avoid unnecessary search, because >> the qdisc uses the skb->priority as the handle value to look up, and >> i

Re: [PATCH net-next] net: sched: Add the invalid handle check in qdisc_class_find

2017-08-21 Thread David Miller
From: gfree.w...@vip.163.com Date: Fri, 18 Aug 2017 15:23:24 +0800 > From: Gao Feng > > Add the invalid handle "0" check to avoid unnecessary search, because > the qdisc uses the skb->priority as the handle value to look up, and > it is "0" usually. > > Signed-off-by: Gao Feng Jamal, Cong, pl

[PATCH net-next] net: sched: Add the invalid handle check in qdisc_class_find

2017-08-18 Thread gfree . wind
From: Gao Feng Add the invalid handle "0" check to avoid unnecessary search, because the qdisc uses the skb->priority as the handle value to look up, and it is "0" usually. Signed-off-by: Gao Feng --- include/net/sch_generic.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/net/