Re: [net-next PATCH] net: sched: cls_flower: Classify packets using port ranges

2018-11-07 Thread Nambiar, Amritha
On 10/19/2018 1:52 AM, Jiri Pirko wrote: > Thu, Oct 18, 2018 at 08:24:44PM CEST, amritha.namb...@intel.com wrote: >> On 10/18/2018 5:17 AM, Jiri Pirko wrote: >>> Fri, Oct 12, 2018 at 03:53:30PM CEST, amritha.namb...@intel.com wrote: Added support in tc flower for filtering based on port ranges

Re: [net-next PATCH] net: sched: cls_flower: Classify packets using port ranges

2018-10-19 Thread Jiri Pirko
Thu, Oct 18, 2018 at 08:24:44PM CEST, amritha.namb...@intel.com wrote: >On 10/18/2018 5:17 AM, Jiri Pirko wrote: >> Fri, Oct 12, 2018 at 03:53:30PM CEST, amritha.namb...@intel.com wrote: >>> Added support in tc flower for filtering based on port ranges. >>> This is a rework of the RFC patch at: >>>

Re: [net-next PATCH] net: sched: cls_flower: Classify packets using port ranges

2018-10-18 Thread Nambiar, Amritha
On 10/18/2018 5:17 AM, Jiri Pirko wrote: > Fri, Oct 12, 2018 at 03:53:30PM CEST, amritha.namb...@intel.com wrote: >> Added support in tc flower for filtering based on port ranges. >> This is a rework of the RFC patch at: >> https://patchwork.ozlabs.org/patch/969595/ >> >> Example: >> 1. Match on a

Re: [net-next PATCH] net: sched: cls_flower: Classify packets using port ranges

2018-10-18 Thread Jiri Pirko
Fri, Oct 12, 2018 at 03:53:30PM CEST, amritha.namb...@intel.com wrote: >Added support in tc flower for filtering based on port ranges. >This is a rework of the RFC patch at: >https://patchwork.ozlabs.org/patch/969595/ > >Example: >1. Match on a port range: >- >$ tc filter ad

Re: [net-next PATCH] net: sched: cls_flower: Classify packets using port ranges

2018-10-18 Thread Nambiar, Amritha
On 10/17/2018 10:41 PM, Cong Wang wrote: > On Wed, Oct 17, 2018 at 9:42 PM David Miller wrote: >> >> From: Amritha Nambiar >> Date: Fri, 12 Oct 2018 06:53:30 -0700 >> >>> Added support in tc flower for filtering based on port ranges. >>> This is a rework of the RFC patch at: >>> https://patchwork

Re: [net-next PATCH] net: sched: cls_flower: Classify packets using port ranges

2018-10-17 Thread Cong Wang
On Wed, Oct 17, 2018 at 9:42 PM David Miller wrote: > > From: Amritha Nambiar > Date: Fri, 12 Oct 2018 06:53:30 -0700 > > > Added support in tc flower for filtering based on port ranges. > > This is a rework of the RFC patch at: > > https://patchwork.ozlabs.org/patch/969595/ > > You never address

Re: [net-next PATCH] net: sched: cls_flower: Classify packets using port ranges

2018-10-17 Thread David Miller
From: Amritha Nambiar Date: Fri, 12 Oct 2018 06:53:30 -0700 > Added support in tc flower for filtering based on port ranges. > This is a rework of the RFC patch at: > https://patchwork.ozlabs.org/patch/969595/ You never addressed Cong's feedback asking you to explain why this can't be simply bui

[net-next PATCH] net: sched: cls_flower: Classify packets using port ranges

2018-10-12 Thread Amritha Nambiar
Added support in tc flower for filtering based on port ranges. This is a rework of the RFC patch at: https://patchwork.ozlabs.org/patch/969595/ Example: 1. Match on a port range: - $ tc filter add dev enp4s0 protocol ip parent :\ prio 1 flower ip_proto tcp dst_port ra